mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-30 08:31:29 -07:00
Cut column-statistics disabling
Thanks to our test-container, we now use the correspond mysql-client. So to test mysql 5.7 we use mysql-client-5.7 and to test mysql 8 we use mysql-client-8.
This commit is contained in:
parent
fbb0290e19
commit
8f0d1f5b14
5 changed files with 1 additions and 181 deletions
|
@ -63,7 +63,6 @@
|
|||
--ignore-table=mysql.innodb_index_stats
|
||||
--ignore-table=mysql.innodb_table_stats
|
||||
--master-data=2
|
||||
{% if db_engine == 'mysql' %}--column-statistics=0{% endif %}
|
||||
> {{ dump_path }}
|
||||
|
||||
- name: Restore the dump to replica1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue