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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
df1ee18c
Commit
df1ee18c
authored
Apr 15, 2014
by
Nirbhay Choubey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for build failure.
parent
99838736
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
storage/tokudb/ha_tokudb.h
storage/tokudb/ha_tokudb.h
+5
-5
No files found.
storage/tokudb/ha_tokudb.h
View file @
df1ee18c
...
...
@@ -794,6 +794,11 @@ class ha_tokudb : public handler {
bool
check_upsert
(
THD
*
thd
,
List
<
Item
>
&
update_fields
,
List
<
Item
>
&
update_values
);
int
send_upsert_message
(
THD
*
thd
,
List
<
Item
>
&
update_fields
,
List
<
Item
>
&
update_values
,
DB_TXN
*
txn
);
#endif
#ifdef WITH_WSREP
int
wsrep_append_keys
(
THD
*
thd
,
bool
shared
,
const
uchar
*
record0
,
const
uchar
*
record1
);
#endif
public:
// mysql sometimes retires a txn before a cursor that references the txn is closed.
// for example, commit is sometimes called before index_end. the following methods
...
...
@@ -824,10 +829,5 @@ static inline bool key_is_clustering(const KEY *key) {
}
#endif
#ifdef WITH_WSREP
int
wsrep_append_keys
(
THD
*
thd
,
bool
shared
,
const
uchar
*
record0
,
const
uchar
*
record1
);
#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