~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/drizzled.cc

RemovedĀ OLD_PASSWORDS

Show diffs side-by-side

added added

removed removed

Lines of Context:
3131
3131
  OPT_SYNC_REPLICATION_TIMEOUT,
3132
3132
  OPT_ENABLE_SHARED_MEMORY,
3133
3133
  OPT_SHARED_MEMORY_BASE_NAME,
3134
 
  OPT_OLD_PASSWORDS,
3135
3134
  OPT_OLD_ALTER_TABLE,
3136
3135
  OPT_EXPIRE_LOGS_DAYS,
3137
3136
  OPT_GROUP_CONCAT_MAX_LEN,
3467
3466
   (uchar**) &global_system_variables.old_alter_table,
3468
3467
   (uchar**) &max_system_variables.old_alter_table, 0, GET_BOOL, NO_ARG,
3469
3468
   0, 0, 0, 0, 0, 0},
3470
 
  {"old-passwords", OPT_OLD_PASSWORDS, "Use old password encryption method (needed for 4.0 and older clients).",
3471
 
   (uchar**) &global_system_variables.old_passwords,
3472
 
   (uchar**) &max_system_variables.old_passwords, 0, GET_BOOL, NO_ARG,
3473
 
   0, 0, 0, 0, 0, 0},
3474
3469
  {"old-style-user-limits", OPT_OLD_STYLE_USER_LIMITS,
3475
3470
   "Enable old-style user limits (before 5.0.3 user resources were counted per each user+host vs. per account)",
3476
3471
   (uchar**) &opt_old_style_user_limits, (uchar**) &opt_old_style_user_limits,