1
0
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:
hery.ramilison@oracle.com
2011-07-06 01:13:50 +02:00
committed by MySQL Release Engineering
42 changed files with 736 additions and 684 deletions

View File

@@ -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 */