Comment 5 for bug 1228333

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

  const char* binlog_opt= (strcmp(opt_bin_logname, "OFF") ? WSREP_SST_OPT_BINLOG : "");

should do for now.
But, since binlogging can be turned on/off for a session, the thread specific variable may be required. (or may not be depending on how it effects SST)