mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge from mysql-5.5.14-release
This commit is contained in:

committed by
MySQL Release Engineering
commit
c74d844de3
@@ -1451,7 +1451,7 @@ bool get_interval_value(Item *args,interval_type int_type,
|
||||
else
|
||||
{
|
||||
String *res;
|
||||
if (!(res=args->val_str(str_value)))
|
||||
if (!(res= args->val_str_ascii(str_value)))
|
||||
return (1);
|
||||
|
||||
/* record negative intervalls in interval->neg */
|
||||
|
Reference in New Issue
Block a user