1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

merging fix

This commit is contained in:
unknown
2007-04-30 09:25:38 +05:00
parent dd0382606d
commit 9be5c10fca

View File

@@ -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;