~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/drizzled.cc

  • Committer: Brian Aker
  • Date: 2008-07-12 20:42:47 UTC
  • mfrom: (134.1.2 drizzle)
  • Revision ID: brian@tangent.org-20080712204247-25xybfz5mgd050zo
Merge Mark's UDF Example

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;