- 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.


mysql-test/std_data/init_file.dat:
  Rename: mysql-test/t/init_file.sql -> mysql-test/std_data/init_file.dat
mysql-test/t/init_file-master.opt:
   - moved init file to std_data
mysql-test/t/init_file.test:
   - updated info
This commit is contained in:
unknown 2004-02-05 23:36:54 +01:00
parent b8004902c4
commit 62a4ae0761
3 changed files with 6 additions and 3 deletions

View file

@ -1 +1 @@
--init-file=$MYSQL_TEST_DIR/t/init_file.sql
--init-file=$MYSQL_TEST_DIR/std_data/init_file.dat

View file

@ -1,4 +1,7 @@
#
# This test is for bug #2526 "--init-file crashes MySQL if contains large select"
# Have a look at code in init_file.sql
# This is a regression test for bug #2526 "--init-file crashes MySQL if it
# contains a large select"
#
# See mysql-test/std_data/init_file.dat and
# mysql-test/t/init_file-master.opt for the actual test
#