summaryrefslogtreecommitdiff
path: root/sql/share
diff options
context:
space:
mode:
authorunknown <heikki@hundin.mysql.fi>2003-07-14 16:04:20 +0300
committerunknown <heikki@hundin.mysql.fi>2003-07-14 16:04:20 +0300
commitaa70f48264c5c113a833153a7e568cba7f21375e (patch)
tree1eac5c5b2d59d3789baa7756b9661915cbbb2bbd /sql/share
parent66672ad185ac66636fe1b3d24d063fde6807a190 (diff)
downloadmariadb-git-aa70f48264c5c113a833153a7e568cba7f21375e.tar.gz
errmsg.txt:
Correct a misleading error message about max row length sql/share/english/errmsg.txt: Correct a misleading error message about max row length
Diffstat (limited to 'sql/share')
-rw-r--r--sql/share/english/errmsg.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/share/english/errmsg.txt b/sql/share/english/errmsg.txt
index 3d7ca3b28df..0ce90ac0dab 100644
--- a/sql/share/english/errmsg.txt
+++ b/sql/share/english/errmsg.txt
@@ -119,7 +119,7 @@
"Unknown character set: '%-.64s'",
"Too many tables. MySQL can only use %d tables in a join",
"Too many columns",
-"Too big row size. The maximum row size, not counting BLOBs, is %d. You have to change some fields to BLOBs",
+"Too big row size. The maximum row size, not counting BLOBs, is %d (can be lower for some table types). You have to change some fields to BLOBs",
"Thread stack overrun: Used: %ld of a %ld stack. Use 'mysqld -O thread_stack=#' to specify a bigger stack if needed",
"Cross dependency found in OUTER JOIN. Examine your ON conditions",
"Column '%-.64s' is used with UNIQUE or INDEX but is not defined as NOT NULL",