mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-18 09:43:09 +00:00
Use mysql.columns_priv instead of mysql.host as the empty table because mysql.host doesn't exist in 5.6.
This commit is contained in:
@@ -713,8 +713,8 @@ cmp_ok(
|
|||||||
# ############################################################################
|
# ############################################################################
|
||||||
$ni = make_nibble_iter(
|
$ni = make_nibble_iter(
|
||||||
db => 'mysql',
|
db => 'mysql',
|
||||||
tbl => 'host',
|
tbl => 'columns_priv',
|
||||||
argv => [qw(--tables mysql.host --chunk-size-limit 0)],
|
argv => [qw(--tables mysql.columns_priv --chunk-size-limit 0)],
|
||||||
);
|
);
|
||||||
|
|
||||||
@rows = ();
|
@rows = ();
|
||||||
|
Reference in New Issue
Block a user