1
0
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:
Marko Mäkelä
2010-04-21 12:40:32 +03:00
parent 37062fc62f
commit b7a6240c41
3 changed files with 14 additions and 1 deletions

View File

@ -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,