http://git-wip-us.apache.org/repos/asf/ignite/blob/718e365f/modules/platforms/cpp/odbc/src/connection.cpp ---------------------------------------------------------------------- diff --git a/modules/platforms/cpp/odbc/src/connection.cpp b/modules/platforms/cpp/odbc/src/connection.cpp index 472eb75..777973a 100644 --- a/modules/platforms/cpp/odbc/src/connection.cpp +++ b/modules/platforms/cpp/odbc/src/connection.cpp @@ -46,7 +46,8 @@ namespace ignite socket(), connected(false), parser(), - config() + config(), + info(config) { // No-op. } @@ -58,9 +59,6 @@ namespace ignite const config::ConnectionInfo& Connection::GetInfo() const { - // Connection info is constant and the same for all connections now. - const static config::ConnectionInfo info; - return info; }
- [21/50] [abbrv] ignite git commit: IGNITE-6448: Fixed a bug cau... agoncharuk
- [32/50] [abbrv] ignite git commit: IGNITE-6213 Removed locDepOw... agoncharuk
- [42/50] [abbrv] ignite git commit: IGNITE-6101 Try to improve l... agoncharuk
- [22/50] [abbrv] ignite git commit: IGNITE-6465: JDBC thin drive... agoncharuk
- [24/50] [abbrv] ignite git commit: ignite-6470 Fixed wrong cast... agoncharuk
- [18/50] [abbrv] ignite git commit: IGNITE-6457: JDBC thin drive... agoncharuk
- [09/50] [abbrv] ignite git commit: IGNITE-6399 .NET: Added Clie... agoncharuk
- [28/50] [abbrv] ignite git commit: IGNITE-6294: ODBC: implement... agoncharuk
- [12/50] [abbrv] ignite git commit: IGNITE-6304 Fixed script exe... agoncharuk
- [40/50] [abbrv] ignite git commit: IGNITE-6385 Offheap page evi... agoncharuk
- [06/50] [abbrv] ignite git commit: IGNITE-6099: ODBC: Implement... agoncharuk
- [16/50] [abbrv] ignite git commit: IGNITE-6446 Fix permission t... agoncharuk
- [07/50] [abbrv] ignite git commit: IGNITE-6099: ODBC: Implement... agoncharuk
- [48/50] [abbrv] ignite git commit: IGNITE-6063 InlineIdexHelper... agoncharuk
- [38/50] [abbrv] ignite git commit: ignite-5918 Adding and searc... agoncharuk
- [33/50] [abbrv] ignite git commit: IGNITE-6334 Throttle writing... agoncharuk
- [13/50] [abbrv] ignite git commit: IGNITE-6435 Web Console: Add... agoncharuk
