Commit 06b4c4bc authored by unknown's avatar unknown

comment left after merge was moved to correct

place


sql/sql_class.h:
  comment moved to correct place
parent f5558db1
......@@ -385,6 +385,7 @@ struct system_variables
ulong table_type;
ulong tmp_table_size;
ulong tx_isolation;
/* Determines if which non-standard SQL behaviour should be enabled */
ulong sql_mode;
ulong default_week_format;
ulong max_seeks_for_key;
......@@ -459,7 +460,6 @@ public:
const char *host_or_ip;
ulong client_capabilities; /* What the client supports */
/* Determines if which non-standard SQL behaviour should be enabled */
ulong max_client_packet_length;
ulong master_access; /* Global privileges from mysql.user */
ulong db_access; /* Privileges for current db */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment