1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Various fixes (cleanups, valgrind, makefiles, ...)

This commit is contained in:
petr@mysql.com
2005-02-03 20:48:58 +03:00
parent 84d5b3a332
commit 63acf2a8be
18 changed files with 85 additions and 60 deletions

View File

@ -38,7 +38,6 @@ public:
bool is_running();
int start();
int stop();
int cleanup();
public:
enum { DEFAULT_SHUTDOWN_DELAY= 35 };