| 90 | } |
| 91 | |
| 92 | inline bool is_empty() |
| 93 | { |
| 94 | DBUG_PRINT("debug", ("is_empty: %d", observer_info_list.is_empty())); |
| 95 | return observer_info_list.is_empty(); |
| 96 | } |
| 97 | |
| 98 | inline int read_lock() |
| 99 | { |
nothing calls this directly
no outgoing calls
no test coverage detected