summaryrefslogtreecommitdiff
path: root/storage/xtradb/include/srv0srv.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/xtradb/include/srv0srv.h')
-rw-r--r--storage/xtradb/include/srv0srv.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/storage/xtradb/include/srv0srv.h b/storage/xtradb/include/srv0srv.h
index f56d7b805f6..a02c8a96e1a 100644
--- a/storage/xtradb/include/srv0srv.h
+++ b/storage/xtradb/include/srv0srv.h
@@ -282,9 +282,6 @@ extern long srv_mtflush_threads;
/* If this flag is TRUE, then we will use multi threaded flush. */
extern my_bool srv_use_mtflush;
-extern ulong srv_have_lz4;
-extern ulong srv_have_lzo;
-
/** Server undo tablespaces directory, can be absolute path. */
extern char* srv_undo_dir;
@@ -1130,8 +1127,6 @@ struct export_var_t{
compression */
ib_int64_t innodb_pages_page_compression_error;/*!< Number of page
compression errors */
- ulint innodb_have_lz4; /*!< HAVE_LZ4 */
- ulint innodb_have_lzo; /*!< HAVE_LZO */
};
/** Thread slot in the thread table. */