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

Repairs develop build mode w OAM disabled. Now one can use

-DSKIP_OAM_INIT=1 instead of using environmental variable.
This commit is contained in:
Roman Nozdrin
2019-05-13 18:32:35 +03:00
parent e8c93e1ccb
commit cdc570bf42
2 changed files with 2 additions and 1 deletions

View File

@ -73,6 +73,7 @@
#include "liboamcpp.h"
#include "crashtrace.h"
#include "utils_utf8.h"
#include "config.h"
#if defined(SKIP_OAM_INIT)
#include "dbrm.h"