Make Travis happy

Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
Marc Delisle 2015-08-22 10:31:00 -04:00
parent 70b5c9ddeb
commit cc42bd2b99

View File

@ -639,6 +639,10 @@ $GLOBALS['dummy_queries'] = array(
array(
'query' => "SHOW TABLE STATUS FROM `db` WHERE `Name` LIKE 'table%'",
'result' => array()
),
array(
'query' => "SHOW VARIABLES LIKE 'have_partitioning'",
'result' => array()
)
);
/**