mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Changes for the BitKeeper resolve.
One more notice: limiting number of queries per hour for different users has been done on 4.0.1 , but I can port it to 3.23.* This will require only certain changes, like number of columns in user table. I will also make a test case for it, after it is approved by Monty, as result file will depend on the error message text.
This commit is contained in:
@@ -512,7 +512,7 @@ int write_record(TABLE *table,COPY_INFO *info);
|
||||
/* bits set in manager_status */
|
||||
#define MANAGER_BERKELEY_LOG_CLEANUP (1L << 0)
|
||||
extern ulong volatile manager_status;
|
||||
extern bool volatile manager_thread_in_use;
|
||||
extern bool volatile manager_thread_in_use, mqh_used;
|
||||
extern pthread_t manager_thread;
|
||||
extern pthread_mutex_t LOCK_manager;
|
||||
extern pthread_cond_t COND_manager;
|
||||
|
||||
Reference in New Issue
Block a user