diff options
author | Sujatha <sujatha.sivakumar@mariadb.com> | 2020-11-12 15:39:02 +0530 |
---|---|---|
committer | Sujatha <sujatha.sivakumar@mariadb.com> | 2020-11-12 15:39:02 +0530 |
commit | b2029c0300bf8c311ff5d9fdc4b73a9e48bf6930 (patch) | |
tree | 54818fcbe17fc94f7c57580d5c2a2386cafe183b /sql/rpl_rli.h | |
parent | 972dc6ee98b6447363ccbc5dcb921d3542d7d238 (diff) | |
parent | bafb011a82c0a6437515c37e37aef433d043f592 (diff) | |
download | mariadb-git-b2029c0300bf8c311ff5d9fdc4b73a9e48bf6930.tar.gz |
Merge branch '10.3' into 10.4
Diffstat (limited to 'sql/rpl_rli.h')
-rw-r--r-- | sql/rpl_rli.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/rpl_rli.h b/sql/rpl_rli.h index f89b40b1efc..1391c5cde82 100644 --- a/sql/rpl_rli.h +++ b/sql/rpl_rli.h @@ -240,7 +240,8 @@ public: threads, the SQL thread sets it to unblock the I/O thread and make it temporarily forget about the constraint. */ - ulonglong log_space_limit,log_space_total; + ulonglong log_space_limit; + Atomic_counter<uint64> log_space_total; bool ignore_log_space_limit; /* |