summaryrefslogtreecommitdiff
path: root/sql/handler.h
diff options
context:
space:
mode:
authorMichael Widenius <monty@mariadb.org>2022-08-21 05:53:54 +0300
committerSergei Petrunia <sergey@mariadb.com>2023-02-02 21:01:56 +0300
commit034aedadf25a9981d8dd94f6042666b68fa7d2a4 (patch)
tree1560a08a35def0eab060191aeabb710f614d41e9 /sql/handler.h
parente6205c966d8c4e1e56a031b0f2df92cd3c0956c5 (diff)
downloadmariadb-git-034aedadf25a9981d8dd94f6042666b68fa7d2a4.tar.gz
Added optimizer_costs.h which includes all optimizer costs
This makes it easier to see how costs changes over commits
Diffstat (limited to 'sql/handler.h')
-rw-r--r--sql/handler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/handler.h b/sql/handler.h
index 536c09a4e4d..4a59dc4107b 100644
--- a/sql/handler.h
+++ b/sql/handler.h
@@ -26,6 +26,7 @@
#endif
#include "sql_const.h"
+#include "optimizer_costs.h"
#include "sql_basic_types.h"
#include "mysqld.h" /* server_id */
#include "sql_plugin.h" /* plugin_ref, st_plugin_int, plugin */