mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
merge with XtraDB as of Percona-Server-5.5.29-rel30.0
This commit is contained in:
commit
9d72bbf84c
43 changed files with 974 additions and 397 deletions
|
|
@ -169,7 +169,8 @@ do { \
|
|||
} \
|
||||
} while (0)
|
||||
|
||||
#if !defined __STRICT_ANSI__ && defined __GNUC__ && (__GNUC__) > 2 && !defined __INTEL_COMPILER
|
||||
#if !defined __STRICT_ANSI__ && defined __GNUC__ && (__GNUC__) > 2 && \
|
||||
!defined __INTEL_COMPILER && !defined __clang__
|
||||
#define STRUCT_FLD(name, value) name: value
|
||||
#else
|
||||
#define STRUCT_FLD(name, value) value
|
||||
|
|
@ -7356,8 +7357,8 @@ i_s_innodb_changed_pages_fill(
|
|||
}
|
||||
|
||||
while(log_online_bitmap_iterator_next(&i) &&
|
||||
(!srv_changed_pages_limit ||
|
||||
output_rows_num < srv_changed_pages_limit) &&
|
||||
(!srv_max_changed_pages ||
|
||||
output_rows_num < srv_max_changed_pages) &&
|
||||
/*
|
||||
There is no need to compare both start LSN and end LSN fields
|
||||
with maximum value. It's enough to compare only start LSN.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue