Merge 10.3 into 10.4

This commit is contained in:
Marko Mäkelä 2019-04-02 11:04:54 +03:00
commit 5c3ff5cb93
143 changed files with 4024 additions and 2680 deletions

View file

@ -77,7 +77,7 @@ namespace mrn {
}
private:
static const unsigned int CLEAR_THREATHOLD_IN_SECONDS = 60 * 5;
static const int CLEAR_THREATHOLD_IN_SECONDS = 60 * 5;
mysql_mutex_t *mutex_;
LIST *pool_;