| INNODB_COMPRESSION_ALGORITHM |
NULL
|
zlib |
COMPILE-TIME |
zlib |
GLOBAL |
ENUM |
Compression algorithm used on page compression. On... |
NULL
|
NULL
|
NULL
|
none,zlib,lz4,lzo,lzma,bzip2,snappy |
NO |
OPTIONAL |
| HAVE_PROFILING |
NULL
|
YES |
COMPILE-TIME |
NULL
|
GLOBAL |
VARCHAR |
If statement profiling is available, will be set t... |
NULL
|
NULL
|
NULL
|
NULL
|
YES |
NULL
|
| HAVE_DYNAMIC_LOADING |
NULL
|
YES |
COMPILE-TIME |
NULL
|
GLOBAL |
VARCHAR |
If the server supports dynamic loading of plugins,... |
NULL
|
NULL
|
NULL
|
NULL
|
YES |
NULL
|
| HAVE_GEOMETRY |
NULL
|
YES |
COMPILE-TIME |
NULL
|
GLOBAL |
VARCHAR |
If the server supports spatial data types, will be... |
NULL
|
NULL
|
NULL
|
NULL
|
YES |
NULL
|
| HAVE_COMPRESS |
NULL
|
YES |
COMPILE-TIME |
NULL
|
GLOBAL |
VARCHAR |
If the zlib compression library is accessible to t... |
NULL
|
NULL
|
NULL
|
NULL
|
YES |
NULL
|
| HAVE_QUERY_CACHE |
NULL
|
YES |
COMPILE-TIME |
NULL
|
GLOBAL |
VARCHAR |
If the server supports the query cache, will be se... |
NULL
|
NULL
|
NULL
|
NULL
|
YES |
NULL
|
| HAVE_RTREE_KEYS |
NULL
|
YES |
COMPILE-TIME |
NULL
|
GLOBAL |
VARCHAR |
If RTREE indexes (used for spatial indexes) are av... |
NULL
|
NULL
|
NULL
|
NULL
|
YES |
NULL
|
| UPDATABLE_VIEWS_WITH_LIMIT |
YES |
YES |
COMPILE-TIME |
YES |
SESSION |
ENUM |
YES = Don't issue an error message (warning only) ... |
NULL
|
NULL
|
NULL
|
NO,YES |
NO |
REQUIRED |
| VERSION_COMPILE_MACHINE |
NULL
|
x64 |
COMPILE-TIME |
NULL
|
GLOBAL |
VARCHAR |
The machine type or architecture MariaDB was built... |
NULL
|
NULL
|
NULL
|
NULL
|
YES |
NULL
|
| VERSION_SSL_LIBRARY |
NULL
|
WolfSSL 5.6.3 |
COMPILE-TIME |
NULL
|
GLOBAL |
VARCHAR |
Version of the used SSL library |
NULL
|
NULL
|
NULL
|
NULL
|
YES |
NULL
|
| THREAD_POOL_MODE |
NULL
|
windows |
COMPILE-TIME |
windows |
GLOBAL |
ENUM |
Chose implementation of the threadpool |
NULL
|
NULL
|
NULL
|
windows,generic |
YES |
REQUIRED |
| VERSION_COMPILE_OS |
NULL
|
Win64 |
COMPILE-TIME |
NULL
|
GLOBAL |
VARCHAR |
Operating system that MariaDB was built on, for ex... |
NULL
|
NULL
|
NULL
|
NULL
|
YES |
NULL
|
| GENERAL_LOG_FILE |
NULL
|
WIN-U6LSIANQPIV.log |
COMPILE-TIME |
|
GLOBAL |
VARCHAR |
Log connections and queries to given file |
NULL
|
NULL
|
NULL
|
NULL
|
NO |
REQUIRED |
| SLOW_QUERY_LOG_FILE |
NULL
|
WIN-U6LSIANQPIV-slow.log |
COMPILE-TIME |
|
GLOBAL |
VARCHAR |
Log slow queries to given log file. Defaults loggi... |
NULL
|
NULL
|
NULL
|
NULL
|
NO |
REQUIRED |
| HOSTNAME |
NULL
|
WIN-U6LSIANQPIV |
COMPILE-TIME |
NULL
|
GLOBAL |
VARCHAR |
Server host name |
NULL
|
NULL
|
NULL
|
NULL
|
YES |
NULL
|
| COLLATION_DATABASE |
utf8_general_ci |
utf8mb4_general_ci |
COMPILE-TIME |
utf8mb4_general_ci |
SESSION |
ENUM |
The collation of the database character set |
NULL
|
NULL
|
NULL
|
NULL
|
NO |
NULL
|
| COLLATION_SERVER |
utf8mb4_general_ci |
utf8mb4_general_ci |
COMPILE-TIME |
utf8mb4_general_ci |
SESSION |
ENUM |
The server default collation |
NULL
|
NULL
|
NULL
|
NULL
|
NO |
NULL
|
| COLLATION_CONNECTION |
utf8mb4_unicode_ci |
utf8mb4_general_ci |
COMPILE-TIME |
utf8mb4_general_ci |
SESSION |
ENUM |
The collation of the connection character set |
NULL
|
NULL
|
NULL
|
NULL
|
NO |
NULL
|
| CHARACTER_SET_SERVER |
utf8mb4 |
utf8mb4 |
COMPILE-TIME |
utf8mb4 |
SESSION |
ENUM |
The default character set |
NULL
|
NULL
|
NULL
|
NULL
|
NO |
NULL
|
| CHARACTER_SET_CONNECTION |
utf8mb4 |
utf8mb4 |
COMPILE-TIME |
utf8mb4 |
SESSION |
ENUM |
The character set used for literals that do not ha... |
NULL
|
NULL
|
NULL
|
NULL
|
NO |
NULL
|
| CHARACTER_SET_RESULTS |
utf8mb4 |
utf8mb4 |
COMPILE-TIME |
utf8mb4 |
SESSION |
ENUM |
The character set used for returning query results... |
NULL
|
NULL
|
NULL
|
NULL
|
NO |
NULL
|
| CHARACTER_SET_CLIENT |
utf8mb4 |
utf8mb4 |
COMPILE-TIME |
utf8mb4 |
SESSION |
ENUM |
The character set for statements that arrive from ... |
NULL
|
NULL
|
NULL
|
NULL
|
NO |
NULL
|
| CHARACTER_SET_DATABASE |
utf8 |
utf8mb4 |
COMPILE-TIME |
utf8mb4 |
SESSION |
ENUM |
The character set used by the default database |
NULL
|
NULL
|
NULL
|
NULL
|
NO |
NULL
|
| CHARACTER_SET_SYSTEM |
NULL
|
utf8 |
COMPILE-TIME |
NULL
|
GLOBAL |
ENUM |
The character set used by the server for storing i... |
NULL
|
NULL
|
NULL
|
NULL
|
YES |
NULL
|
| INNODB_FLUSH_METHOD |
NULL
|
unbuffered |
COMPILE-TIME |
unbuffered |
GLOBAL |
ENUM |
With which method to flush data. |
NULL
|
NULL
|
NULL
|
fsync,O_DSYNC,littlesync,nosync,O_DIRECT,O_DIRECT_... |
YES |
REQUIRED |