summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/sp_head.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sp_head.cc b/sql/sp_head.cc
index 3d3e5179ad8..84727dc0b34 100644
--- a/sql/sp_head.cc
+++ b/sql/sp_head.cc
@@ -1497,7 +1497,7 @@ sp_head::execute_function(THD *thd, Item **argp, uint argcount,
each invocation.
*/
VOID(pthread_mutex_lock(&LOCK_thread_count));
- q= ::query_id;
+ q= global_query_id;
VOID(pthread_mutex_unlock(&LOCK_thread_count));
mysql_bin_log.start_union_events(thd, q + 1);
binlog_save_options= thd->options;