Merge pull request #11424 from devenbansod/fix_non_supported_query
Fixed an unsupported query in Travis log
This commit is contained in:
commit
aa52e9abd5
@ -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()
|
||||
)
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user