diff options
author | holyfoot/hf@mysql.com/hfmain.(none) <> | 2007-04-30 09:25:38 +0500 |
---|---|---|
committer | holyfoot/hf@mysql.com/hfmain.(none) <> | 2007-04-30 09:25:38 +0500 |
commit | c5625bc1add115968a17205f001ab2075f0e7724 (patch) | |
tree | 050a1ca54732ad75ff9a9e8aede408f3d380c034 /sql/item_cmpfunc.cc | |
parent | 2fe860e84beb8ba0bfa7ffd6ea35e30ee5dec46d (diff) | |
download | mariadb-git-c5625bc1add115968a17205f001ab2075f0e7724.tar.gz |
merging fix
Diffstat (limited to 'sql/item_cmpfunc.cc')
-rw-r--r-- | sql/item_cmpfunc.cc | 1 |
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; |