mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge branch '10.11' into 11.4
This commit is contained in:
@ -20,6 +20,7 @@
|
||||
/* Classes in mysql */
|
||||
|
||||
#include <atomic>
|
||||
#include <thread>
|
||||
#include "dur_prop.h"
|
||||
#include <waiting_threads.h>
|
||||
#include "sql_const.h"
|
||||
@ -758,6 +759,7 @@ typedef struct system_variables
|
||||
ulong saved_lock_wait_timeout;
|
||||
#endif /* WITH_WSREP */
|
||||
|
||||
uint analyze_max_length;
|
||||
ulong auto_increment_increment, auto_increment_offset;
|
||||
ulong column_compression_zlib_strategy;
|
||||
ulong lock_wait_timeout;
|
||||
|
Reference in New Issue
Block a user