1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00
Files
mariadb/mysql-test/t
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
..
2006-05-01 21:30:09 +03:00
2006-06-18 14:56:35 +04:00
2006-05-23 12:10:07 +02:00
2006-05-24 17:21:35 +03:00
2006-06-14 23:54:08 +04:00
2006-05-30 19:16:30 +04:00
2006-04-11 15:26:18 +05:00
2006-06-18 14:56:35 +04:00
2006-05-06 23:48:13 -07:00
2006-06-06 23:37:42 +04:00
2006-05-17 20:48:48 -07:00
2006-03-06 23:43:47 +01:00
2006-06-18 14:56:35 +04:00
2006-06-05 06:16:08 +03:00
2006-03-11 15:52:38 +01:00
2006-05-04 19:39:47 +03:00
2006-05-04 19:39:47 +03:00
2006-03-10 14:36:48 +01:00
2006-03-10 14:36:48 +01:00
2006-06-12 15:36:12 +02:00
2006-06-20 10:16:08 -04:00
2006-05-28 14:51:01 +02:00
2006-06-14 22:37:20 -04:00
2006-06-12 14:23:21 +02:00
2006-04-22 04:38:22 -04:00
2006-06-17 02:11:12 +04:00
2006-05-03 19:01:29 +05:00
2006-05-25 19:20:34 +05:00
2006-04-26 17:09:41 -07:00