From 62a4ae0761bc76326e3afc3d4fb7d598e593c3e8 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 5 Feb 2004 23:36:54 +0100 Subject: - 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 --- mysql-test/std_data/init_file.dat | 1 + 1 file changed, 1 insertion(+) create mode 100644 mysql-test/std_data/init_file.dat (limited to 'mysql-test/std_data') diff --git a/mysql-test/std_data/init_file.dat b/mysql-test/std_data/init_file.dat new file mode 100644 index 00000000000..4236ada1142 --- /dev/null +++ b/mysql-test/std_data/init_file.dat @@ -0,0 +1 @@ +select * from mysql.user as t1, mysql.user as t2, mysql.user as t3, mysql.user as t4, mysql.user as t5, mysql.user as t6, mysql.user as t7, mysql.user as t8; \ No newline at end of file -- cgit v1.2.1