mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
WL#2360 Performance schema
Part IV: sql instrumentation
This commit is contained in:
parent
4b559b912f
commit
3d91522561
133 changed files with 5200 additions and 2297 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef REPL_FAILSAFE_INCLUDED
|
||||
#define REPL_FAILSAFE_INCLUDED
|
||||
|
||||
/* Copyright (C) 2001-2005 MySQL AB & Sasha
|
||||
/* Copyright (C) 2001-2005 MySQL AB & Sasha, 2008-2009 Sun Microsystems, Inc
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -28,8 +28,8 @@ typedef enum {RPL_AUTH_MASTER=0,RPL_IDLE_SLAVE,RPL_ACTIVE_SLAVE,
|
|||
RPL_ANY /* wild card used by change_rpl_status */ } RPL_STATUS;
|
||||
extern uint rpl_status;
|
||||
|
||||
extern pthread_mutex_t LOCK_rpl_status;
|
||||
extern pthread_cond_t COND_rpl_status;
|
||||
extern mysql_mutex_t LOCK_rpl_status;
|
||||
extern mysql_cond_t COND_rpl_status;
|
||||
extern TYPELIB rpl_role_typelib, rpl_status_typelib;
|
||||
extern const char* rpl_role_type[], *rpl_status_type[];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue