~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Brian Aker
  • Date: 2010-10-28 17:12:01 UTC
  • mfrom: (1887.1.3 merge)
  • Revision ID: brian@tangent.org-20101028171201-baj6l1bnntn1s4ad
Merge in POTFILES changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1619
1619
    errmsg_printf(ERRMSG_LVL_ERROR, _("Could not initialize table cache\n"));
1620
1620
    unireg_abort(1);
1621
1621
  }
1622
 
  TableShare::cacheStart();
 
1622
 
 
1623
  // Resize the definition Cache at startup
 
1624
  definition::Cache::singleton().rehash(table_def_size);
1623
1625
 
1624
1626
  setup_fpu();
1625
1627