1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

BUG#22583: RBR between MyISAM and non-MyISAM tables containing a BIT

field does not work

Fix to prevent MyISAM from reading data from NULL BLOB.
Fix to make record comparison independent of values of unused bits in
record.
Updating binlog positions in tests.
This commit is contained in:
mats@romeo.(none)
2007-03-20 08:52:01 +01:00
parent c815ce1aeb
commit d695f74955
37 changed files with 286 additions and 201 deletions

View File

@ -10,6 +10,6 @@ load data infile '../std_data_ln/rpl_loaddata.dat' into table test.t1;
select count(*) from test.t1;
count(*)
2
show binlog events from 102;
show binlog events from 105;
Log_name Pos Event_type Server_id End_log_pos Info
drop table test.t1;