File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ return "No my_print_defaults" unless $epath;
25
25
push @::global_suppressions ,
26
26
(
27
27
qr ( WSREP: Could not open saved state file for reading: ) ,
28
- qr ( WSREP: option --wsrep-casual -reads is deprecated) ,
29
- qr ( WSREP: --wsrep-casual -reads=ON takes precedence over --wsrep-sync-wait=0) ,
28
+ qr ( WSREP: option --wsrep-causal -reads is deprecated) ,
29
+ qr ( WSREP: --wsrep-causal -reads=ON takes precedence over --wsrep-sync-wait=0) ,
30
30
qr | WSREP: access file\( .*gvwstate.dat\) failed\( No such file or directory\) | ,
31
31
);
32
32
Original file line number Diff line number Diff line change @@ -8764,10 +8764,10 @@ static int get_options(int *argc_ptr, char ***argv_ptr)
8764
8764
}
8765
8765
8766
8766
if (global_system_variables.wsrep_causal_reads ) {
8767
- WSREP_WARN (" option --wsrep-casual -reads is deprecated" );
8767
+ WSREP_WARN (" option --wsrep-causal -reads is deprecated" );
8768
8768
if (!(global_system_variables.wsrep_sync_wait &
8769
8769
WSREP_SYNC_WAIT_BEFORE_READ)) {
8770
- WSREP_WARN (" --wsrep-casual -reads=ON takes precedence over --wsrep-sync-wait=%u. "
8770
+ WSREP_WARN (" --wsrep-causal -reads=ON takes precedence over --wsrep-sync-wait=%u. "
8771
8771
" WSREP_SYNC_WAIT_BEFORE_READ is on" ,
8772
8772
global_system_variables.wsrep_sync_wait );
8773
8773
global_system_variables.wsrep_sync_wait |= WSREP_SYNC_WAIT_BEFORE_READ;
You can’t perform that action at this time.
0 commit comments