summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
diff options
context:
space:
mode:
authorunknown <kostja@oak.local>2003-08-29 17:14:10 +0400
committerunknown <kostja@oak.local>2003-08-29 17:14:10 +0400
commita514ab024499473b6400ed398ff4da6ab32886f8 (patch)
treee7130f78287b0ffed6372089f15ca6c318dacee8 /sql/sql_class.h
parent79a0b0b6eb329cd2fd09002113a74f2684f0fb88 (diff)
downloadmariadb-git-a514ab024499473b6400ed398ff4da6ab32886f8.tar.gz
comment left after merge was moved to correct
place sql/sql_class.h: comment moved to correct place
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r--sql/sql_class.h2
1 files changed, 1 insertions, 1 deletions
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 */