diff options
author | Alexey Kopytov <Alexey.Kopytov@sun.com> | 2009-02-23 17:16:46 +0200 |
---|---|---|
committer | Alexey Kopytov <Alexey.Kopytov@sun.com> | 2009-02-23 17:16:46 +0200 |
commit | 144763db0c9684c37a49254b88d2cefd98316dcd (patch) | |
tree | be0c47e67d512b5fe740d4c55299d68cd6542b9a /mysql-test/r/mysqlbinlog.result | |
parent | c893a5f0e213b0672906f8d630fba402f480175c (diff) | |
parent | d86c8af30ee31aad6db59936135dbd0b42c1216d (diff) | |
download | mariadb-git-144763db0c9684c37a49254b88d2cefd98316dcd.tar.gz |
Manual merge mysql-5.0-bugteam -> mysql-5.1-bugteam.
Diffstat (limited to 'mysql-test/r/mysqlbinlog.result')
-rw-r--r-- | mysql-test/r/mysqlbinlog.result | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mysql-test/r/mysqlbinlog.result b/mysql-test/r/mysqlbinlog.result index 75ed9e06437..2ded167e6bd 100644 --- a/mysql-test/r/mysqlbinlog.result +++ b/mysql-test/r/mysqlbinlog.result @@ -411,6 +411,16 @@ drop table t1; 1 drop table t1; shell> mysqlbinlog std_data/corrupt-relay-bin.000624 > var/tmp/bug31793.sql +set @@global.server_id= 4294967295; +reset master; +select +(@a:=load_file("MYSQLTEST_VARDIR/tmp/mysqlbinlog_bug37313.binlog")) +is not null; +(@a:=load_file("MYSQLTEST_VARDIR/tmp/mysqlbinlog_bug37313.binlog")) +is not null +1 +*** Unsigned server_id 4294967295 is found: 1 *** +set @@global.server_id= 1; End of 5.0 tests flush logs; BUG#31611: Security risk with BINLOG statement |