summaryrefslogtreecommitdiff
path: root/storage/connect/tabmysql.h
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2017-09-20 17:07:05 +0200
committerSergei Golubchik <serg@mariadb.org>2017-09-20 17:07:05 +0200
commit8f3fd98d25da483efd2ce8eb2300d842b4f5e21f (patch)
treef327551db9c360ff1e9dff50ff117143cac52835 /storage/connect/tabmysql.h
parentd3976cf72a41ddd660167473d3a86def881f88b6 (diff)
downloadmariadb-git-8f3fd98d25da483efd2ce8eb2300d842b4f5e21f.tar.gz
connect fixes after-merge
disable Mongo in 10.0, compiler warnings.
Diffstat (limited to 'storage/connect/tabmysql.h')
-rw-r--r--storage/connect/tabmysql.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/connect/tabmysql.h b/storage/connect/tabmysql.h
index 39fba87bcc9..4b61c7eb762 100644
--- a/storage/connect/tabmysql.h
+++ b/storage/connect/tabmysql.h
@@ -135,7 +135,7 @@ class TDBMYSQL : public TDBEXT {
int m_Rc; // Return code from command
//int AftRows; // The number of affected rows
int N; // The current table index
- int Port; // MySQL port number (0 = default)
+ unsigned Port; // MySQL port number (0 = default)
//int Nparm; // The number of statement parameters
//int Quoted; // The identifier quoting level
}; // end of class TDBMYSQL