summaryrefslogtreecommitdiff
path: root/sql/item_create.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/item_create.cc')
-rw-r--r--sql/item_create.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/item_create.cc b/sql/item_create.cc
index 3713fc9e380..561613032bc 100644
--- a/sql/item_create.cc
+++ b/sql/item_create.cc
@@ -72,7 +72,6 @@ Item *create_func_connection_id(void)
{
THD *thd= current_thd;
thd->lex->safe_to_cache_query= 0;
- thd->thread_specific_used= TRUE;
return new Item_func_connection_id();
}