mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.4 into 10.5
This commit is contained in:
@@ -4384,7 +4384,7 @@ int spider_db_mariadb_util::append_column_value(
|
||||
} else if (float_value)
|
||||
{
|
||||
if (str->reserve(SPIDER_SQL_CAST_LEN + ptr->length() +
|
||||
SPIDER_SQL_AS_FLOAT_LEN, SPIDER_SQL_CLOSE_PAREN_LEN))
|
||||
SPIDER_SQL_AS_FLOAT_LEN + SPIDER_SQL_CLOSE_PAREN_LEN))
|
||||
{
|
||||
DBUG_RETURN(HA_ERR_OUT_OF_MEM);
|
||||
}
|
||||
|
Reference in New Issue
Block a user