From 98f2cd44686140709dadd1877a1428966f6a7e7a Mon Sep 17 00:00:00 2001 From: "brian@zim.(none)" <> Date: Sun, 16 Apr 2006 21:55:02 -0700 Subject: Fixed a few pieces around support for data directory. --- mysql-test/r/archive.result | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'mysql-test/r/archive.result') diff --git a/mysql-test/r/archive.result b/mysql-test/r/archive.result index 0be99e071cd..09813458069 100644 --- a/mysql-test/r/archive.result +++ b/mysql-test/r/archive.result @@ -13809,4 +13809,11 @@ alter table t1 add unique key (i, v); select * from t1 where i between 2 and 4 and v in ('def','3r4f','lmn'); i v 4 3r4f +alter table t1 data directory="$MYSQLTEST_VARDIR/tmp"; +select * from t1; +i v +1 def +2 abc +4 3r4f +5 lmn drop table t1, t2, t4, t5; -- cgit v1.2.1