Commit Graph

13 Commits

Author SHA1 Message Date
ad07e971b8 Build fixes 2019-12-18 15:10:54 +01:00
8bf252408c [misc] set plugin path at compile time
- connection plugin_dir possible parameter
- correction for error occurring in connection initialization
2019-12-04 10:43:12 +01:00
3b02464b63 Fixes for class ConnectionPool()
- added mutexes for thread safety
- when calling get_connection thread pool will now not return the next
  free connection, but the connection that was not used the longest time.
2019-12-01 05:47:19 +01:00
fd4e4a99e6 Reverted a previous change where we removed env var and registry checks 2019-11-29 10:02:03 +01:00
a160152903 Windows build fixes: configuration is now stored in site.cfg 2019-11-25 17:24:04 +01:00
c823d32524 Windows build fixes 2019-11-25 14:45:23 +01:00
3a872d6aaa Windows build fixes 2019-11-24 12:39:24 +01:00
628fc39cd0 Initial connection pool implementation 2019-11-24 12:45:32 +01:00
467df384ff Merge branch 'master' into rush_master
# Conflicts:
#	setup.py
2019-11-06 15:46:31 +01:00
11976139d4 [misc] python standard formatting 2019-11-06 15:13:56 +01:00
dd64af16db - Windows warning fixes
- Fixed key lookup (InstallDir) in setup.py
2019-11-06 07:18:06 +01:00
8d3068910c [misc] windows setup improvement
* Changing MARIADB_CC_DIR to MARIADB_CC_INSTALL_DIR according to error message
* handle non found key in registry
* searching C/C installation in registry version according to python type
* updating syntax to python recommendation
2019-11-04 16:04:19 +01:00
46dbfc3c11 Added missing windows configuration file 2019-08-29 12:07:01 +02:00