summaryrefslogtreecommitdiff
path: root/sql/item_create.cc
diff options
context:
space:
mode:
authorkostja@bodhi.local <>2006-07-26 23:33:25 +0400
committerkostja@bodhi.local <>2006-07-26 23:33:25 +0400
commit73189969f358be1530a1421fe38ea5cd183cfe10 (patch)
tree9127bb933b3774974a321dce0ca111f0e8ac8991 /sql/item_create.cc
parentbea330494ce2ef65fcdb0c74c646af7df8a0d778 (diff)
parentbd183d42dcf66432d2e8051e030919a4669eaf8c (diff)
downloadmariadb-git-73189969f358be1530a1421fe38ea5cd183cfe10.tar.gz
Merge bodhi.local:/opt/local/work/tmp_merge
into bodhi.local:/opt/local/work/mysql-5.1-runtime-merge
Diffstat (limited to 'sql/item_create.cc')
-rw-r--r--sql/item_create.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/sql/item_create.cc b/sql/item_create.cc
index bf4af2232f7..7147142d8a7 100644
--- a/sql/item_create.cc
+++ b/sql/item_create.cc
@@ -296,12 +296,6 @@ Item *create_func_pow(Item* a, Item *b)
return new Item_func_pow(a,b);
}
-Item *create_func_current_user()
-{
- current_thd->lex->safe_to_cache_query= 0;
- return new Item_func_user(TRUE);
-}
-
Item *create_func_radians(Item *a)
{
return new Item_func_units((char*) "radians",a,M_PI/180,0.0);