diff options
author | monty@tik.mysql.fi <> | 2001-05-28 02:56:22 +0300 |
---|---|---|
committer | monty@tik.mysql.fi <> | 2001-05-28 02:56:22 +0300 |
commit | 444afa7597d4b4ae53719790b16039ccf73a314b (patch) | |
tree | 0f8fdb64f7474e137d11c06c1f11f3430e6b6f5b /sql | |
parent | 7ea5c8104b8aa28bc8977a245e9cbd695b06bb06 (diff) | |
download | mariadb-git-444afa7597d4b4ae53719790b16039ccf73a314b.tar.gz |
Corrected error messages to avoid problems with too long error messages.
Diffstat (limited to 'sql')
-rw-r--r-- | sql/share/english/errmsg.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/share/english/errmsg.txt b/sql/share/english/errmsg.txt index 4deffcd16be..ff29fffe958 100644 --- a/sql/share/english/errmsg.txt +++ b/sql/share/english/errmsg.txt @@ -153,7 +153,7 @@ "You have an error in your SQL syntax", "Delayed insert thread couldn't get requested lock for table %-.64s", "Too many delayed threads in use", -"Aborted connection %ld to db: '%-.64s' user: '%-.32s' (%-.64s) - see http://www.mysql.com/doc/C/o/Communication_errors.html", +"Aborted connection %ld to db: '%-.64s' user: '%-.32s' (%-.64s)", "Got a packet bigger than 'max_allowed_packet'", "Got a read error from the connection pipe", "Got an error from fcntl()", @@ -185,7 +185,7 @@ "Got error %d during ROLLBACK", "Got error %d during FLUSH_LOGS", "Got error %d during CHECKPOINT", -"Aborted connection %ld to db: '%-.64s' user: '%-.32s' host: `%-.64s' (%-.64s) see http://www.mysql.com/doc/C/o/Communication_errors.html", +"Aborted connection %ld to db: '%-.64s' user: '%-.32s' host: `%-.64s' (%-.64s)", "The handler for the table does not support binary table dump", "Binlog closed, cannot RESET MASTER", "Failed rebuilding the index of dumped table '%-.64s'", |