~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sys_var.h

  • Committer: Monty Taylor
  • Date: 2010-12-30 18:45:37 UTC
  • mto: This revision was merged to the branch mainline in revision 2048.
  • Revision ID: mordred@inaugust.com-20101230184537-m5g5nu3w0u630npo
Removed unused no_error bool param.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1159
1159
drizzle_show_var* enumerate_sys_vars(Session *session);
1160
1160
void add_sys_var_to_list(sys_var *var, struct option *long_options);
1161
1161
void add_sys_var_to_list(sys_var *var);
1162
 
sys_var *find_sys_var(const std::string &name, bool no_error=false);
1163
 
bool not_all_support_one_shot(List<set_var_base> *var_list);
 
1162
sys_var *find_sys_var(const std::string &name);
1164
1163
extern sys_var_session_time_zone sys_time_zone;
1165
1164
extern sys_var_session_bit sys_autocommit;
1166
1165
const CHARSET_INFO *get_old_charset_by_name(const char *old_name);