mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-02-27 02:00:57 +08:00
Update SchemaIterator in pt-table-sync. Make the module handle NAME_lc or not.
This commit is contained in:
@@ -47,7 +47,7 @@ $master_dbh->do('create table test.foo (i int)');
|
||||
$output = `$trunk/bin/pt-table-sync --databases test --execute h=127.1,P=12345,u=msandbox,p=msandbox h=127.1,P=12348 2>&1`;
|
||||
like(
|
||||
$output,
|
||||
qr/Unknown database 'test'/,
|
||||
qr/Table test.foo does not exist on P=12348/,
|
||||
'Warn about --databases missing on dest host'
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user