| 6374 | |
| 6375 | |
| 6376 | void MYSQL_BIN_LOG::signal_update() |
| 6377 | { |
| 6378 | DBUG_ENTER("MYSQL_BIN_LOG::signal_update"); |
| 6379 | signal_cnt++; |
| 6380 | mysql_cond_broadcast(&update_cond); |
| 6381 | DBUG_VOID_RETURN; |
| 6382 | } |
| 6383 | |
| 6384 | /****** transaction coordinator log for 2pc - binlog() based solution ******/ |
| 6385 |
nothing calls this directly
no outgoing calls
no test coverage detected