Commit 8300f92b authored by jani@hynda.(none)'s avatar jani@hynda.(none)
Browse files

Fixed a bug in option --lower-case-table-name in mysqld.cc

parent fc0d4724
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3406,7 +3406,7 @@ struct my_option my_long_options[] =
   "If set to 1 table names are stored in lowercase on disk and table names will be case-insensitive.",
   (gptr*) &lower_case_table_names,
   (gptr*) &lower_case_table_names, 0,
   GET_BOOL, REQUIRED_ARG, IF_WIN(1,0), 0, 1, 0, 1, 0},
   GET_BOOL, NO_ARG, IF_WIN(1,0), 0, 1, 0, 1, 0},
  {"max_allowed_packet", OPT_MAX_ALLOWED_PACKET,
   "Max packetlength to send/receive from to server.",
   (gptr*) &global_system_variables.max_allowed_packet,