diff options
author | unknown <sasha@mysql.sashanet.com> | 2000-12-12 08:24:50 -0700 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2000-12-12 08:24:50 -0700 |
commit | 2ce474dc658a42ad1bf6e8f5842babb5a86dd333 (patch) | |
tree | a12aff4e09343a84c92b6f43a1c8f0c8d144c473 /mysql-test/t | |
parent | 6d8a5e9088526f2fb86bf7aaefc7426ee1291afc (diff) | |
download | mariadb-git-2ce474dc658a42ad1bf6e8f5842babb5a86dd333.tar.gz |
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
Diffstat (limited to 'mysql-test/t')
-rw-r--r-- | mysql-test/t/mrg000002.test | 2 |
1 files changed, 2 insertions, 0 deletions
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; |