diff options
author | unknown <antony@pcg5ppc.xiphis.org> | 2008-03-14 18:45:50 -0700 |
---|---|---|
committer | unknown <antony@pcg5ppc.xiphis.org> | 2008-03-14 18:45:50 -0700 |
commit | 6bc335e697064b860c8805bfa05e5e6fd1d40f6e (patch) | |
tree | 92d283f3f198a8cc3a355aac51c8d11eeb00c9d8 /mysql-test/r/partition_not_windows.result | |
parent | 4f72bf0e7213dfc10e040f48a2ef5d3b1aa54dd2 (diff) | |
download | mariadb-git-6bc335e697064b860c8805bfa05e5e6fd1d40f6e.tar.gz |
fix results after merge
mysql-test/r/partition_not_windows.result:
fix results from merge
mysql-test/t/disabled.def:
disable test partition_symlink
Diffstat (limited to 'mysql-test/r/partition_not_windows.result')
-rw-r--r-- | mysql-test/r/partition_not_windows.result | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/r/partition_not_windows.result b/mysql-test/r/partition_not_windows.result index 501d3a469a1..e16cd5e8845 100644 --- a/mysql-test/r/partition_not_windows.result +++ b/mysql-test/r/partition_not_windows.result @@ -23,6 +23,9 @@ partition p01 values less than (1000) data directory='/not/existing' index directory='/not/existing' ); +Warnings: +Warning 0 DATA DIRECTORY option ignored +Warning 0 INDEX DIRECTORY option ignored show create table t2; Table Create Table t2 CREATE TABLE `t2` ( |