1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +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

@ -3579,7 +3579,7 @@ bool Prepared_statement::execute(String *expanded_query, bool open_cursor)
if (query_cache_send_result_to_client(thd, thd->query(),
thd->query_length()) <= 0)
{
MYSQL_QUERY_EXEC_START(thd->query,
MYSQL_QUERY_EXEC_START(thd->query(),
thd->thread_id,
(char *) (thd->db ? thd->db : ""),
thd->security_ctx->priv_user,