Re: gtid_mode=on with log_bin=off
Posted by:
aaron chan
Date: September 04, 2017 04:06AM
sorry,i forgot the inserts.
mysql> insert into test values(1),(2),(3);
Query OK, 3 rows affected (0.00 sec)
Records: 3 Duplicates: 0 Warnings: 0
mysql> flush logs;
Query OK, 0 rows affected (0.00 sec)
mysql> select @@global.gtid_executed;
+------------------------+
| @@global.gtid_executed |
+------------------------+
| |
+------------------------+
1 row in set (0.00 sec)
mysql> select * from mysql.gtid_executed;
Empty set (0.00 sec)
Subject
Views
Written By
Posted
1634
September 04, 2017 04:04AM
Re: gtid_mode=on with log_bin=off
735
September 04, 2017 04:06AM
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.