From 75bdeb1b21dca9266c077f9bade0e88bec716e9c Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 9 Apr 2003 20:50:30 -0400 Subject: added compress/uncompress function sql/mysql_priv.h: added have_compress variable sql/mysqld.cc: added have_compress variable sql/set_var.cc: added have_compress variable --- sql/share/greek/errmsg.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sql/share/greek') diff --git a/sql/share/greek/errmsg.txt b/sql/share/greek/errmsg.txt index 3f54e7740bd..ffe9d71ca5d 100644 --- a/sql/share/greek/errmsg.txt +++ b/sql/share/greek/errmsg.txt @@ -255,3 +255,7 @@ "COLLATION '%s' is not valid for CHARACTER SET '%s'" "The slave was already running" "The slave was already stopped" +"Too big size of uncompressed data. The maximum size is %d. (probably, length of uncompressed data was corrupted)" +"Z_BUF_ERROR: Not enough memory available for zlib" +"Z_MEM_ERROR: Not enough room in the output buffer for zlib (probably, length of uncompressed data was corrupted)" +"Z_DATA_ERROR: Input data was corrupted for zlib" -- cgit v1.2.1