summaryrefslogtreecommitdiff
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
commit06b4c4bc35f37f9eb7af90d9b0c7414235d612e9 (patch)
treee7130f78287b0ffed6372089f15ca6c318dacee8
parentf5558db162f1a655c24ce8d3fe784105bca35f4f (diff)
downloadmariadb-git-06b4c4bc35f37f9eb7af90d9b0c7414235d612e9.tar.gz
comment left after merge was moved to correct
place sql/sql_class.h: comment moved to correct place
-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 */