mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +03:00
use ENUM not ULONG for innodb-compression-algorithm command-line option
This commit is contained in:
@@ -270,7 +270,7 @@ extern my_bool srv_use_posix_fallocate;
|
||||
extern my_bool srv_use_atomic_writes;
|
||||
|
||||
/* Compression algorithm*/
|
||||
extern long innodb_compression_algorithm;
|
||||
extern ulong innodb_compression_algorithm;
|
||||
|
||||
/* Number of flush threads */
|
||||
#define MTFLUSH_MAX_WORKER 64
|
||||
|
Reference in New Issue
Block a user