From e306876fe172ecbd207288573488bf734c92ccb8 Mon Sep 17 00:00:00 2001 From: "lenz@mysql.com" <> 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 | 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