mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
8 lines
168 B
C
8 lines
168 B
C
#ifndef MGMAPI_CONFIG_PARAMTERS_DEBUG_H
|
|
#define MGMAPI_CONFIG_PARAMTERS_DEBUG_H
|
|
|
|
#include "mgmapi_config_parameters.h"
|
|
|
|
#define CFG_DB_STOP_ON_ERROR_INSERT 1
|
|
|
|
#endif
|