diff options
author | mkindahl@dl145h.mysql.com <> | 2008-02-18 15:16:39 +0100 |
---|---|---|
committer | mkindahl@dl145h.mysql.com <> | 2008-02-18 15:16:39 +0100 |
commit | 896fceec81198f1fb869660e9df77583cb2526b9 (patch) | |
tree | 81324c31e17872ffca56dd43c520e5a3978b46d9 /mysql-test/r/multi_update.result | |
parent | c5273c175915e9597d389e77d7061e6877cbd2ad (diff) | |
download | mariadb-git-896fceec81198f1fb869660e9df77583cb2526b9.tar.gz |
Updating result files.
Diffstat (limited to 'mysql-test/r/multi_update.result')
-rw-r--r-- | mysql-test/r/multi_update.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/multi_update.result b/mysql-test/r/multi_update.result index d96927deed5..421a63cd54c 100644 --- a/mysql-test/r/multi_update.result +++ b/mysql-test/r/multi_update.result @@ -627,7 +627,7 @@ a b 4 4 show master status /* there must be the UPDATE query event */; File Position Binlog_Do_DB Binlog_Ignore_DB -master-bin.000001 336 +master-bin.000001 197 delete from t1; delete from t2; insert into t1 values (1,2),(3,4),(4,4); @@ -637,7 +637,7 @@ UPDATE t2,t1 SET t2.a=t2.b where t2.a=t1.a; ERROR 23000: Duplicate entry '4' for key 'PRIMARY' show master status /* there must be the UPDATE query event */; File Position Binlog_Do_DB Binlog_Ignore_DB -master-bin.000001 351 +master-bin.000001 212 drop table t1, t2; set @@session.binlog_format= @sav_binlog_format; drop table if exists t1, t2, t3; |