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:
Daniel Nichter
2012-12-04 01:50:32 +00:00
parent c094494f1f
commit 9bd431e8b7

View File

@@ -713,8 +713,8 @@ cmp_ok(
# ############################################################################
$ni = make_nibble_iter(
db => 'mysql',
tbl => 'host',
argv => [qw(--tables mysql.host --chunk-size-limit 0)],
tbl => 'columns_priv',
argv => [qw(--tables mysql.columns_priv --chunk-size-limit 0)],
);
@rows = ();