Changeset: 7d17f6e38eb4 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/7d17f6e38eb4 Modified Files: monetdb5/mal/mal_profiler.c Branch: Jul2021_prof_ext Log Message:
Typo. diffs (12 lines): diff --git a/monetdb5/mal/mal_profiler.c b/monetdb5/mal/mal_profiler.c --- a/monetdb5/mal/mal_profiler.c +++ b/monetdb5/mal/mal_profiler.c @@ -175,7 +175,7 @@ static str phase_descriptions[] = { [SQL_TO_REL] = "sql_to_rel", [REL_OPT] = "rel_opt", [REL_TO_MAL] = "rel_to_mal", - [MAL_OPT] = "rel_to_mal", + [MAL_OPT] = "mal_opt", [MAL_ENGINE] = "mal_engine", // [TRANSACTION_START] = "trans_start", // [COMMIT] = "trans_commit", _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org