@retval nonzero - error */
| 5057 | nonzero - error |
| 5058 | */ |
| 5059 | int MYSQL_BIN_LOG::new_file_without_locking(Format_description_log_event *extra_description_event) |
| 5060 | { |
| 5061 | return new_file_impl(false/*need_lock_log=false*/, extra_description_event); |
| 5062 | } |
| 5063 | |
| 5064 | |
| 5065 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected