~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/set_var.h

  • Committer: Brian Aker
  • Date: 2008-08-11 03:43:59 UTC
  • Revision ID: brian@tangent.org-20080811034359-qjhqkmcddz361bg8
Remove dead function call.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1280
1280
bool not_all_support_one_shot(List<set_var_base> *var_list);
1281
1281
void fix_delay_key_write(THD *thd, enum_var_type type);
1282
1282
void fix_slave_exec_mode(enum_var_type type);
1283
 
ulong fix_sql_mode(ulong sql_mode);
1284
1283
extern sys_var_const_str sys_charset_system;
1285
1284
extern sys_var_str sys_init_connect;
1286
1285
extern sys_var_str sys_init_slave;