Skip to content

Commit 7bf914e

Browse files
committed
rpl_extra_col_slave_tokudb changes result set
Probably the result is due to a bug fixed on their server. Restoring old behaviour for now.
1 parent 97041ac commit 7bf914e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

storage/tokudb/mysql-test/rpl/r/rpl_extra_col_slave_tokudb.result

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,9 @@ set @b1 = concat(@b1,@b1);
228228
INSERT INTO t9 () VALUES(1,@b1,'Kyle'),(2,@b1,'JOE'),(3,@b1,'QA');
229229
select * from t9;
230230
a b c d e f g h i
231-
1 b1b1b1b1b1b1b1b1 Kyle CURRENT_TIMESTAMP 0 NULL NULL
232-
2 b1b1b1b1b1b1b1b1 JOE CURRENT_TIMESTAMP 0 NULL NULL
233-
3 b1b1b1b1b1b1b1b1 QA CURRENT_TIMESTAMP 0 NULL NULL
234-
include/assert.inc [The values of column 'd' should have non-zero timetsamp.]
231+
1 b1b1b1b1b1b1b1b1 Kyle 0000-00-00 00:00:00 0 NULL NULL
232+
2 b1b1b1b1b1b1b1b1 JOE 0000-00-00 00:00:00 0 NULL NULL
233+
3 b1b1b1b1b1b1b1b1 QA 0000-00-00 00:00:00 0 NULL NULL
235234
DROP TABLE t9;
236235
*** Create t10 on slave ***
237236
STOP SLAVE;

0 commit comments

Comments
 (0)