mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Merge branch '10.1' into 10.2
This commit is contained in:
commit
594282a534
7 changed files with 53 additions and 7 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Copyright (c) 1995, 2017, Oracle and/or its affiliates. All Rights Reserved.
|
||||
Copyright (c) 2008, 2009 Google Inc.
|
||||
Copyright (c) 2009, Percona Inc.
|
||||
Copyright (c) 2013, 2019, MariaDB Corporation.
|
||||
Copyright (c) 2013, 2020, MariaDB Corporation.
|
||||
|
||||
Portions of this file contain modifications contributed and copyrighted by
|
||||
Google, Inc. Those modifications are gratefully acknowledged and are described
|
||||
|
|
@ -507,7 +507,9 @@ current_time % 60 == 0 and no tasks will be performed when
|
|||
current_time % 5 != 0. */
|
||||
|
||||
# define SRV_MASTER_CHECKPOINT_INTERVAL (7)
|
||||
# define SRV_MASTER_PURGE_INTERVAL (10)
|
||||
#ifdef MEM_PERIODIC_CHECK
|
||||
# define SRV_MASTER_MEM_VALIDATE_INTERVAL (13)
|
||||
#endif /* MEM_PERIODIC_CHECK */
|
||||
# define SRV_MASTER_DICT_LRU_INTERVAL (47)
|
||||
|
||||
/** Simulate compression failures. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue