~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/set_var.cc

  • Committer: Brian Aker
  • Date: 2008-07-18 21:34:11 UTC
  • Revision ID: brian@tangent.org-20080718213411-wjul2ddpbll1iwpl
Partial FAQ (questions to answert). Removed two dead variables. Need chai...

Show diffs side-by-side

added added

removed removed

Lines of Context:
583
583
 
584
584
static sys_var_have_variable sys_have_compress(&vars, "have_compress", &have_compress);
585
585
static sys_var_have_variable sys_have_crypt(&vars, "have_crypt", &have_crypt);
586
 
static sys_var_have_plugin sys_have_csv(&vars, "have_csv", C_STRING_WITH_LEN("csv"), MYSQL_STORAGE_ENGINE_PLUGIN);
587
 
static sys_var_have_plugin sys_have_innodb(&vars, "have_innodb", C_STRING_WITH_LEN("innodb"), MYSQL_STORAGE_ENGINE_PLUGIN);
588
586
static sys_var_have_variable sys_have_symlink(&vars, "have_symlink", &have_symlink);
589
587
/* Global read-only variable describing server license */
590
588
static sys_var_const_str        sys_license(&vars, "license", STRINGIFY_ARG(LICENSE));