~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/main.cc

  • Committer: Mark Atwood
  • Date: 2011-08-17 19:14:47 UTC
  • mfrom: (2385.3.17 rf)
  • Revision ID: me@mark.atwood.name-20110817191447-h86yzddvycd0xmof
mergeĀ lp:~olafvdspek/drizzle/refactor6

Show diffs side-by-side

added added

removed removed

Lines of Context:
241
241
 
242
242
  module::Registry &modules= module::Registry::singleton();
243
243
 
244
 
  MY_INIT(argv[0]);             // init my_sys library & pthreads
 
244
  drizzled::internal::my_progname= argv[0]; 
 
245
  drizzled::internal::my_init();
 
246
 
245
247
  /* nothing should come before this line ^^^ */
246
248
 
247
249
  /* Set signal used to kill Drizzle */