mirror of
https://github.com/MariaDB/server.git
synced 2025-08-09 22:24:09 +03:00
merging fix
This commit is contained in:
@@ -1754,7 +1754,6 @@ bool Item_func_between::fix_fields(THD *thd, Item **ref)
|
|||||||
void Item_func_between::fix_length_and_dec()
|
void Item_func_between::fix_length_and_dec()
|
||||||
{
|
{
|
||||||
max_length= 1;
|
max_length= 1;
|
||||||
THD *thd= current_thd;
|
|
||||||
int i;
|
int i;
|
||||||
bool datetime_found= FALSE;
|
bool datetime_found= FALSE;
|
||||||
compare_as_dates= TRUE;
|
compare_as_dates= TRUE;
|
||||||
|
Reference in New Issue
Block a user