~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/que/que0que.c

  • Committer: Grant Limberg
  • Date: 2008-08-12 21:13:01 UTC
  • mto: (322.1.1 codestyle)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: grant@glsoftware.net-20080812211301-ym3wsowelkgp16s2
renamed all instances of MYSQL_ to DRIZZLE_

Show diffs side-by-side

added added

removed removed

Lines of Context:
881
881
                } else if (fork_type == QUE_FORK_RECOVERY) {
882
882
 
883
883
                        /* Do nothing */
884
 
                } else if (fork_type == QUE_FORK_MYSQL_INTERFACE) {
 
884
                } else if (fork_type == QUE_FORK_DRIZZLE_INTERFACE) {
885
885
 
886
886
                        /* Do nothing */
887
887
                } else {
1431
1431
        graph->trx = trx;
1432
1432
        trx->graph = NULL;
1433
1433
 
1434
 
        graph->fork_type = QUE_FORK_MYSQL_INTERFACE;
 
1434
        graph->fork_type = QUE_FORK_DRIZZLE_INTERFACE;
1435
1435
 
1436
1436
        ut_a(thr = que_fork_start_command(graph));
1437
1437