mirror of
https://github.com/MariaDB/server.git
synced 2025-08-09 22:24:09 +03:00
Fix compiler error if lz4 is not found on the system.
This commit is contained in:
@@ -16763,7 +16763,9 @@ static struct st_mysql_sys_var* innobase_system_variables[]= {
|
||||
MYSQL_SYSVAR(trim_pct),
|
||||
MYSQL_SYSVAR(compress_index_pages),
|
||||
MYSQL_SYSVAR(use_trim),
|
||||
#ifdef HAVE_LZ4
|
||||
MYSQL_SYSVAR(use_lz4),
|
||||
#endif
|
||||
NULL
|
||||
};
|
||||
|
||||
|
@@ -18169,7 +18169,9 @@ static struct st_mysql_sys_var* innobase_system_variables[]= {
|
||||
MYSQL_SYSVAR(trim_pct),
|
||||
MYSQL_SYSVAR(compress_index_pages),
|
||||
MYSQL_SYSVAR(use_trim),
|
||||
#ifdef HAVE_LZ4
|
||||
MYSQL_SYSVAR(use_lz4),
|
||||
#endif
|
||||
NULL
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user