summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.cc
diff options
context:
space:
mode:
authorunknown <holyfoot/hf@mysql.com/hfmain.(none)>2007-04-30 09:25:38 +0500
committerunknown <holyfoot/hf@mysql.com/hfmain.(none)>2007-04-30 09:25:38 +0500
commit9be5c10fca989ff9d8efdd2cc12b57c62dcaefb6 (patch)
tree050a1ca54732ad75ff9a9e8aede408f3d380c034 /sql/item_cmpfunc.cc
parentdd0382606da2c566cee4b757b74606de565169e7 (diff)
downloadmariadb-git-9be5c10fca989ff9d8efdd2cc12b57c62dcaefb6.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;