diff options
author | unknown <lars/lthalmann@mysql.com/dl145k.mysql.com> | 2007-08-16 17:26:32 +0200 |
---|---|---|
committer | unknown <lars/lthalmann@mysql.com/dl145k.mysql.com> | 2007-08-16 17:26:32 +0200 |
commit | 51c9bbf4499c75116e54d8864b8fdabe281224ba (patch) | |
tree | e8dc22d8862f4e53512b5266edf821823616486a /mysql-test/suite/rpl_ndb/r/rpl_ndb_extraCol.result | |
parent | 4014fea494ad28719300ee0d36be6c8c55a55c62 (diff) | |
download | mariadb-git-51c9bbf4499c75116e54d8864b8fdabe281224ba.tar.gz |
Post-merge fix of error number
Diffstat (limited to 'mysql-test/suite/rpl_ndb/r/rpl_ndb_extraCol.result')
-rw-r--r-- | mysql-test/suite/rpl_ndb/r/rpl_ndb_extraCol.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/suite/rpl_ndb/r/rpl_ndb_extraCol.result b/mysql-test/suite/rpl_ndb/r/rpl_ndb_extraCol.result index ccb7a9a15a3..2327dc7ee81 100644 --- a/mysql-test/suite/rpl_ndb/r/rpl_ndb_extraCol.result +++ b/mysql-test/suite/rpl_ndb/r/rpl_ndb_extraCol.result @@ -72,7 +72,7 @@ Replicate_Do_Table Replicate_Ignore_Table # Replicate_Wild_Do_Table Replicate_Wild_Ignore_Table -Last_Errno 1532 +Last_Errno 1533 Last_Error Table definition on master and slave does not match: Column 2 size mismatch - master has size 10, test.t2 on slave has size 6. Master's column size should be <= the slave's column size. Skip_Counter 0 Exec_Master_Log_Pos # @@ -90,7 +90,7 @@ Seconds_Behind_Master # Master_SSL_Verify_Server_Cert No Last_IO_Errno # Last_IO_Error # -Last_SQL_Errno 1532 +Last_SQL_Errno 1533 Last_SQL_Error Table definition on master and slave does not match: Column 2 size mismatch - master has size 10, test.t2 on slave has size 6. Master's column size should be <= the slave's column size. STOP SLAVE; RESET SLAVE; |