Commit 26226e34 authored by Marko Mäkelä's avatar Marko Mäkelä

Bug#15872736 FAILING ASSERTION

Remove a bogus debug assertion.
parent 2bb6cefa
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment