1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-20832 Don't print "row size too large" warnings in error log if innodb_strict_mode=OFF and log_warnings<=2

create_table_info_t::row_size_is_acceptable(): add condition for log writing
This commit is contained in:
Eugene Kosov
2019-11-18 23:26:21 +07:00
parent 6718d3bc32
commit 899c5bd5aa
15 changed files with 54 additions and 23 deletions

View File

@ -1,4 +1,3 @@
call mtr.add_suppression("Cannot add field `b_str_20` in table `test`.`test_tab` because after adding it, the row size is");
SET innodb_strict_mode=OFF;
CREATE TABLE test_tab (
a_str_18 mediumtext,