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

MDEV-36463 Change expression_cache name to subquery_cache, and make appropriate changes to the test files

This commit is contained in:
bsrikanth-mariadb
2025-04-14 23:07:07 -04:00
parent 10c063f9f0
commit b6391d4e03
8 changed files with 29 additions and 29 deletions

View File

@@ -404,7 +404,7 @@ EXPLAIN
],
"subqueries": [
{
"expression_cache": {
"subquery_cache": {
"state": "uninitialized",
"query_block": {
"select_id": 2,
@@ -451,7 +451,7 @@ EXPLAIN
],
"subqueries": [
{
"expression_cache": {
"subquery_cache": {
"state": "uninitialized",
"query_block": {
"select_id": 2,
@@ -2112,7 +2112,7 @@ EXPLAIN
],
"subqueries": [
{
"expression_cache": {
"subquery_cache": {
"state": "uninitialized",
"query_block": {
"select_id": 2,