mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Revert an accidental commit to work around MDEV-11601.
This commit is contained in:
@@ -7609,8 +7609,7 @@ TABLE *create_schema_table(THD *thd, TABLE_LIST *table_list)
|
|||||||
case MYSQL_TYPE_BLOB:
|
case MYSQL_TYPE_BLOB:
|
||||||
if (!(item= new (mem_root)
|
if (!(item= new (mem_root)
|
||||||
Item_blob(thd, fields_info->field_name,
|
Item_blob(thd, fields_info->field_name,
|
||||||
std::min(unsigned (strlen(fields_info->field_name)),
|
fields_info->field_length)))
|
||||||
fields_info->field_length))))
|
|
||||||
{
|
{
|
||||||
DBUG_RETURN(0);
|
DBUG_RETURN(0);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user