13
13
along with this program; if not, write to the Free Software
14
14
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */
17
17
#include <drizzled/gettext.h>
18
18
#include <drizzled/error.h>
19
19
#include <drizzled/unireg.h>
20
20
#include <drizzled/plugin/storage_engine.h>
21
21
#include <drizzled/cursor.h> /* for refresh_version */
23
29
static bool kill_in_progress= false;
24
30
static bool volatile signal_thread_in_use= false;
26
32
extern "C" pthread_handler_t signal_hand(void *);
29
39
/* Prototypes -> all of these should be factored out into a propper shutdown */
30
40
extern void close_connections(void);