diff options
author | unknown <lenz@mysql.com> | 2004-02-05 23:36:54 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2004-02-05 23:36:54 +0100 |
commit | 62a4ae0761bc76326e3afc3d4fb7d598e593c3e8 (patch) | |
tree | 258f8e9fcc02c2588bd4e061b6f8fcb30ecb7034 /mysql-test/t/init_file-master.opt | |
parent | b8004902c4d4674a3e1e35e4bab4a3a706849060 (diff) | |
download | mariadb-git-62a4ae0761bc76326e3afc3d4fb7d598e593c3e8.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.
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
Diffstat (limited to 'mysql-test/t/init_file-master.opt')
-rw-r--r-- | mysql-test/t/init_file-master.opt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |