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
cdf6566e
Commit
cdf6566e
authored
Mar 19, 2008
by
Zardosht Kasheff
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add TOKUDB error
git-svn-id:
file:///svn/tokudb@2942
c7de825b-a66e-492c-adef-691d508d4ae1
parent
2a03b5a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
buildheader/make_db_h.c
buildheader/make_db_h.c
+9
-0
No files found.
buildheader/make_db_h.c
View file @
cdf6566e
...
...
@@ -29,6 +29,10 @@ void print_db_notices (void) {
#define dodefine(name) printf("#define %s %d\n", #name, name)
enum
{
TOKUDB_OUT_OF_LOCKS
=
-
100000
,
};
void
print_defines
(
void
)
{
printf
(
"#ifndef _TOKUDB_WRAP_H
\n
"
);
dodefine
(
DB_VERB_DEADLOCK
);
...
...
@@ -120,7 +124,12 @@ void print_defines (void) {
dodefine
(
DB_TXN_NOWAIT
);
dodefine
(
DB_TXN_SYNC
);
printf
(
"#endif
\n
"
);
/* TOKUDB specific error codes*/
printf
(
"/* TOKUDB specific error codes */
\n
"
);
dodefine
(
TOKUDB_OUT_OF_LOCKS
);
}
//#define DECL_LIMIT 100
...
...
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