~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/slave.cc

  • Committer: Felipe
  • Date: 2008-08-04 23:58:04 UTC
  • mto: (261.2.6 codestyle)
  • mto: This revision was merged to the branch mainline in revision 263.
  • Revision ID: felipe@pena-20080804235804-x55q2xqxcar6u66f
- Renamed MYSQL_ERROR to DRIZZLE_ERROR.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2406
2406
        }
2407
2407
 
2408
2408
        /* Print any warnings issued */
2409
 
        List_iterator_fast<MYSQL_ERROR> it(thd->warn_list);
2410
 
        MYSQL_ERROR *err;
 
2409
        List_iterator_fast<DRIZZLE_ERROR> it(thd->warn_list);
 
2410
        DRIZZLE_ERROR *err;
2411
2411
        /*
2412
2412
          Added controlled slave thread cancel for replication
2413
2413
          of user-defined variables.