~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/set_var.h

  • Committer: Stewart Smith
  • Date: 2008-07-08 09:49:06 UTC
  • mto: (54.1.6 drizzle-smack)
  • mto: This revision was merged to the branch mainline in revision 111.
  • Revision ID: stewart@flamingspork.com-20080708094906-v66rmocdte3txwxv
remove old_password support from server (patch 1)

removes OLD_PASSWORD function, variable, parser bits.

need to still remove bits from protocol

Show diffs side-by-side

added added

removed removed

Lines of Context:
1231
1231
/* updated in sql_acl.cc */
1232
1232
 
1233
1233
extern sys_var_thd_bool sys_old_alter_table;
1234
 
extern sys_var_thd_bool sys_old_passwords;
1235
1234
extern LEX_STRING default_key_cache_base;
1236
1235
 
1237
1236
/* For sql_yacc */