Below is the list of changes that have just been committed into a local
5.1 repository of elkin. When elkin does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2006-10-23 18:22:27+03:00, aelkin@stripped +1 -0
Bug #22027 CREATE TABLE IF NOT EXISTS SELECT logged improperly with row-based binlog
results of binlog_stm_binlog in sync
mysql-test/r/binlog_stm_binlog.result@stripped, 2006-10-23 18:22:24+03:00, aelkin@stripped +1 -2
results changed
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: aelkin
# Host: dsl-hkigw8-febefb00-148.dhcp.inet.fi
# Root: /home/elkin/MySQL/TEAM/FIXES/5.1/bug22027_create_select_exists
--- 1.16/mysql-test/r/binlog_stm_binlog.result 2006-10-23 18:22:34 +03:00
+++ 1.17/mysql-test/r/binlog_stm_binlog.result 2006-10-23 18:22:34 +03:00
@@ -159,9 +159,8 @@ create table t1 (a int);
create table if not exists t2 select * from t1;
create temporary table tt1 (a int);
create table if not exists t3 like tt1;
-show binlog events;
+show binlog events from 102;
Log_name Pos Event_type Server_id End_log_pos Info
-master-bin.000001 # Format_desc 1 # Server ver: 5.1.12-beta-debug-log, Binlog ver: 4
master-bin.000001 # Query 1 # use `test`; create table t1 (id tinyint auto_increment primary key)
master-bin.000001 # Intvar 1 # INSERT_ID=127
master-bin.000001 # Query 1 # use `test`; insert into t1 values(null)
| Thread |
|---|
| • bk commit into 5.1 tree (aelkin:1.2312) BUG#22027 | Andrei Elkin | 23 Oct |