mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Update test results
This commit is contained in:
@ -293,14 +293,17 @@ EXPLAIN
|
|||||||
},
|
},
|
||||||
"subqueries": [
|
"subqueries": [
|
||||||
{
|
{
|
||||||
"query_block": {
|
"expression_cache": {
|
||||||
"select_id": 2,
|
"state": "uninitialized",
|
||||||
"table": {
|
"query_block": {
|
||||||
"table_name": "t1",
|
"select_id": 2,
|
||||||
"access_type": "ALL",
|
"table": {
|
||||||
"rows": 10,
|
"table_name": "t1",
|
||||||
"filtered": 100,
|
"access_type": "ALL",
|
||||||
"attached_condition": "(t1.b = t0.a)"
|
"rows": 10,
|
||||||
|
"filtered": 100,
|
||||||
|
"attached_condition": "(t1.b = t0.a)"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -323,14 +326,17 @@ EXPLAIN
|
|||||||
},
|
},
|
||||||
"subqueries": [
|
"subqueries": [
|
||||||
{
|
{
|
||||||
"query_block": {
|
"expression_cache": {
|
||||||
"select_id": 2,
|
"state": "uninitialized",
|
||||||
"table": {
|
"query_block": {
|
||||||
"table_name": "t1",
|
"select_id": 2,
|
||||||
"access_type": "ALL",
|
"table": {
|
||||||
"rows": 10,
|
"table_name": "t1",
|
||||||
"filtered": 100,
|
"access_type": "ALL",
|
||||||
"attached_condition": "(t1.b = t0.a)"
|
"rows": 10,
|
||||||
|
"filtered": 100,
|
||||||
|
"attached_condition": "(t1.b = t0.a)"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user