mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.6 into 10.11
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"
|
||||
@ -736,6 +737,7 @@ typedef struct system_variables
|
||||
ha_rows select_limit;
|
||||
ha_rows max_join_size;
|
||||
ha_rows expensive_subquery_limit;
|
||||
uint analyze_max_length;
|
||||
ulong auto_increment_increment, auto_increment_offset;
|
||||
#ifdef WITH_WSREP
|
||||
/*
|
||||
|
Reference in New Issue
Block a user