Code review comment for lp:~vlad-lesin/percona-server/5.5-bugs-1268729-1268735

Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote :

Can we just make the high-level injections one shot too?

      DBUG_EXECUTE_IF("get_master_version.timestamp.ER_NET_READ_INTERRUPTED",
                      DBUG_SET("+d,inject_ER_NET_READ_INTERRUPTED");
                      DBUG_SET("-d,get_master_version.timestamp.ER_NET_READ_INTERRUPTED"););

Or this would not work?

« Back to merge proposal