~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/rpl_reporting.cc

Removed/replaced DBUG symbols and standardized TRUE/FALSE

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    report_function= sql_print_information;
33
33
    break;
34
34
  default:
35
 
    DBUG_ASSERT(0);                            // should not come here
 
35
    assert(0);                            // should not come here
36
36
    return;          // don't crash production builds, just do nothing
37
37
  }
38
38