| 5742 | } |
| 5743 | |
| 5744 | uint MYSQL_BIN_LOG::next_file_id() |
| 5745 | { |
| 5746 | uint res; |
| 5747 | mysql_mutex_lock(&LOCK_log); |
| 5748 | res = file_id++; |
| 5749 | mysql_mutex_unlock(&LOCK_log); |
| 5750 | return res; |
| 5751 | } |
| 5752 | |
| 5753 | |
| 5754 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected