• Daniele Sciascia's avatar
    MW-86 Add separate wsrep_sync_wait bitmask value for SHOW commands · 7a219b6f
    Daniele Sciascia authored
    Previously, setting `wsrep_sync_wait = 1` would have an effect on
    both SELECT and SHOW statements.
    This patch changes wsrep_sync_wait so that bitmask value 1 is used
    for SELECT statements, while bitmask value 8 is reserved for SHOW
    statements.
    It is still possible to achieve sync wait on both SELECT and SHOW
    statements by setting `wsrep_sync_wait = 9`.
    7a219b6f
sql_parse.cc 292 KB