1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

connect fixes after-merge

disable Mongo in 10.0, compiler warnings.
This commit is contained in:
Sergei Golubchik
2017-09-20 17:07:05 +02:00
parent d3976cf72a
commit 8f3fd98d25
4 changed files with 5 additions and 5 deletions

View File

@@ -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