Comment 4 for bug 1421360

Revision history for this message
Nilnandan Joshi (nilnandan-joshi) wrote :

It seems, this bug doesn't fixed. Still available in PXC 5.6.24

[root@percona-pxc56-1 mysql]# mysql -uroot -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 12
Server version: 5.6.24-72.2-56-log Percona XtraDB Cluster (GPL), Release rel72.2, Revision 1, WSREP version 25.11, wsrep_25.11

Copyright (c) 2009-2015 Percona LLC and/or its affiliates
Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql>
mysql> select @@version, @@version_comment;
+--------------------+---------------------------------------------------------------------------------------------+
| @@version | @@version_comment |
+--------------------+---------------------------------------------------------------------------------------------+
| 5.6.24-72.2-56-log | Percona XtraDB Cluster (GPL), Release rel72.2, Revision 1, WSREP version 25.11, wsrep_25.11 |
+--------------------+---------------------------------------------------------------------------------------------+
1 row in set (0.00 sec)

mysql> select @@server_uuid;
+--------------------------------------+
| @@server_uuid |
+--------------------------------------+
| 0cf78f9a-f55d-11e4-ae8c-0800278a9f76 |
+--------------------------------------+
1 row in set (0.00 sec)

mysql> select @@global.gtid_executed\G
*************************** 1. row ***************************
@@global.gtid_executed: 7dce9046-083b-ee1b-4bde-d5e28877f19f:1
1 row in set (0.00 sec)

mysql> flush privileges;
Query OK, 0 rows affected (0.00 sec)

mysql> select @@global.gtid_executed\G
*************************** 1. row ***************************
@@global.gtid_executed: 7dce9046-083b-ee1b-4bde-d5e28877f19f:1-2
1 row in set (0.00 sec)

mysql> flush privileges;
Query OK, 0 rows affected (0.00 sec)

mysql> select @@global.gtid_executed\G
*************************** 1. row ***************************
@@global.gtid_executed: 7dce9046-083b-ee1b-4bde-d5e28877f19f:1-3
1 row in set (0.00 sec)

mysql> flush tables;
Query OK, 0 rows affected (0.00 sec)

mysql> select @@global.gtid_executed\G
*************************** 1. row ***************************
@@global.gtid_executed: 0cf78f9a-f55d-11e4-ae8c-0800278a9f76:1,
7dce9046-083b-ee1b-4bde-d5e28877f19f:1-3
1 row in set (0.00 sec)

mysql> select @@server_uuid;
+--------------------------------------+
| @@server_uuid |
+--------------------------------------+
| 0cf78f9a-f55d-11e4-ae8c-0800278a9f76 |
+--------------------------------------+
1 row in set (0.00 sec)

mysql>