~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/drizzled.cc

  • Committer: Mark Atwood
  • Date: 2008-07-12 07:25:25 UTC
  • mto: This revision was merged to the branch mainline in revision 139.
  • Revision ID: me@mark.atwood.name-20080712072525-s1dq9mtwo5td7af7
more hackery to get plugin UDFs working

Show diffs side-by-side

added added

removed removed

Lines of Context:
2738
2738
    exit(1);
2739
2739
  }
2740
2740
 
2741
 
  udf_init();
2742
 
 
2743
2741
  init_status_vars();
2744
2742
  if (opt_bootstrap) /* If running with bootstrap, do not start replication. */
2745
2743
    opt_skip_slave_start= 1;