From a514ab024499473b6400ed398ff4da6ab32886f8 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 29 Aug 2003 17:14:10 +0400 Subject: comment left after merge was moved to correct place sql/sql_class.h: comment moved to correct place --- sql/sql_class.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/sql_class.h') diff --git a/sql/sql_class.h b/sql/sql_class.h index e10795c4d9d..8463c0226f5 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -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 */ -- cgit v1.2.1