[MDEV-23944] GTID column in P_S events_transactions_% summary tables is always '0-0-0' Created: 2020-10-12 Updated: 2020-10-12 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Performance Schema |
| Affects Version/s: | 10.5.7 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Valerii Kravchuk | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Start MariaDB with Performance _schema and binary logging enabled, then enable all instruments and consumers:
Do some transactions in one session:
Note that gtid_binlog_pos and gtid_current_pos is updates as new GTID values are assigned to transactions. Now check any of the P_S events_transactions_% tables:
Note that GTID has value 0-0-0 in alk rows, both for current transactions and history. This is wrong, I'd expect to see the same values as in the binary log and related GTID variables:
|