1
0
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:
Sergei Golubchik
2014-05-26 20:41:10 +02:00
parent 5035495108
commit 8eaa1d90a4
6 changed files with 24 additions and 18 deletions

View File

@@ -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