mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01: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. 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:
parent
b8004902c4
commit
62a4ae0761
3 changed files with 6 additions and 3 deletions
|
@ -1 +1 @@
|
|||
--init-file=$MYSQL_TEST_DIR/t/init_file.sql
|
||||
--init-file=$MYSQL_TEST_DIR/std_data/init_file.dat
|
||||
|
|
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue