Merge branch 'QA_4_5'
This commit is contained in:
commit
299d2e8f40
@ -629,7 +629,7 @@ $GLOBALS['dummy_queries'] = array(
|
||||
. "`CREATE_OPTIONS` AS `Create_options`, "
|
||||
. "`TABLE_COMMENT` AS `Comment` "
|
||||
. "FROM `information_schema`.`TABLES` t "
|
||||
. "WHERE BINARY `TABLE_SCHEMA` IN ('db') "
|
||||
. "WHERE `TABLE_SCHEMA` IN ('db') "
|
||||
. "AND t.`TABLE_NAME` = 'table' ORDER BY Name ASC",
|
||||
'result' => array()
|
||||
),
|
||||
@ -640,6 +640,10 @@ $GLOBALS['dummy_queries'] = array(
|
||||
array(
|
||||
'query' => "SELECT @@have_partitioning;",
|
||||
'result' => array()
|
||||
),
|
||||
array(
|
||||
'query' => "SELECT @@lower_case_table_names",
|
||||
'result' => array()
|
||||
)
|
||||
);
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user