1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fix warnings in Win64

This commit is contained in:
Vladislav Vaintroub
2017-10-11 08:44:24 +02:00
parent daabb4d055
commit 93690b96e2
3 changed files with 4 additions and 3 deletions

View File

@ -392,8 +392,9 @@ static bool open_only_one_table(THD* thd, TABLE_LIST* table,
open_error= (thd->open_temporary_tables(table) ||
open_and_lock_tables(thd, table, TRUE, 0));
}
#ifndef DBUG_OFF
dbug_err:
#endif
thd->prepare_derived_at_open= FALSE;