~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to sql/rpl_injector.h

manual merge 6.0-main --> 6.0-bka-review

Show diffs side-by-side

added added

removed removed

Lines of Context:
318
318
          "START_STATE", "TABLE_STATE", "ROW_STATE", "STATE_COUNT"
319
319
        };
320
320
 
321
 
        DBUG_ASSERT(0 <= target_state && target_state <= STATE_COUNT);
 
321
        DBUG_ASSERT(target_state <= STATE_COUNT);
322
322
        DBUG_PRINT("info", ("In state %s", state_name[m_state]));
323
323
#endif
324
324