summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2003-02-27 19:38:39 +0200
committerunknown <bell@sanja.is.com.ua>2003-02-27 19:38:39 +0200
commite807bcf0e287c2ac729df010e56365800047e9f1 (patch)
tree46b83cf5ddbcf0a93b5eb75bc079ef5cc56aa5ba /sql/sql_class.h
parente6dad7043682a140ed907b3dd5a79904603fde33 (diff)
parent1b9b2c3091fc580bff82ca0630221eabd5628d6c (diff)
downloadmariadb-git-e807bcf0e287c2ac729df010e56365800047e9f1.tar.gz
merging
sql/sql_parse.cc: Auto merged
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r--sql/sql_class.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h
index 802052d553a..da341c64d50 100644
--- a/sql/sql_class.h
+++ b/sql/sql_class.h
@@ -350,8 +350,9 @@ public:
db - currently selected database
ip - client IP
*/
-
char *host,*user,*priv_user,*db,*ip;
+ /* remote (peer) port */
+ u_int16_t peer_port;
/* Points to info-string that will show in SHOW PROCESSLIST */
const char *proc_info;
/* points to host if host is available, otherwise points to ip */