From 6be226bd1f47ef03c626ca6d5cae22b4d454aafe Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 12 Dec 2000 08:24:50 -0700 Subject: test case for a coredump on merge tables. Sergei or Monty, can you fix this? mysql-test/mysql-test-run: added support for copying tables into datadir - now only MRG and FRM files are copied - will add others as we come up with samples --- mysql-test/t/mrg000002.test | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 mysql-test/t/mrg000002.test (limited to 'mysql-test/t') diff --git a/mysql-test/t/mrg000002.test b/mysql-test/t/mrg000002.test new file mode 100644 index 00000000000..88da6311cc1 --- /dev/null +++ b/mysql-test/t/mrg000002.test @@ -0,0 +1,2 @@ +use test; +@r/mrg000002.result select * from m; -- cgit v1.2.1