mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Improve performance for calculating memory allocation
Extend interface for 'show variables' with current scope
This commit is contained in:
parent
67b24a2374
commit
0ee879ff8a
17 changed files with 193 additions and 79 deletions
|
|
@ -54,6 +54,12 @@ typedef Bitmap<((MAX_INDEXES+7)/8*8)> key_map; /* Used for finding keys */
|
|||
#define TEST_SIGINT 1024 /**< Allow sigint on threads */
|
||||
#define TEST_SYNCHRONIZATION 2048 /**< get server to do sleep in
|
||||
some places */
|
||||
|
||||
/* Keep things compatible */
|
||||
#define OPT_DEFAULT SHOW_OPT_DEFAULT
|
||||
#define OPT_SESSION SHOW_OPT_SESSION
|
||||
#define OPT_GLOBAL SHOW_OPT_GLOBAL
|
||||
|
||||
/* Function prototypes */
|
||||
void kill_mysql(void);
|
||||
void close_connection(THD *thd, uint sql_errno= 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue