summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.cc
diff options
context:
space:
mode:
authorholyfoot/hf@mysql.com/hfmain.(none) <>2007-04-30 09:25:38 +0500
committerholyfoot/hf@mysql.com/hfmain.(none) <>2007-04-30 09:25:38 +0500
commitc5625bc1add115968a17205f001ab2075f0e7724 (patch)
tree050a1ca54732ad75ff9a9e8aede408f3d380c034 /sql/item_cmpfunc.cc
parent2fe860e84beb8ba0bfa7ffd6ea35e30ee5dec46d (diff)
downloadmariadb-git-c5625bc1add115968a17205f001ab2075f0e7724.tar.gz
merging fix
Diffstat (limited to 'sql/item_cmpfunc.cc')
-rw-r--r--sql/item_cmpfunc.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/item_cmpfunc.cc b/sql/item_cmpfunc.cc
index 559461eda41..ff7b991448c 100644
--- a/sql/item_cmpfunc.cc
+++ b/sql/item_cmpfunc.cc
@@ -1754,7 +1754,6 @@ bool Item_func_between::fix_fields(THD *thd, Item **ref)
void Item_func_between::fix_length_and_dec()
{
max_length= 1;
- THD *thd= current_thd;
int i;
bool datetime_found= FALSE;
compare_as_dates= TRUE;