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
1d77a566
Commit
1d77a566
authored
Jul 23, 2018
by
Eugene Kosov
Committed by
Sergey Vojtovich
Mar 22, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove dead code
parent
92d1c961
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
storage/innobase/handler/ha_innodb.cc
storage/innobase/handler/ha_innodb.cc
+0
-3
No files found.
storage/innobase/handler/ha_innodb.cc
View file @
1d77a566
...
@@ -147,15 +147,12 @@ void close_thread_tables(THD* thd);
...
@@ -147,15 +147,12 @@ void close_thread_tables(THD* thd);
#include <mysql/service_md5.h>
#include <mysql/service_md5.h>
#include "wsrep_sst.h"
#include "wsrep_sst.h"
extern
MYSQL_PLUGIN_IMPORT
MYSQL_BIN_LOG
mysql_bin_log
;
static
inline
wsrep_ws_handle_t
*
static
inline
wsrep_ws_handle_t
*
wsrep_ws_handle
(
THD
*
thd
,
const
trx_t
*
trx
)
{
wsrep_ws_handle
(
THD
*
thd
,
const
trx_t
*
trx
)
{
return
wsrep_ws_handle_for_trx
(
wsrep_thd_ws_handle
(
thd
),
return
wsrep_ws_handle_for_trx
(
wsrep_thd_ws_handle
(
thd
),
(
wsrep_trx_id_t
)
trx
->
id
);
(
wsrep_trx_id_t
)
trx
->
id
);
}
}
extern
TC_LOG
*
tc_log
;
extern
void
wsrep_cleanup_transaction
(
THD
*
thd
);
extern
void
wsrep_cleanup_transaction
(
THD
*
thd
);
static
int
static
int
wsrep_abort_transaction
(
handlerton
*
hton
,
THD
*
bf_thd
,
THD
*
victim_thd
,
wsrep_abort_transaction
(
handlerton
*
hton
,
THD
*
bf_thd
,
THD
*
victim_thd
,
...
...
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