~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Brian Aker
  • Date: 2009-01-28 08:27:13 UTC
  • mfrom: (813.1.7 new-temporal)
  • Revision ID: brian@tangent.org-20090128082713-13yfi46omee0wbpx
Import work from Jay

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
#include <drizzled/errmsg.h>
46
46
#include <drizzled/unireg.h>
47
47
#include <drizzled/plugin_scheduling.h>
48
 
 
 
48
#include "drizzled/temporal_format.h" /* For init_temporal_formats() */
49
49
 
50
50
#if TIME_WITH_SYS_TIME
51
51
# include <sys/time.h>
1893
1893
  lex_init();
1894
1894
  if (item_create_init())
1895
1895
    return 1;
1896
 
  item_init();
1897
1896
  if (set_var_init())
1898
1897
    return 1;
 
1898
  /* Creates static regex matching for temporal values */
 
1899
  if (! init_temporal_formats())
 
1900
    return 1;
1899
1901
  /*
1900
1902
    Process a comma-separated character set list and choose
1901
1903
    the first available character set. This is mostly for