mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Bug#15872736 FAILING ASSERTION
Remove a bogus debug assertion.
This commit is contained in:
parent
e5ad41716b
commit
e882efe64a
1 changed files with 0 additions and 1 deletions
|
@ -98,7 +98,6 @@ innobase_col_to_mysql(
|
|||
case DATA_MYSQL:
|
||||
ut_ad(flen >= len);
|
||||
ut_ad(col->mbmaxlen >= col->mbminlen);
|
||||
ut_ad(col->mbmaxlen > col->mbminlen || flen == len);
|
||||
memcpy(dest, data, len);
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue