~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

New merge for TableShare

Show diffs side-by-side

added added

removed removed

Lines of Context:
1384
1384
  */
1385
1385
  if (table_cache_init())
1386
1386
    unireg_abort(1);
1387
 
  if (TableShare::cacheStart())
1388
 
    unireg_abort(1);
 
1387
  TableShare::cacheStart();
1389
1388
 
1390
1389
  setup_fpu();
1391
1390
  init_thr_lock();