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>2022-09-09 21:00:43 +0300
commitcc6cd19fe532088f9ceb618e6e4a06d0a6efc95e (patch)
tree686fb8ed58b70660d61a6c43140575ae24267dce /sql/handler.h
parent3763056dcc21306a0dbfe8878d80bf2ca63645eb (diff)
downloadmariadb-git-bb-10.11-selectivity-v1.tar.gz
Added optimizer_costs.h which includes all optimizer costsbb-10.11-selectivity-v110.11-psergey-sel-v1
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 09433a6a90a..be2e39eeaed 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 */