Comment 16 for bug 1280896

Revision history for this message
Raghavendra D Prabhu (raghavendra-prabhu) wrote :

Relating to this issue, I see

static Sys_var_mybool Sys_wsrep_slave_UK_checks(

       "wsrep_slave_UK_checks", "Should slave thread do "

       "secondary index uniqueness chesks",

       GLOBAL_VAR(wsrep_slave_UK_checks),

       CMD_LINE(OPT_ARG), DEFAULT(FALSE));

added.

But, this changes from the default unlike wsrep_slave_FK_checks.