summaryrefslogtreecommitdiff
path: root/sql/sql_cursor.cc
diff options
context:
space:
mode:
authorAlexander Nozdrin <alik@sun.com>2009-11-06 18:28:25 +0300
committerAlexander Nozdrin <alik@sun.com>2009-11-06 18:28:25 +0300
commite6d79c2bc99e302a31fc0bbc885e8c6407092eba (patch)
tree894961090682e834a390c1897a2aa0d5b5a58a9a /sql/sql_cursor.cc
parentea0bbb72480c8ad14370cbe9388e688601fbc6e9 (diff)
parent120425ccfda32bb439c3f510f41532cfe3aa79de (diff)
downloadmariadb-git-e6d79c2bc99e302a31fc0bbc885e8c6407092eba.tar.gz
Auto-merge from mysql-trunk-merge.
Diffstat (limited to 'sql/sql_cursor.cc')
-rw-r--r--sql/sql_cursor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_cursor.cc b/sql/sql_cursor.cc
index 6d07f753086..ffc3fafe55f 100644
--- a/sql/sql_cursor.cc
+++ b/sql/sql_cursor.cc
@@ -169,7 +169,7 @@ int mysql_open_cursor(THD *thd, uint flags, select_result *result,
thd->lock_id= sensitive_cursor->get_lock_id();
thd->cursor= sensitive_cursor;
}
- 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,