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
9129c8f1
Commit
9129c8f1
authored
Nov 06, 2013
by
Seppo Jaakola
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bzr merge -r3889..3890 lp:codership-mysql/5.5
parent
eec82971
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
75 additions
and
82 deletions
+75
-82
sql/sql_parse.cc
sql/sql_parse.cc
+75
-78
sql/wsrep_mysqld.h
sql/wsrep_mysqld.h
+0
-4
No files found.
sql/sql_parse.cc
View file @
9129c8f1
This diff is collapsed.
Click to expand it.
sql/wsrep_mysqld.h
View file @
9129c8f1
...
@@ -322,8 +322,6 @@ extern int wsrep_thd_is_brute_force(void *thd_ptr);
...
@@ -322,8 +322,6 @@ extern int wsrep_thd_is_brute_force(void *thd_ptr);
extern
"C"
int
wsrep_abort_thd
(
void
*
bf_thd_ptr
,
void
*
victim_thd_ptr
,
extern
"C"
int
wsrep_abort_thd
(
void
*
bf_thd_ptr
,
void
*
victim_thd_ptr
,
my_bool
signal
);
my_bool
signal
);
extern
"C"
int
wsrep_thd_in_locking_session
(
void
*
thd_ptr
);
extern
"C"
int
wsrep_thd_in_locking_session
(
void
*
thd_ptr
);
void
*
wsrep_prepare_bf_thd
(
THD
*
thd
);
void
wsrep_return_from_bf_mode
(
void
*
shadow
,
THD
*
thd
);
/* this is visible for client build so that innodb plugin gets this */
/* this is visible for client build so that innodb plugin gets this */
typedef
struct
wsrep_aborting_thd
{
typedef
struct
wsrep_aborting_thd
{
...
@@ -376,8 +374,6 @@ int wsrep_to_isolation_begin(THD *thd, char *db_, char *table_,
...
@@ -376,8 +374,6 @@ int wsrep_to_isolation_begin(THD *thd, char *db_, char *table_,
const
TABLE_LIST
*
table_list
);
const
TABLE_LIST
*
table_list
);
void
wsrep_to_isolation_end
(
THD
*
thd
);
void
wsrep_to_isolation_end
(
THD
*
thd
);
void
wsrep_prepare_bf_thd
(
THD
*
thd
,
struct
wsrep_thd_shadow
*
);
void
wsrep_return_from_bf_mode
(
THD
*
thd
,
struct
wsrep_thd_shadow
*
);
int
wsrep_to_buf_helper
(
int
wsrep_to_buf_helper
(
THD
*
thd
,
const
char
*
query
,
uint
query_len
,
uchar
**
buf
,
uint
*
buf_len
);
THD
*
thd
,
const
char
*
query
,
uint
query_len
,
uchar
**
buf
,
uint
*
buf_len
);
int
wsrep_create_sp
(
THD
*
thd
,
uchar
**
buf
,
uint
*
buf_len
);
int
wsrep_create_sp
(
THD
*
thd
,
uchar
**
buf
,
uint
*
buf_len
);
...
...
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