Skip to content

Instantly share code, notes, and snippets.

@nirbhayc
Created December 22, 2015 14:54
Show Gist options
  • Save nirbhayc/dee2ad93819edd19ab14 to your computer and use it in GitHub Desktop.
Save nirbhayc/dee2ad93819edd19ab14 to your computer and use it in GitHub Desktop.
MariaDB [test]> flush tables;
Query OK, 0 rows affected (0.00 sec)
MariaDB [test]> show variables like 'gtid_binlog_pos';
+-----------------+-------+
| Variable_name | Value |
+-----------------+-------+
| gtid_binlog_pos | 0-1-3 |
+-----------------+-------+
1 row in set (0.00 sec)
MariaDB [test]> flush tables;
Query OK, 0 rows affected (0.00 sec)
MariaDB [test]> show variables like 'gtid_binlog_pos';
+-----------------+-------+
| Variable_name | Value |
+-----------------+-------+
| gtid_binlog_pos | 0-1-4 |
+-----------------+-------+
1 row in set (0.00 sec)
MariaDB [test]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment