1
0
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:
Alexander Nozdrin
2009-11-05 17:51:00 +03:00
parent cbe94583c2
commit 3cf6345535
6 changed files with 15 additions and 15 deletions

View File

@@ -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)