summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb/r/innodb_bug53591.result
diff options
context:
space:
mode:
authorAnnamalai Gurusami <annamalai.gurusami@oracle.com>2012-09-01 11:27:53 +0530
committerAnnamalai Gurusami <annamalai.gurusami@oracle.com>2012-09-01 11:27:53 +0530
commit3f0e739e3ef184dc5b518caeefdbd7c49ce0fc37 (patch)
tree3b9186c9c1a3c78e7b1ffcd9ceebca331c262867 /mysql-test/suite/innodb/r/innodb_bug53591.result
parent51af13e6c49d50a16ebc264cceb812584ea27815 (diff)
parentf3a6816fe541c24f41fd8045f78e28eb1da2ce9a (diff)
downloadmariadb-git-3f0e739e3ef184dc5b518caeefdbd7c49ce0fc37.tar.gz
Merge from mysql-5.1 to mysql-5.5.
Diffstat (limited to 'mysql-test/suite/innodb/r/innodb_bug53591.result')
-rw-r--r--mysql-test/suite/innodb/r/innodb_bug53591.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/innodb/r/innodb_bug53591.result b/mysql-test/suite/innodb/r/innodb_bug53591.result
index 29f9d09a71c..dae9f0d64d0 100644
--- a/mysql-test/suite/innodb/r/innodb_bug53591.result
+++ b/mysql-test/suite/innodb/r/innodb_bug53591.result
@@ -8,7 +8,7 @@ ERROR HY000: Too big row
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 1118 Row size too large (> 8126). Changing some columns to TEXT or BLOB may help. In current row format, BLOB prefix of 0 bytes is stored inline.
Error 1030 Got error 139 from storage engine
DROP TABLE bug53591;
SET GLOBAL innodb_file_format=Antelope;