MDEV-14235 main.mysql_upgrade_noengine failed, results mismatch
This commit is contained in:
parent
2ba1616e5d
commit
06a9a366a3
@ -965,8 +965,9 @@ static int install_used_engines(void)
|
||||
{
|
||||
char buf[512];
|
||||
DYNAMIC_STRING ds_result;
|
||||
const char *query = "SELECT DISTINCT LOWER(engine) FROM information_schema.tables"
|
||||
" WHERE table_comment LIKE 'Unknown storage engine%'";
|
||||
const char *query = "SELECT DISTINCT LOWER(engine) AS c1 FROM information_schema.tables"
|
||||
" WHERE table_comment LIKE 'Unknown storage engine%'"
|
||||
" ORDER BY c1";
|
||||
|
||||
if (opt_systables_only || !from_before_10_1())
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user