1
0
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:
Oleksandr Byelkin
2025-06-17 09:50:22 +02:00
196 changed files with 4543 additions and 1172 deletions

View File

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