Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
a6e28ce5
Commit
a6e28ce5
authored
Oct 07, 2013
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-5084: Missing C++ support in ma_dyncol.h
parent
4b74214c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
include/ma_dyncol.h
include/ma_dyncol.h
+6
-0
No files found.
include/ma_dyncol.h
View file @
a6e28ce5
...
...
@@ -28,6 +28,9 @@
#ifndef ma_dyncol_h
#define ma_dyncol_h
#ifdef __cplusplus
extern
"C"
{
#endif
#include <decimal.h>
#include <my_decimal_limits.h>
...
...
@@ -230,4 +233,7 @@ mariadb_dyncol_column_count(DYNAMIC_COLUMN *str, uint *column_count);
*/
void
mariadb_dyncol_prepare_decimal
(
DYNAMIC_COLUMN_VALUE
*
value
);
#ifdef __cplusplus
}
#endif
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment