mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
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
This commit is contained in:
parent
90527436fa
commit
75bdeb1b21
38 changed files with 332 additions and 2 deletions
|
|
@ -256,3 +256,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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue