summaryrefslogtreecommitdiff
path: root/storage/ndb/include/mgmapi/mgmapi_config_parameters_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/ndb/include/mgmapi/mgmapi_config_parameters_debug.h')
-rw-r--r--storage/ndb/include/mgmapi/mgmapi_config_parameters_debug.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/storage/ndb/include/mgmapi/mgmapi_config_parameters_debug.h b/storage/ndb/include/mgmapi/mgmapi_config_parameters_debug.h
new file mode 100644
index 00000000000..0241dca90ef
--- /dev/null
+++ b/storage/ndb/include/mgmapi/mgmapi_config_parameters_debug.h
@@ -0,0 +1,8 @@
+#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