[MDEV-5084] Missing C++ support in ma_dyncol.h Created: 2013-10-01  Updated: 2013-10-24  Resolved: 2013-10-24

Status: Closed
Project: MariaDB Server
Component/s: None
Affects Version/s: 10.0.6
Fix Version/s: 10.0.5

Type: Bug Priority: Blocker
Reporter: Georg Richter Assignee: Oleksandr Byelkin
Resolution: Fixed Votes: 0
Labels: None
Environment:

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



 Comments   
Comment by Oleksandr Byelkin [ 2013-10-07 ]

committed for review

Generated at Thu Feb 08 07:01:32 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.