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

Fix a -ansi -pedantic compile failure.

This commit is contained in:
konstantin@mysql.com
2005-08-22 18:59:47 +04:00
parent f5f6ed8b78
commit c75cfc358e

View File

@ -42,7 +42,7 @@ public:
void kill_instance(int signo);
int is_crashed();
void set_crash_flag_n_wake_all();
Instance_map *Instance::get_map();
Instance_map *get_map();
public:
enum { DEFAULT_SHUTDOWN_DELAY= 35 };