mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
e61a1841a5
does not work): Changing packed row format to only include null bits for those columns that are present in the row as well as writing BIT columns in a storage engine-independent format. The change in row format is incompatible with the previous format and a slave will not be able to read the new events.
17 lines
467 B
Text
17 lines
467 B
Text
# depends on the binlog output
|
|
-- source include/have_binlog_format_row.inc
|
|
|
|
let $rename_event_pos= 618;
|
|
|
|
# Bug#18326: Do not lock table for writing during prepare of statement
|
|
# The use of the ps protocol causes extra table maps in the binlog, so
|
|
# we disable the ps-protocol for this statement.
|
|
|
|
# Merge tables are not supported in NDB
|
|
-- source include/not_ndb_default.inc
|
|
|
|
|
|
--disable_ps_protocol
|
|
-- source extra/rpl_tests/rpl_flsh_tbls.test
|
|
--enable_ps_protocol
|
|
|