~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Monty Taylor
  • Date: 2010-10-25 18:26:50 UTC
  • mto: (1879.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 1880.
  • Revision ID: mordred@inaugust.com-20101025182650-7k11plnoi78sy1gl
Split set_var.* into sys_var.* and set_var.*

Show diffs side-by-side

added added

removed removed

Lines of Context:
1531
1531
 
1532
1532
  if (item_create_init())
1533
1533
    return 1;
1534
 
  if (set_var_init())
 
1534
  if (sys_var_init())
1535
1535
    return 1;
1536
1536
  /* Creates static regex matching for temporal values */
1537
1537
  if (! init_temporal_formats())