~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/init.cc

  • Committer: Monty
  • Date: 2008-10-02 05:41:33 UTC
  • mfrom: (398.1.10 codestyle)
  • Revision ID: mordred@scylla.inaugust.com-20081002054133-tyxv5bmqpazfaqqi
Merged up to 408 of stdint-includes-fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
  init_time();                          /* Init time-functions (read zone) */
35
35
  my_abort_hook=unireg_abort;           /* Abort with close of databases */
36
36
 
37
 
  VOID(my_stpcpy(reg_ext,".frm"));
 
37
  my_stpcpy(reg_ext,".frm");
38
38
  reg_ext_length= 4;
39
39
 
40
40
  return;