summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2022-11-21 10:25:38 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2022-11-21 10:25:38 +0200
commitb35a048ece4f5dd7c6757d86a303f27187a16117 (patch)
tree707189e5b00169b61b9ec13608625b938bd4f35b /sql/sql_lex.h
parent91a7e9eb1ef9bfba6a1da5bca4a9b8c58a94c245 (diff)
parent5b1eb87b6fc9cd09d5a0ffcd926203700e035689 (diff)
downloadmariadb-git-b35a048ece4f5dd7c6757d86a303f27187a16117.tar.gz
Merge 10.8 into 10.9
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r--sql/sql_lex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h
index de4b219ffc0..3363c8d3353 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -3774,8 +3774,10 @@ public:
bool table_or_sp_used();
bool is_partition_management() const;
+#ifdef WITH_PARTITION_STORAGE_ENGINE
bool part_values_current(THD *thd);
bool part_values_history(THD *thd);
+#endif
/**
@brief check if the statement is a single-level join