mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge branch '11.8' into 12.0
This commit is contained in:
@ -21,6 +21,7 @@
|
||||
/* Classes in mysql */
|
||||
|
||||
#include <atomic>
|
||||
#include <thread>
|
||||
#include "dur_prop.h"
|
||||
#include <waiting_threads.h>
|
||||
#include "sql_array.h"
|
||||
@ -774,6 +775,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