List:Commits« Previous MessageNext Message »
From:Davi Arnaut Date:October 26 2008 5:05pm
Subject:bzr commit into mysql-5.1 branch (davi:2682)
View as plain text  
# At a local mysql-5.1 repository of davi

 2682 Davi Arnaut	2008-10-26
      Post-merge fix: Update warning number due to repositioning in the error list.
modified:
  mysql-test/r/partition_windows.result
  mysql-test/r/windows.result

per-file messages:
  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.
=== modified file 'mysql-test/r/partition_windows.result'
--- a/mysql-test/r/partition_windows.result	2008-10-06 20:36:15 +0000
+++ b/mysql-test/r/partition_windows.result	2008-10-26 17:05:24 +0000
@@ -15,16 +15,16 @@ DATA DIRECTORY = 'E:/mysqltest/p2Data'
     INDEX DIRECTORY = 'F:/mysqltest/p2Index'
 );
 Warnings:
-Warning	1616	<DATA DIRECTORY> option ignored
-Warning	1616	<INDEX DIRECTORY> option ignored
-Warning	1616	<DATA DIRECTORY> option ignored
-Warning	1616	<INDEX DIRECTORY> option ignored
+Warning	1618	<DATA DIRECTORY> option ignored
+Warning	1618	<INDEX DIRECTORY> option ignored
+Warning	1618	<DATA DIRECTORY> option ignored
+Warning	1618	<INDEX DIRECTORY> option ignored
 INSERT INTO t1 VALUES (NULL, "first", 1);
 INSERT INTO t1 VALUES (NULL, "second", 2);
 INSERT INTO t1 VALUES (NULL, "third", 3);
 ALTER TABLE t1 ADD PARTITION (PARTITION p3 DATA DIRECTORY = 'G:/mysqltest/p3Data' INDEX DIRECTORY = 'H:/mysqltest/p3Index');
 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
 INSERT INTO t1 VALUES (NULL, "last", 4);
 DROP TABLE t1;

=== modified file 'mysql-test/r/windows.result'
--- a/mysql-test/r/windows.result	2008-10-17 08:49:23 +0000
+++ b/mysql-test/r/windows.result	2008-10-26 17:05:24 +0000
@@ -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);

Thread
bzr commit into mysql-5.1 branch (davi:2682) Davi Arnaut26 Oct