diff options
author | unknown <bell@sanja.is.com.ua> | 2003-02-27 20:31:54 +0200 |
---|---|---|
committer | unknown <bell@sanja.is.com.ua> | 2003-02-27 20:31:54 +0200 |
commit | b01f20db91e163cfebb2e5ecf743241074ab7355 (patch) | |
tree | c242866cd480e42f46bf191ef72e087386613b8c /sql/sql_class.h | |
parent | e807bcf0e287c2ac729df010e56365800047e9f1 (diff) | |
download | mariadb-git-b01f20db91e163cfebb2e5ecf743241074ab7355.tar.gz |
posreview changing (SCRUM)
increased compatibility
postmerge changing
sql/sql_class.h:
increased compatibility
sql/sql_show.cc:
postmerge changing
vio/viosocket.c:
increased compatibility
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h index da341c64d50..a8eaf1b200d 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -352,7 +352,7 @@ public: */ char *host,*user,*priv_user,*db,*ip; /* remote (peer) port */ - u_int16_t peer_port; + uint16 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 */ |