mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-30059: Optimizer Trace: plan_prefix should be a comma-separated-list
This commit is contained in:
@@ -89,7 +89,7 @@ select * from db1.t1 {
|
||||
{
|
||||
"considered_execution_plans": [
|
||||
{
|
||||
"plan_prefix": [],
|
||||
"plan_prefix": "",
|
||||
"get_costs_for_tables": [
|
||||
{
|
||||
"best_access_path": {
|
||||
@@ -120,7 +120,7 @@ select * from db1.t1 {
|
||||
]
|
||||
},
|
||||
{
|
||||
"plan_prefix": [],
|
||||
"plan_prefix": "",
|
||||
"table": "t1",
|
||||
"rows_for_plan": 3,
|
||||
"cost_for_plan": 0.010504815
|
||||
@@ -228,7 +228,7 @@ select * from db1.v1 {
|
||||
{
|
||||
"considered_execution_plans": [
|
||||
{
|
||||
"plan_prefix": [],
|
||||
"plan_prefix": "",
|
||||
"get_costs_for_tables": [
|
||||
{
|
||||
"best_access_path": {
|
||||
@@ -259,7 +259,7 @@ select * from db1.v1 {
|
||||
]
|
||||
},
|
||||
{
|
||||
"plan_prefix": [],
|
||||
"plan_prefix": "",
|
||||
"table": "t1",
|
||||
"rows_for_plan": 3,
|
||||
"cost_for_plan": 0.010504815
|
||||
|
Reference in New Issue
Block a user