diff options
author | Varun Gupta <varun.gupta@mariadb.com> | 2020-08-27 17:34:12 +0530 |
---|---|---|
committer | Varun Gupta <varun.gupta@mariadb.com> | 2020-08-27 17:58:13 +0530 |
commit | f69cc26757733724254ee37aec5a092f520d230f (patch) | |
tree | 08f8ee76a48b3db5891a1ebc112409de08be2b66 /mysql-test/extra | |
parent | 62d1e3bf67a12eb6f48ac615bda119e2ed65cf16 (diff) | |
download | mariadb-git-f69cc26757733724254ee37aec5a092f520d230f.tar.gz |
MDEV-23596: Assertion `tab->ref.use_count' failed in join_read_key_unlock_rowbb-10.1-varun
The issue here was that the query was using ORDER BY LIMIT optimzation where
the access method was changed from EQ_REF access to an index scan (index that would
resolve the ORDER BY clause).
But the parameter READ_RECORD::unlock_row was not reset to rr_unlock_row, which is
used when the access method is not EQ_REF access.
Diffstat (limited to 'mysql-test/extra')
0 files changed, 0 insertions, 0 deletions