~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Olaf van der Spek
  • Date: 2011-06-24 15:25:06 UTC
  • mto: This revision was merged to the branch mainline in revision 2349.
  • Revision ID: olafvdspek@gmail.com-20110624152506-zivk37gp51e9w84u
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
1418
1418
 
1419
1419
  init_time();                          /* Init time-functions (read zone) */
1420
1420
 
1421
 
  if (item_create_init())
1422
 
    return 1;
 
1421
  item_create_init();
1423
1422
  if (sys_var_init())
1424
1423
    return 1;
1425
1424
  /* Creates static regex matching for temporal values */