Skip to content

Commit

Permalink
PS-9470 : Code refresh for PS 8.4.3 - post merge MTR fix (fixed auth_…
Browse files Browse the repository at this point in the history
…sec.acl_tables_row_locking test).

auth_sec.acl_tables_row_locking test failed due to different order of
rows returned by queries on P_S.data_locks, which was caused by
Upstream's change to P_S.data_locks implementation as part of fix for
Bug#36302624 "performance_schema.data_lock_waits is generated with O(N^3)
complexity".

See: mysql/mysql-server@96ccd8d

The probelm is not specific to PS and affects Upstream as well.

This patch fixes the problem by adding ORDER BY clause to query on
P_S.data_locks run by this test, ensuring stable order of result
rows, similarly how it is done in some other tests querying this
P_S table.
  • Loading branch information
dlenev committed Oct 28, 2024
1 parent a078f08 commit 393ce5f
Show file tree
Hide file tree
Showing 2 changed files with 418 additions and 173 deletions.
Loading

0 comments on commit 393ce5f

Please sign in to comment.