1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

MDEV-5736 remove what remains from ONE_SHOT hack

This commit is contained in:
Sergei Golubchik
2014-05-01 14:07:11 +02:00
parent d81b662b8c
commit 26618a54fa
7 changed files with 3 additions and 73 deletions

View File

@ -2592,7 +2592,7 @@ public:
char default_master_connection_buff[MAX_CONNECTION_NAME+1];
uint8 password; /* 0, 1 or 2 */
uint8 failed_com_change_user;
bool slave_thread, one_shot_set;
bool slave_thread;
bool extra_port; /* If extra connection */
bool no_errors;