1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-24 14:48:09 +03:00
Files
mariadb/mysql-test/suite/rpl/t
Luis Soares 5d5f0fcd47 BUG#39753: Replication failure on MIXED + bit + myisam + no PK
When using mixed mode the record values stored inside the storage
engine differed from the ones computed from the row event. This
happened because the prepare_record function was calling
empty_record macro causing some don't care bits to be left set.
                          
Replacing the empty_record plus explicitly setting defaults with 
restore_record to restore the record default values fixes this.
2009-03-05 20:54:53 +01:00
..
2007-12-12 18:19:24 +01:00
2007-12-12 18:19:24 +01:00
2008-01-14 15:38:02 +08:00
2008-02-28 14:36:14 +03:00
2008-01-14 15:38:02 +08:00
2007-12-12 18:19:24 +01:00
2007-12-12 18:19:24 +01:00
2008-01-14 15:38:02 +08:00
2007-12-12 18:19:24 +01:00
2007-12-12 18:19:24 +01:00
2007-12-12 18:19:24 +01:00
2007-12-12 18:19:24 +01:00
2007-12-12 18:19:24 +01:00
2007-12-12 18:19:24 +01:00
2007-12-12 18:19:24 +01:00
2007-12-12 18:19:24 +01:00
2007-12-12 18:19:24 +01:00
2008-10-07 10:25:12 +02:00
2009-01-23 13:22:05 +01:00
2008-10-07 14:22:28 +02:00
2008-02-28 14:36:14 +03:00
2007-12-12 18:19:24 +01:00
2007-12-12 18:19:24 +01:00
2007-12-12 18:19:24 +01:00
2009-02-19 23:29:12 +03:00
2008-02-28 14:36:14 +03:00
2008-08-04 07:04:47 +02:00
2008-03-14 17:52:57 +01:00
2009-01-23 13:22:05 +01:00
2007-12-12 18:19:24 +01:00
2009-02-03 00:26:49 +03:00