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
34f3aa99
Commit
34f3aa99
authored
Sep 19, 2014
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove unused (obsolete) declarations from slave.h
parent
e41bca00
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
8 deletions
+2
-8
sql/slave.h
sql/slave.h
+2
-8
No files found.
sql/slave.h
View file @
34f3aa99
...
...
@@ -230,22 +230,16 @@ pthread_handler_t handle_slave_sql(void *arg);
bool
net_request_file
(
NET
*
net
,
const
char
*
fname
);
extern
bool
volatile
abort_loop
;
extern
Master_info
main_mi
,
*
active_mi
;
/* active_mi for multi-master */
extern
LIST
master_list
;
extern
Master_info
*
active_mi
;
/* active_mi for multi-master */
extern
my_bool
replicate_same_server_id
;
extern
int
disconnect_slave_event_count
,
abort_slave_event_count
;
/* the master variables are defaults read from my.cnf or command line */
extern
uint
master_port
,
master_connect_retry
,
report_port
;
extern
char
*
master_user
,
*
master_password
,
*
master_host
;
extern
uint
report_port
;
extern
char
*
master_info_file
,
*
report_user
;
extern
char
*
report_host
,
*
report_password
;
extern
my_bool
master_ssl
;
extern
char
*
master_ssl_ca
,
*
master_ssl_capath
,
*
master_ssl_cert
;
extern
char
*
master_ssl_cipher
,
*
master_ssl_key
;
extern
I_List
<
THD
>
threads
;
#else
...
...
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