diff options
author | lenz@mysql.com <> | 2004-02-05 23:36:54 +0100 |
---|---|---|
committer | lenz@mysql.com <> | 2004-02-05 23:36:54 +0100 |
commit | e306876fe172ecbd207288573488bf734c92ccb8 (patch) | |
tree | 258f8e9fcc02c2588bd4e061b6f8fcb30ecb7034 | |
parent | d0754dd72059d7c0ab5eea7f196e3bd17a337564 (diff) | |
download | mariadb-git-e306876fe172ecbd207288573488bf734c92ccb8.tar.gz |
- 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.
-rw-r--r-- | mysql-test/std_data/init_file.dat (renamed from mysql-test/t/init_file.sql) | 0 | ||||
-rw-r--r-- | mysql-test/t/init_file-master.opt | 2 | ||||
-rw-r--r-- | mysql-test/t/init_file.test | 7 |
3 files changed, 6 insertions, 3 deletions
diff --git a/mysql-test/t/init_file.sql b/mysql-test/std_data/init_file.dat index 4236ada1142..4236ada1142 100644 --- a/mysql-test/t/init_file.sql +++ b/mysql-test/std_data/init_file.dat diff --git a/mysql-test/t/init_file-master.opt b/mysql-test/t/init_file-master.opt index 1542f1f034e..825311dabf2 100644 --- a/mysql-test/t/init_file-master.opt +++ b/mysql-test/t/init_file-master.opt @@ -1 +1 @@ ---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 diff --git a/mysql-test/t/init_file.test b/mysql-test/t/init_file.test index eb4c24871db..604d0a01794 100644 --- a/mysql-test/t/init_file.test +++ b/mysql-test/t/init_file.test @@ -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 # |