Commit 62a4ae07 authored by unknown's avatar unknown

- 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
parent b8004902
--init-file=$MYSQL_TEST_DIR/t/init_file.sql
\ No newline at end of file
--init-file=$MYSQL_TEST_DIR/std_data/init_file.dat
#
# 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
#
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment