| 5048 | */ |
| 5049 | |
| 5050 | int MYSQL_BIN_LOG::new_file(Format_description_log_event *extra_description_event) |
| 5051 | { |
| 5052 | return new_file_impl(true/*need_lock_log=true*/, extra_description_event); |
| 5053 | } |
| 5054 | |
| 5055 | /* |
| 5056 | @retval |
nothing calls this directly
no outgoing calls
no test coverage detected