~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/init.cc

  • Committer: Toru Maesaka
  • Date: 2008-12-03 07:42:39 UTC
  • mto: (656.1.5 devel)
  • mto: This revision was merged to the branch mainline in revision 665.
  • Revision ID: dev@torum.net-20081203074239-4qwr4u7prq7uqxet
First pass of replacing MySQL's my_stpcpy() with appropriate libc calls

Show diffs side-by-side

added added

removed removed

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