| 5385 | } |
| 5386 | |
| 5387 | bool MYSQL_BIN_LOG::is_query_in_union(THD *thd, query_id_t query_id_param) |
| 5388 | { |
| 5389 | return (thd->binlog_evt_union.do_union && |
| 5390 | query_id_param >= thd->binlog_evt_union.first_query_id); |
| 5391 | } |
| 5392 | |
| 5393 | /* |
| 5394 | Updates thd's position-of-next-event variables |
nothing calls this directly
no outgoing calls
no test coverage detected