summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2022-11-21 10:32:08 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2022-11-21 10:32:08 +0200
commitbebe193979405b28b15af008621248ed117e54a4 (patch)
tree4947916c6c2afed02dc14494e8990d293c2c816d /sql/sql_lex.h
parentbb894f2376bff6ada36a3f627d4b1bf27ee9ca2a (diff)
parentb35a048ece4f5dd7c6757d86a303f27187a16117 (diff)
downloadmariadb-git-bebe193979405b28b15af008621248ed117e54a4.tar.gz
Merge 10.9 into 10.10
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 14629052c2e..b674bc714e5 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -3779,8 +3779,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