Comment 1 for bug 1642468

Revision history for this message
Carlos Salguero (carlos-salguero) wrote :

Cannot reproduce.
pt-table-checksum --replicate=percona.checksums --ignore-databases mysql,sys --no-check-binlog-format --user=msandbox --password=msandbox -h 127.0.0.1 --port=12345

then mysql --user=msandbox --password=msandbox --host=127.0.0.1 --port=12345
show variables like '%version%';
+-------------------------+---------------------+
| Variable_name | Value |
+-------------------------+---------------------+
| innodb_version | 5.6.19-67.0 |
| protocol_version | 10 |
| slave_type_conversions | |
| version | 10.0.13-MariaDB-log |
| version_comment | MariaDB Server |
| version_compile_machine | x86_64 |
| version_compile_os | Linux |
| version_malloc_library | bundled jemalloc |
+-------------------------+---------------------+
8 rows in set (0.00 sec)

show tables from percona;
+-------------------+
| Tables_in_percona |
+-------------------+
| checksums |
+-------------------+
1 row in set (0.00 sec)