summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/t/rpl_temp_table_mix_row.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/rpl/t/rpl_temp_table_mix_row.test')
-rw-r--r--mysql-test/suite/rpl/t/rpl_temp_table_mix_row.test5
1 files changed, 2 insertions, 3 deletions
diff --git a/mysql-test/suite/rpl/t/rpl_temp_table_mix_row.test b/mysql-test/suite/rpl/t/rpl_temp_table_mix_row.test
index 4b94dae3de9..70a2063c23c 100644
--- a/mysql-test/suite/rpl/t/rpl_temp_table_mix_row.test
+++ b/mysql-test/suite/rpl/t/rpl_temp_table_mix_row.test
@@ -191,9 +191,8 @@ DROP TEMPORARY TABLE t1;
#
# INSERT INTO t1 VALUES(1);
---echo # The rows event will binlogged before 'DROP TEMPORARY TABLE t1',
---echo # as t1 is non-transactional table
-INSERT INTO t1 SELECT Rand();
+--echo # The rows event will binlogged after 'INSERT INTO t1 VALUES(1)'
+INSERT INTO t1 VALUES(uuid()+0);
COMMIT;
source include/show_binlog_events.inc;