1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Remove rows and cost from optimizer trace for not usable key parts

This commit is contained in:
Monty
2024-09-06 15:05:23 +03:00
parent 886d740ad7
commit c41ab95a38
2 changed files with 4 additions and 5 deletions

View File

@@ -9417,8 +9417,6 @@ S
{
"access_type": "ref",
"index": "PRIMARY",
"rows": 1.79769e308,
"cost": 1.79769e308,
"chosen": false,
"cause": "no predicate for first keypart"
}