Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
10.0.6
-
None
-
None
-
all
Description
ma_dyncol.h doesn't work in a C++ environment
How to fix:
ma_dyncol.h |
+#ifdef __cplusplus
|
+extern "C" {
|
+#endif
|
-----
|
+#ifdef __cplusplus
|
}
|
+#endif
|
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Description |
ma_dyncol.h doesn't work in a C++ environment How to fix: {code:title=ma_dyncol.h} +#ifdef __cplusplus +extern "C" { +#endif ----- +#endif {code} |
ma_dyncol.h doesn't work in a C++ environment How to fix: {code:title=ma_dyncol.h} +#ifdef __cplusplus +extern "C" { +#endif ----- +#ifdef __cplusplus } +#endif {code} |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Stalled [ 10000 ] |
Fix Version/s | 10.0.5 [ 13201 ] | |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Workflow | defaullt [ 29206 ] | MariaDB v2 [ 42819 ] |
Workflow | MariaDB v2 [ 42819 ] | MariaDB v3 [ 61839 ] |
Workflow | MariaDB v3 [ 61839 ] | MariaDB v4 [ 147083 ] |