mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fix automerge: use 'thd->query()' instead of 'thd->query'.
This commit is contained in:
@@ -241,7 +241,7 @@ bool handle_select(THD *thd, LEX *lex, select_result *result,
|
||||
bool res;
|
||||
register SELECT_LEX *select_lex = &lex->select_lex;
|
||||
DBUG_ENTER("handle_select");
|
||||
MYSQL_SELECT_START(thd->query);
|
||||
MYSQL_SELECT_START(thd->query());
|
||||
|
||||
if (select_lex->master_unit()->is_union() ||
|
||||
select_lex->master_unit()->fake_select_lex)
|
||||
|
Reference in New Issue
Block a user