mirror of
https://github.com/MariaDB/server.git
synced 2026-04-29 03:35:34 +02:00
Small fixes
sql/mysqld.cc: Fix typo sql/slave.cc: Removed unreferenced local variable BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
This commit is contained in:
parent
cfc861537d
commit
68658eadc1
3 changed files with 2 additions and 2 deletions
|
|
@ -75,3 +75,4 @@ worm@altair.is.lan
|
|||
zak@balfor.local
|
||||
zak@linux.local
|
||||
zgreant@mysql.com
|
||||
miguel@hegel.br
|
||||
|
|
|
|||
|
|
@ -2749,7 +2749,7 @@ pthread_handler_decl(handle_connections_namedpipes,arg)
|
|||
PIPE_WAIT,
|
||||
PIPE_UNLIMITED_INSTANCES,
|
||||
(int) global_system_variables.net_buffer_length,
|
||||
(int) global_systenm_ariables.net_buffer_length,
|
||||
(int) global_system_variables.net_buffer_length,
|
||||
NMPWAIT_USE_DEFAULT_WAIT,
|
||||
&saPipeSecurity )) ==
|
||||
INVALID_HANDLE_VALUE )
|
||||
|
|
|
|||
|
|
@ -2696,7 +2696,6 @@ Log_event* next_event(RELAY_LOG_INFO* rli)
|
|||
pthread_mutex_t *log_lock = rli->relay_log.get_log_lock();
|
||||
const char* errmsg=0;
|
||||
THD* thd = rli->sql_thd;
|
||||
bool was_killed;
|
||||
DBUG_ENTER("next_event");
|
||||
DBUG_ASSERT(thd != 0);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue