diff options
author | Davi Arnaut <Davi.Arnaut@Sun.COM> | 2008-10-26 15:05:24 -0200 |
---|---|---|
committer | Davi Arnaut <Davi.Arnaut@Sun.COM> | 2008-10-26 15:05:24 -0200 |
commit | 460a90b0bf21aeffe6674921f7c436e3054568be (patch) | |
tree | 80f1076f83f37362dc2696cf04023c819c6265b6 /mysql-test/r/windows.result | |
parent | d4438c99ff0b2a5e9541b1b259b612fb34c46fe7 (diff) | |
download | mariadb-git-460a90b0bf21aeffe6674921f7c436e3054568be.tar.gz |
Post-merge fix: Update warning number due to repositioning in the error list.
mysql-test/r/partition_windows.result:
Update warning number due to new errors appearing earlier
in the list.
mysql-test/r/windows.result:
Update warning number due to new errors appearing earlier
in the list.
Diffstat (limited to 'mysql-test/r/windows.result')
-rw-r--r-- | mysql-test/r/windows.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/windows.result b/mysql-test/r/windows.result index 7ade7b851cc..d056bde4dca 100644 --- a/mysql-test/r/windows.result +++ b/mysql-test/r/windows.result @@ -9,8 +9,8 @@ drop table nu; drop table if exists t1; CREATE TABLE t1 ( `ID` int(6) ) data directory 'c:/tmp/' index directory 'c:/tmp/' engine=MyISAM; Warnings: -Warning 1616 <DATA DIRECTORY> option ignored -Warning 1616 <INDEX DIRECTORY> option ignored +Warning 1618 <DATA DIRECTORY> option ignored +Warning 1618 <INDEX DIRECTORY> option ignored drop table t1; CREATE TABLE t1 (a int, b int); INSERT INTO t1 VALUES (1,1); |