mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +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
|
|
@ -465,6 +465,7 @@ struct show_var_st init_vars[]= {
|
|||
{"ft_stopword_file", (char*) &ft_stopword_file, SHOW_CHAR_PTR},
|
||||
{"have_bdb", (char*) &have_berkeley_db, SHOW_HAVE},
|
||||
{"have_crypt", (char*) &have_crypt, SHOW_HAVE},
|
||||
{"have_compress", (char*) &have_compress, SHOW_HAVE},
|
||||
{"have_innodb", (char*) &have_innodb, SHOW_HAVE},
|
||||
{"have_isam", (char*) &have_isam, SHOW_HAVE},
|
||||
{"have_raid", (char*) &have_raid, SHOW_HAVE},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue