diff options
author | Alexander Nozdrin <alik@sun.com> | 2009-12-03 12:20:54 +0300 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2009-12-03 12:20:54 +0300 |
commit | 87bd812fc809552014002eea706b6453af7c9d54 (patch) | |
tree | 5d33b35b95732dcecc99b956e17e849ed1d92ab8 /sql/sql_class.h | |
parent | 69877233a86b95798b94cfcfbb10ee456106bfbe (diff) | |
parent | 20b95d0831182601e2f92c71a5319f919ca4eb8c (diff) | |
download | mariadb-git-87bd812fc809552014002eea706b6453af7c9d54.tar.gz |
Auto-merge from mysql-next-mr.
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h index a57cd02a55b..ccb99556b0e 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -1238,7 +1238,6 @@ public: HASH user_vars; // hash for user variables String packet; // dynamic buffer for network I/O String convert_buffer; // buffer for charset conversions - struct sockaddr_in remote; // client socket address struct rand_struct rand; // used for authentication struct system_variables variables; // Changeable local variables struct system_status_var status_var; // Per thread statistic vars |