mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Adjust tests for the Bug #50495 fix.
This commit is contained in:
@ -24,6 +24,7 @@ SET GLOBAL innodb_file_per_table=ON;
|
||||
# Generating 10 tables
|
||||
# Creating a table with 94 columns and 24 indexes
|
||||
DROP TABLE IF EXISTS `table0`;
|
||||
set innodb_strict_mode=on;
|
||||
--error ER_TOO_BIG_ROWSIZE
|
||||
CREATE TABLE IF NOT EXISTS `table0`
|
||||
(`col0` BOOL,
|
||||
|
Reference in New Issue
Block a user