diff options
author | unknown <serg@serg.mylan> | 2004-04-27 23:03:25 +0200 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2004-04-27 23:03:25 +0200 |
commit | b590c36a36d75c8e3867cef55e491107e4e92fde (patch) | |
tree | e86b0ed4c3cc59c8cbfc68ee8674f1d1ac2224b6 /extra | |
parent | b825d9b023071039dfbda8324427102533319cb4 (diff) | |
download | mariadb-git-b590c36a36d75c8e3867cef55e491107e4e92fde.tar.gz |
don't mention max row size, it's storage-engine dependent
Diffstat (limited to 'extra')
-rw-r--r-- | extra/perror.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/perror.c b/extra/perror.c index ca6bbfb54f9..6d9744a39da 100644 --- a/extra/perror.c +++ b/extra/perror.c @@ -71,7 +71,7 @@ static HA_ERRORS ha_errlist[]= { 136,"No more room in index file" }, { 137,"No more records (read after end of file)" }, { 138,"Unsupported extension used for table" }, - { 139,"Too big row (>= 16 M)"}, + { 139,"Too big row"}, { 140,"Wrong create options"}, { 141,"Duplicate unique key or constraint on write or update"}, { 142,"Unknown character set used"}, |