Update gsql_execute.py

This commit is contained in:
Eukanj827 2022-08-15 10:26:07 +08:00
parent 43c3001415
commit 313e3c4e00
1 changed files with 1 additions and 1 deletions

View File

@ -184,13 +184,13 @@ class GSqlExecute(ExecuteFactory):
return cost_total
#
def parse_explain_plan(self, workload, index_config, res, ori_indexes_name, select_sql_pos):
i = 0
hypo_index_num = 0
total_cost = 0
found_plan = False
hypo_index = False
# create hypo-indexes
for line in res:
if 'QUERY PLAN' in line:
found_plan = True