summaryrefslogtreecommitdiffstats
path: root/Plugins/SqlEnterpriseFormatter/formatreindex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/SqlEnterpriseFormatter/formatreindex.cpp')
-rw-r--r--Plugins/SqlEnterpriseFormatter/formatreindex.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Plugins/SqlEnterpriseFormatter/formatreindex.cpp b/Plugins/SqlEnterpriseFormatter/formatreindex.cpp
index 441032e..1361396 100644
--- a/Plugins/SqlEnterpriseFormatter/formatreindex.cpp
+++ b/Plugins/SqlEnterpriseFormatter/formatreindex.cpp
@@ -8,6 +8,7 @@ FormatReindex::FormatReindex(SqliteReindex* reindex) :
void FormatReindex::formatInternal()
{
+ handleExplainQuery(reindex);
withKeyword("REINDEX");
if (!reindex->database.isNull())
withId(reindex->database).withIdDot();