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:
Laurent Indermuehle 2023-01-16 09:18:42 +01:00
commit 8f0d1f5b14
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09
5 changed files with 1 additions and 181 deletions

View file

@ -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