Fix pt-archiver tests to work with PXC in cluster mode. dest.t is still a work in progress.

This commit is contained in:
Daniel Nichter
2012-11-30 18:16:11 +00:00
9 changed files with 284 additions and 233 deletions

View File

@@ -11,6 +11,6 @@ create table a (
c char(16)
) charset=utf8;
insert into t values
(null, ""),
(null, ""),
(null, "");
(1, ""),
(2, ""),
(3, "");