MySQL Forums
Forum List  »  Replication

Re: MySQL 5.7.17 GTID Replication always breaking
Posted by: Christian Huck
Date: February 24, 2017 03:35AM

just figured out that there are some MyISAM tables I was not aware of:

mysql> Select table_schema, engine, count(*) from tables group by table_schema, engine;
+---------------------------+--------------------+----------+
| table_schema | engine | count(*) |
+---------------------------+--------------------+----------+
| xxxxxxxxxxxxxxxxxxxx | InnoDB | 104 |
| xxxxxxxxxxxxxx | InnoDB | 244 |
| xxxxxxxxxxxxxxxxxxxxxxxxxx| InnoDB | 106 |
| xxxxxxxxxxxxxxxxxxxx | InnoDB | 395 |
| xxxxxx | InnoDB | 20 |
| xxxxxxxx | InnoDB | 38 |
| health_monitor | InnoDB | 2 |
| xxxx | NULL | 1 |
| xxxx | InnoDB | 3 |
| information_schema | InnoDB | 10 |
| information_schema | MEMORY | 51 |
| xxxxxx | InnoDB | 18 |
| mysql | CSV | 2 |
| mysql | InnoDB | 19 |
| mysql | MyISAM | 10 |
| xxxxxx | NULL | 10 |
| xxxxxx | InnoDB | 61 |
| performance_schema | PERFORMANCE_SCHEMA | 87 |
| xxxxxxxxx | NULL | 4 |
| xxxxxxxxx | InnoDB | 91 |
| xxxxxxxxxxxxx | MyISAM | 1 |
| xxxxxx | MyISAM | 772 |
| sys | NULL | 100 |
| sys | InnoDB | 1 |
| xxxxxx | CSV | 2 |
| xxxxxx | InnoDB | 537 |
| xxxxxx | MEMORY | 10 |
+---------------------------+--------------------+----------+
27 rows in set (0.19 sec)

could this be an issue ?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: MySQL 5.7.17 GTID Replication always breaking
718
February 24, 2017 03:35AM


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.