summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <joerg@debian.(none)>2007-07-26 15:32:32 +0200
committerunknown <joerg@debian.(none)>2007-07-26 15:32:32 +0200
commit947e42af5596e81c3941f3016d880dccd7115343 (patch)
tree7ed03ed49db460272c71dacde3d6e7222bae1159
parent79073ea7923394a2cecdb0f3161a0a505a12510a (diff)
parent00d694a900c6fcb2f7f1fe37b3a3c189c7f711dd (diff)
downloadmariadb-git-947e42af5596e81c3941f3016d880dccd7115343.tar.gz
Merge debian.(none):/M41/bug16635-4.1
into debian.(none):/M41/push-4.1
-rw-r--r--sql/share/english/errmsg.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/share/english/errmsg.txt b/sql/share/english/errmsg.txt
index 62c8f4f9991..d3a611529f2 100644
--- a/sql/share/english/errmsg.txt
+++ b/sql/share/english/errmsg.txt
@@ -21,7 +21,7 @@ character-set=latin1
"NO",
"YES",
"Can't create file '%-.64s' (errno: %d)",
-"Can't create table '%-.64s' (errno: %d)",
+"Can't create table '%-.150s' (errno: %d)",
"Can't create database '%-.64s' (errno: %d)",
"Can't create database '%-.64s'; database exists",
"Can't drop database '%-.64s'; database doesn't exist",
@@ -33,7 +33,7 @@ character-set=latin1
"Can't get working directory (errno: %d)",
"Can't lock file (errno: %d)",
"Can't open file: '%-.64s' (errno: %d)",
-"Can't find file: '%-.64s' (errno: %d)",
+"Can't find file: '%-.150s' (errno: %d)",
"Can't read dir of '%-.64s' (errno: %d)",
"Can't change dir to '%-.64s' (errno: %d)",
"Record has changed since last read in table '%-.64s'",
@@ -41,7 +41,7 @@ character-set=latin1
"Can't write; duplicate key in table '%-.64s'",
"Error on close of '%-.64s' (errno: %d)",
"Error reading file '%-.64s' (errno: %d)",
-"Error on rename of '%-.64s' to '%-.64s' (errno: %d)",
+"Error on rename of '%-.107s' to '%-.107s' (errno: %d)",
"Error writing file '%-.64s' (errno: %d)",
"'%-.64s' is locked against change",
"Sort aborted",