1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-11 13:21:44 +03:00
unknown b58e990c74 Fixed failure with rpl_truncate_7ndb.test when using statement based replication.
is_injective -> table_flag() HA_HAS_OWN_BINLOGGING
(Faster and easier to understand)
Allow cluster_binlogging also in mixed replication mode.


mysql-test/t/rpl_truncate_7ndb.test:
  Ensure that test is only run with mixed or row based replication
sql/ha_ndbcluster.cc:
  Enforce row based replication if a cluster table is used
sql/ha_ndbcluster.h:
  Remove is_injective() (Is now a table flag)
sql/ha_ndbcluster_binlog.cc:
  Use cluster binlogging also in mixed binary logging
  (Using a cluster table will enforce row based replication in mixed mode, so this should be ok)
sql/handler.cc:
  is_injective -> HA_HAS_OWN_BINLOGGING
sql/handler.h:
  is_injective -> HA_HAS_OWN_BINLOGGING
mysql-test/include/have_binlog_format_mixed_or_row.inc:
  New BitKeeper file ``mysql-test/include/have_binlog_format_mixed_or_row.inc''
mysql-test/r/rpl_truncate_7ndb_2.result:
  New BitKeeper file ``mysql-test/r/rpl_truncate_7ndb_2.result''
mysql-test/t/rpl_truncate_7ndb_2-master.opt:
  New BitKeeper file ``mysql-test/t/rpl_truncate_7ndb_2-master.opt''
mysql-test/t/rpl_truncate_7ndb_2.test:
  New BitKeeper file ``mysql-test/t/rpl_truncate_7ndb_2.test''
2006-06-22 22:44:21 +03:00
..
2003-08-28 06:08:17 +03:00
2005-07-06 17:16:22 +05:00
2005-05-05 10:36:17 -07:00
2003-01-28 08:38:28 +02:00
2004-06-20 19:11:02 +02:00
2005-07-22 21:06:02 +05:00
2005-12-06 21:28:13 +01:00
2006-01-12 19:51:02 +01:00
2006-05-04 06:28:24 +03:00
2003-12-25 20:11:01 +04:00
2006-04-12 15:56:29 +02:00
2006-02-16 16:33:46 +01:00
2006-04-12 15:56:29 +02:00
2003-05-21 21:39:58 +03:00
2006-02-13 16:36:11 +01:00
2006-01-12 19:51:02 +01:00
2004-12-13 21:00:43 +01:00
2005-06-17 14:03:27 +02:00
2006-03-09 16:30:59 +01:00
2005-06-16 12:46:09 +02:00