diff options
author | unknown <paul@kite-hub.kitebird.com> | 2004-06-16 11:59:35 -0500 |
---|---|---|
committer | unknown <paul@kite-hub.kitebird.com> | 2004-06-16 11:59:35 -0500 |
commit | 52442e983b0af2701641b68aa63711b03d73f1da (patch) | |
tree | bffb4300144142568b2daa692532cac1b6d465d1 /sql/share/norwegian | |
parent | 5ebed1893e2fa8f70e3023a15559fda991d0e4cf (diff) | |
download | mariadb-git-52442e983b0af2701641b68aa63711b03d73f1da.tar.gz |
Error message edits.
Diffstat (limited to 'sql/share/norwegian')
-rw-r--r-- | sql/share/norwegian/errmsg.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/share/norwegian/errmsg.txt b/sql/share/norwegian/errmsg.txt index 35e28935b3d..c841c0e6458 100644 --- a/sql/share/norwegian/errmsg.txt +++ b/sql/share/norwegian/errmsg.txt @@ -158,7 +158,7 @@ character-set=latin1 "Delayed insert thread couldn't get requested lock for table %-.64s", "Too many delayed threads in use", "Aborted connection %ld to db: '%-.64s' user: '%-.64s' (%s)", -"Got a packet bigger than 'max_allowed_packet'", +"Got a packet bigger than 'max_allowed_packet' bytes", "Got a read error from the connection pipe", "Got an error from fcntl()", "Got packets out of order", @@ -167,7 +167,7 @@ character-set=latin1 "Got timeout reading communication packets", "Got an error writing communication packets", "Got timeout writing communication packets", -"Result string is longer than max_allowed_packet", +"Result string is longer than 'max_allowed_packet' bytes", "The used table type doesn't support BLOB/TEXT columns", "The used table type doesn't support AUTO_INCREMENT columns", "INSERT DELAYED can't be used with table '%-.64s', because it is locked with LOCK TABLES", |