mirror of
https://github.com/MariaDB/server.git
synced 2025-09-03 20:43:11 +03:00
9 lines
168 B
C
9 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
|