diff options
author | Bjorn Munch <Bjorn.Munch@sun.com> | 2009-09-18 16:44:11 +0200 |
---|---|---|
committer | Bjorn Munch <Bjorn.Munch@sun.com> | 2009-09-18 16:44:11 +0200 |
commit | f89b36fcbfff959d5f396702cc96d64f66cd6522 (patch) | |
tree | 9bc9b5f2b9ed75a2724413e7f1a4e3dd3d1760dc /mysql-test/suite/binlog/r/binlog_incident.result | |
parent | c18e4b42b32e89307f5c903566b6ee43da12466f (diff) | |
parent | d0408492669d37167708ac6e2642327d2deb5e5f (diff) | |
download | mariadb-git-f89b36fcbfff959d5f396702cc96d64f66cd6522.tar.gz |
new merge from trunk
Diffstat (limited to 'mysql-test/suite/binlog/r/binlog_incident.result')
-rw-r--r-- | mysql-test/suite/binlog/r/binlog_incident.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/binlog/r/binlog_incident.result b/mysql-test/suite/binlog/r/binlog_incident.result index d8b0357b8c4..7a555743723 100644 --- a/mysql-test/suite/binlog/r/binlog_incident.result +++ b/mysql-test/suite/binlog/r/binlog_incident.result @@ -1,3 +1,4 @@ +RESET MASTER; CREATE TABLE t1 (a INT); INSERT INTO t1 VALUES (1),(2),(3); SELECT * FROM t1; |