mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into mishka.local:/home/my/mysql-5.0
This commit is contained in:
@@ -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 };
|
||||
|
@@ -426,6 +426,11 @@ struct ilink
|
||||
|
||||
template <class T> class I_List_iterator;
|
||||
|
||||
/*
|
||||
WARNING: copy constructor of this class does not create a usable
|
||||
copy, as its members may point at each other.
|
||||
*/
|
||||
|
||||
class base_ilist
|
||||
{
|
||||
public:
|
||||
|
Reference in New Issue
Block a user