1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

Merge branch 'develop-1.2' into develop-merge-up-20190425

This commit is contained in:
Andrew Hutchings
2019-04-25 10:27:59 +01:00
37 changed files with 508 additions and 320 deletions

View File

@ -45,7 +45,7 @@ namespace
{
// Minimum time to wait for a condition, so as to periodically wake up and
// check the global job status, to see if the job needs to terminate.
const int COND_WAIT_SECONDS = 3;
const int COND_WAIT_SECONDS = 1;
}
namespace WriteEngine