1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

- 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.
This commit is contained in:
lenz@mysql.com
2004-02-05 23:36:54 +01:00
parent d0754dd720
commit e306876fe1
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
#