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

fix misplaced and non-working if() in the grammar

few small post-merge fixes
This commit is contained in:
Sergei Golubchik
2011-07-12 17:41:13 +02:00
parent c97f938bcf
commit aac3a1eac9
11 changed files with 18 additions and 49 deletions

View File

@ -9,7 +9,6 @@ SHOW WARNINGS;
Level Code Message
Error 139 Too big row
Error 1118 Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. You have to change some columns to TEXT or BLOBs
Error 1030 Got error 139 from storage engine
DROP TABLE bug53591;
SET GLOBAL innodb_file_format=Antelope;
SET GLOBAL innodb_file_format_max=Antelope;