6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 13:33:07 +01:00

Added/Updated tests\bugs\core_5381_test.py: Adjusted notes about changed FB 4.x

This commit is contained in:
pavel-zotov 2024-11-10 15:37:21 +03:00
parent a4e323c212
commit e4df62936a

View File

@ -31,7 +31,24 @@ NOTES:
... ...
Table statistics same for 3.x ... 6.x. Table statistics same for 3.x ... 6.x.
Checked on 3.0.13.33794, 4.0.6.3165, 5.0.2.1553, 6.0.0.520 [10.11.2024] pzotov
Explained plan in FB 4.x changed since 4.0.6.3168:
Was:
-> Hash Join (inner)
-> Table "RDB_FLDS" as "A D5" Full Scan
-> Record Buffer (record length: 25)
-> Table "RDB_DEPS" as "D3" Full Scan
...
Now:
-> Hash Join (inner)
-> Filter
-> Table "RDB_FLDS" as "A D5" Full Scan
-> Record Buffer (record length: 25)
-> Filter
-> Table "RDB_DEPS" as "D3" Full Scan
...
Checked on 3.0.13.33794, 4.0.6.3168, 5.0.2.1553, 6.0.0.520
""" """
import pytest import pytest