Merge pull request #11424 from devenbansod/fix_non_supported_query

Fixed an unsupported query in Travis log
This commit is contained in:
Marc Delisle 2015-08-23 08:12:39 -04:00
commit aa52e9abd5

View File

@ -641,7 +641,7 @@ $GLOBALS['dummy_queries'] = array(
'result' => array()
),
array(
'query' => "SHOW VARIABLES LIKE 'have_partitioning'",
'query' => "SHOW VARIABLES LIKE 'have_partitioning';",
'result' => array()
)
);