This website requires JavaScript.
Explore
Help
Sign in
mirror
/
mariadb
Watch
1
Star
0
Fork
You've already forked mariadb
0
mirror of
https://github.com/MariaDB/server.git
synced
2025-01-22 14:54:20 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
0ac476e3a8
mariadb
/
mysql-test
/
suite
/
rpl
/
t
/
rpl_row_basic_11bugs-master.opt
3 lines
32 B
Text
Raw
Normal View
History
Unescape
Escape
BUG#40257: Please remove --loose-skip-innodb from suite/rpl/rpl_1slave_base.cnf Removed the flag that disables innodb on slave in the default configuration of replication tests. That made the explicit --innodb flag in -slave.opt files redundant, so lots of -slave.opt files could be removed. Also, -master.opt files containing reduntant --innodb flag were removed (those were redundant even without changing the default). Removing .opt files is good because .opt files cause server restarts and make tests less readable. Also fixed a bug where rpl_innodb_mixed_ddl unintentionally used myisam on slave.
2008-10-29 14:25:03 +01:00
--binlog_ignore_db=test_ignore
BUG#22583 (RBR between MyISAM and non-MyISAM tables containing BIT field 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.
2007-02-12 16:46:42 +01:00
Reference in a new issue
Copy permalink