mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-24 13:25:01 +00:00
Fix pt-archiver tests to work with PXC in cluster mode. dest.t is still a work in progress.
This commit is contained in:
@@ -11,6 +11,6 @@ create table a (
|
||||
c char(16)
|
||||
) charset=utf8;
|
||||
insert into t values
|
||||
(null, "が"),
|
||||
(null, "が"),
|
||||
(null, "が");
|
||||
(1, "が"),
|
||||
(2, "が"),
|
||||
(3, "が");
|
||||
|
Reference in New Issue
Block a user