summaryrefslogtreecommitdiff
path: root/sql/opt_trace.h
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2020-03-06 14:21:20 +0200
committerMonty <monty@mariadb.org>2020-03-09 13:52:40 +0200
commita24d0926b9459d715709d86a84a172cdce3b1bec (patch)
treedacbf26eaac80c7ebcc6d4a90d7a4863b0d65079 /sql/opt_trace.h
parent940fcbe73bc0aad18bb77a45428126ff987b96c4 (diff)
downloadmariadb-git-a24d0926b9459d715709d86a84a172cdce3b1bec.tar.gz
Second stage of optimizer_trace optimizations
- Move testing of my_writer to inline functions to avoid calls - Made more functions inline. Especially thd->thread_started() is now very optimized! - Moved Opt_trace_stmt classe to opt_trace_context.h to get critical functions inline
Diffstat (limited to 'sql/opt_trace.h')
-rw-r--r--sql/opt_trace.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/opt_trace.h b/sql/opt_trace.h
index 46adbec2c3c..550f18c0797 100644
--- a/sql/opt_trace.h
+++ b/sql/opt_trace.h
@@ -21,8 +21,6 @@ class Item;
class THD;
struct TABLE_LIST;
-class Opt_trace_stmt;
-
/*
User-visible information about a trace.
*/