~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/init.cc

  • Committer: Brian Aker
  • Date: 2008-08-21 02:21:23 UTC
  • Revision ID: brian@tangent.org-20080821022123-pemld4axwk9qnhvg
No more dead special flags...

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
#include <drizzled/server_includes.h>
25
25
 
26
 
void unireg_init(ulong options)
 
26
void unireg_init(ulong options __attribute__((unused)))
27
27
{
28
28
  abort_loop=0;
29
29
 
36
36
 
37
37
  VOID(stpcpy(reg_ext,".frm"));
38
38
  reg_ext_length= 4;
39
 
  specialflag=SPECIAL_SAME_DB_NAME | options;  /* Set options from argv */
 
39
 
40
40
  return;
41
41
}