summaryrefslogtreecommitdiff
path: root/mysql-test/r/mysqlbinlog.result
diff options
context:
space:
mode:
authorPatrick Crews <patrick.crews@sun.com>2009-02-20 08:40:28 -0500
committerPatrick Crews <patrick.crews@sun.com>2009-02-20 08:40:28 -0500
commiteecf716a833990408e14b3aff13509e11dd80cac (patch)
tree79b88d80fb3782c681f22352db4479bb313d0025 /mysql-test/r/mysqlbinlog.result
parentac46e34435fc2baa6062fa1d2712fcfb9427d78f (diff)
parentc02752a0055b3393df72c7e62e542549f2658b45 (diff)
downloadmariadb-git-eecf716a833990408e14b3aff13509e11dd80cac.tar.gz
automerge
Diffstat (limited to 'mysql-test/r/mysqlbinlog.result')
-rw-r--r--mysql-test/r/mysqlbinlog.result10
1 files changed, 10 insertions, 0 deletions
diff --git a/mysql-test/r/mysqlbinlog.result b/mysql-test/r/mysqlbinlog.result
index fe536950b4c..d263922e79d 100644
--- a/mysql-test/r/mysqlbinlog.result
+++ b/mysql-test/r/mysqlbinlog.result
@@ -369,4 +369,14 @@ 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