2003-08-19 19:55:20 +04:00
|
|
|
#ifndef INCLUDES_MYSQL_INSTANCE_MANAGER_MANAGER_H
|
|
|
|
#define INCLUDES_MYSQL_INSTANCE_MANAGER_MANAGER_H
|
2004-10-23 11:32:52 +04:00
|
|
|
/* Copyright (C) 2003 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
|
2003-08-16 21:44:24 +04:00
|
|
|
|
|
|
|
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
|
2006-12-23 20:17:15 +01:00
|
|
|
the Free Software Foundation; version 2 of the License.
|
2003-08-16 21:44:24 +04:00
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with this program; if not, write to the Free Software
|
|
|
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
|
|
|
|
|
2005-07-20 10:55:40 -05:00
|
|
|
struct Options;
|
2004-10-23 11:32:52 +04:00
|
|
|
|
|
|
|
void manager(const Options &options);
|
2003-08-19 19:55:20 +04:00
|
|
|
|
2006-05-06 13:57:56 +04:00
|
|
|
int create_pid_file(const char *pid_file_name, int pid);
|
|
|
|
|
2003-08-19 19:55:20 +04:00
|
|
|
#endif // INCLUDES_MYSQL_INSTANCE_MANAGER_MANAGER_H
|