~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/handler/ha_innodb.cc

  • Committer: Brian Aker
  • Date: 2008-08-21 02:21:23 UTC
  • Revision ID: brian@tangent.org-20080821022123-pemld4axwk9qnhvg
No more dead special flags...

Show diffs side-by-side

added added

removed removed

Lines of Context:
1473
1473
 
1474
1474
        ut_a(default_path);
1475
1475
 
1476
 
        if (specialflag & SPECIAL_NO_PRIOR) {
1477
 
                srv_set_thread_priorities = FALSE;
1478
 
        } else {
1479
 
                srv_set_thread_priorities = TRUE;
1480
 
                srv_query_thread_priority = QUERY_PRIOR;
1481
 
        }
 
1476
        srv_set_thread_priorities = TRUE;
 
1477
        srv_query_thread_priority = QUERY_PRIOR;
1482
1478
 
1483
1479
        /* Set InnoDB initialization parameters according to the values
1484
1480
        read from MySQL .cnf file */