Commit a6e28ce5 authored by unknown's avatar unknown

MDEV-5084: Missing C++ support in ma_dyncol.h

parent 4b74214c
...@@ -28,6 +28,9 @@ ...@@ -28,6 +28,9 @@
#ifndef ma_dyncol_h #ifndef ma_dyncol_h
#define ma_dyncol_h #define ma_dyncol_h
#ifdef __cplusplus
extern "C" {
#endif
#include <decimal.h> #include <decimal.h>
#include <my_decimal_limits.h> #include <my_decimal_limits.h>
...@@ -230,4 +233,7 @@ mariadb_dyncol_column_count(DYNAMIC_COLUMN *str, uint *column_count); ...@@ -230,4 +233,7 @@ mariadb_dyncol_column_count(DYNAMIC_COLUMN *str, uint *column_count);
*/ */
void mariadb_dyncol_prepare_decimal(DYNAMIC_COLUMN_VALUE *value); void mariadb_dyncol_prepare_decimal(DYNAMIC_COLUMN_VALUE *value);
#ifdef __cplusplus
}
#endif
#endif #endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment