MySQL Forums
Forum List  »  NDB clusters

Re: Master-Master Replication
Posted by: Shannon Joyner
Date: December 05, 2017 10:26AM

I am running

mysql Ver 14.14 Distrib 5.6.38-ndb-7.4.17, for Linux (x86_64) using EditLine wrapper

ndb_replication looks like
mysql> SELECT * FROM ndb_repldb_replication;
+------+------------+-----------+-------------+-------------------+
| db | table_name | server_id | binlog_type | conflict_fn |
+------+------------+-----------+-------------+-------------------+
| tpcc | STOCK | 12 | NULL | NDB$EPOCH_TRANS() |
| tpcc | WAREHOUSE | 12 | NULL | NDB$EPOCH_TRANS() |
| tpcc | DISTRICT | 12 | NULL | NDB$EPOCH_TRANS() |
| tpcc | ORDER_LINE | 12 | NULL | NDB$EPOCH_TRANS() |
| tpcc | HISTORY | 12 | NULL | NDB$EPOCH_TRANS() |
| tpcc | CUSTOMER | 12 | NULL | NDB$EPOCH_TRANS() |
| tpcc | NEW_ORDER | 12 | NULL | NDB$EPOCH_TRANS() |
| tpcc | OORDER | 12 | NULL | NDB$EPOCH_TRANS() |
| tpcc | ITEM | 12 | NULL | NDB$EPOCH_TRANS() |
+------+------------+-----------+-------------+-------------------+
9 rows in set (0.01 sec)

Options: ReplyQuote


Subject
Views
Written By
Posted
1529
December 04, 2017 08:52PM
572
December 05, 2017 07:59AM
Re: Master-Master Replication
592
December 05, 2017 10:26AM
540
December 07, 2017 04:10PM
577
December 11, 2017 06:25PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.