mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
MDEV-15528 fixup: Remove references to background scrubbing
This commit is contained in:
parent
7b51d11cca
commit
895c126a23
1 changed files with 0 additions and 16 deletions
|
|
@ -2262,22 +2262,6 @@ public:
|
|||
detect this and will eventually quit sooner. */
|
||||
#define BG_STAT_SHOULD_QUIT (1 << 1)
|
||||
|
||||
/** The state of the background stats thread wrt this table.
|
||||
See BG_STAT_NONE, BG_STAT_IN_PROGRESS and BG_STAT_SHOULD_QUIT.
|
||||
Writes are covered by dict_sys.mutex. Dirty reads are possible. */
|
||||
|
||||
#define BG_SCRUB_IN_PROGRESS ((byte)(1 << 2))
|
||||
/*!< BG_SCRUB_IN_PROGRESS is set in
|
||||
stats_bg_flag when the background
|
||||
scrub code is working on this table. The DROP
|
||||
TABLE code waits for this to be cleared
|
||||
before proceeding. */
|
||||
|
||||
#define BG_STAT_SHOULD_QUIT (1 << 1)
|
||||
|
||||
#define BG_IN_PROGRESS (BG_STAT_IN_PROGRESS | BG_SCRUB_IN_PROGRESS)
|
||||
|
||||
|
||||
/** The state of the background stats thread wrt this table.
|
||||
See BG_STAT_NONE, BG_STAT_IN_PROGRESS and BG_STAT_SHOULD_QUIT.
|
||||
Writes are covered by dict_sys.mutex. Dirty reads are possible. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue