13aa2178d9
Read plugin directory from mariadb_config.
2019-12-04 08:40:16 +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
6daefe02ba
[misc] using mariadb_config from configuration, or if not defined from path
2019-11-27 14:07:28 +01:00
9a8cc14710
Added minum required Python version (>= 3.5)
2019-11-25 19:00:32 +01:00
83ffd0b8cf
Posix build fixes: Instead of environment variables we use now configuration from site.cfg
2019-11-25 18:34:07 +01:00
628fc39cd0
Initial connection pool implementation
2019-11-24 12:45:32 +01:00
11976139d4
[misc] python standard formatting
2019-11-06 15:13:56 +01:00
2cb584b5cb
Posix configuration fixes
2019-08-20 18:07:13 +02:00
9aca6adcaa
Setup for Posix systems:
...
specify the environment variable MARIADB_CONFIG which points to the location
of mariadb_config program.
2018-12-05 18:21:49 +01:00