summaryrefslogtreecommitdiff
path: root/mysql-test/r/partition_binlog.result
diff options
context:
space:
mode:
authorMattias Jonsson <mattias.jonsson@oracle.com>2010-12-03 14:05:33 +0100
committerMattias Jonsson <mattias.jonsson@oracle.com>2010-12-03 14:05:33 +0100
commit2551963711f59fcef71481fc2669daddef74bc2d (patch)
tree66f75509dcb59a866061939e9acbc994d991cb59 /mysql-test/r/partition_binlog.result
parenta998586d45f197fcf39b215c24c214142786d1fc (diff)
downloadmariadb-git-2551963711f59fcef71481fc2669daddef74bc2d.tar.gz
post-push fix for test to work on row-based-replication
Diffstat (limited to 'mysql-test/r/partition_binlog.result')
-rw-r--r--mysql-test/r/partition_binlog.result7
1 files changed, 0 insertions, 7 deletions
diff --git a/mysql-test/r/partition_binlog.result b/mysql-test/r/partition_binlog.result
index 8b449371d0e..c8fa02c4b99 100644
--- a/mysql-test/r/partition_binlog.result
+++ b/mysql-test/r/partition_binlog.result
@@ -41,13 +41,6 @@ ALTER TABLE t1 TRUNCATE PARTITION p0;
ALTER TABLE t1 DROP PARTITION p0;
show binlog events in 'master-bin.000001' from <binlog_start>;
Log_name Pos Event_type Server_id End_log_pos Info
-master-bin.000001 # Query # # use `test`; CREATE TABLE t1(id INT)
-PARTITION BY RANGE (id)
-(PARTITION p0 VALUES LESS THAN (100),
-PARTITION pmax VALUES LESS THAN (MAXVALUE))
-master-bin.000001 # Query # # BEGIN
-master-bin.000001 # Query # # use `test`; INSERT INTO t1 VALUES (1), (10), (100), (1000)
-master-bin.000001 # Query # # COMMIT
master-bin.000001 # Query # # use `test`; ALTER TABLE t1 ANALYZE PARTITION p0
master-bin.000001 # Query # # use `test`; ALTER TABLE t1 OPTIMIZE PARTITION p0
master-bin.000001 # Query # # use `test`; ALTER TABLE t1 REPAIR PARTITION p0