~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/main.cc

  • Committer: Lee Bieber
  • Date: 2011-02-16 03:50:59 UTC
  • mfrom: (2168.2.35 unused-macros)
  • mto: This revision was merged to the branch mainline in revision 2173.
  • Revision ID: kalebral@gmail.com-20110216035059-jbdc213btd73zis5
Merge Stewart - remove unused macros

Show diffs side-by-side

added added

removed removed

Lines of Context:
348
348
    unireg_abort(1);
349
349
 
350
350
  assert(plugin::num_trx_monitored_objects > 0);
351
 
  if (drizzle_rm_tmp_tables() || my_tz_init((Session *)0, default_tz_name))
 
351
  if (drizzle_rm_tmp_tables())
352
352
  {
353
353
    abort_loop= true;
354
354
    select_thread_in_use=0;