Skip to content

Commit

Permalink
Revert an accidental commit to work around MDEV-11601.
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-m committed Feb 9, 2017
1 parent 0e6968c commit 5ffbd08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sql/sql_show.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7609,8 +7609,7 @@ TABLE *create_schema_table(THD *thd, TABLE_LIST *table_list)
case MYSQL_TYPE_BLOB:
if (!(item= new (mem_root)
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);
}
Expand Down

0 comments on commit 5ffbd08

Please sign in to comment.