1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

don't mention max row size, it's storage-engine dependent

This commit is contained in:
serg@serg.mylan
2004-04-27 23:03:25 +02:00
parent 93797a0dff
commit 20ce55753f

View File

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