Skip to content

Commit e306876

Browse files
author
lenz@mysql.com
committed
- renamed mysql-test/t/init_file.sql to mysql-test/std_data/init_file.dat
so it gets picked up by "make dist" and updated init_file test accordingly.
1 parent d0754dd commit e306876

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed
File renamed without changes.

mysql-test/t/init_file-master.opt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
--init-file=$MYSQL_TEST_DIR/t/init_file.sql
1+
--init-file=$MYSQL_TEST_DIR/std_data/init_file.dat

mysql-test/t/init_file.test

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#
2-
# This test is for bug #2526 "--init-file crashes MySQL if contains large select"
3-
# Have a look at code in init_file.sql
2+
# This is a regression test for bug #2526 "--init-file crashes MySQL if it
3+
# contains a large select"
4+
#
5+
# See mysql-test/std_data/init_file.dat and
6+
# mysql-test/t/init_file-master.opt for the actual test
47
#

0 commit comments

Comments
 (0)