summaryrefslogtreecommitdiff
path: root/sql/table.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/table.h')
-rw-r--r--sql/table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/table.h b/sql/table.h
index 52fc0f1a7d9..30cac15f8d1 100644
--- a/sql/table.h
+++ b/sql/table.h
@@ -740,7 +740,7 @@ struct TABLE_SHARE
/*
Must all TABLEs be reopened?
*/
- inline bool needs_reopen()
+ inline bool needs_reopen() const
{
return version != refresh_version;
}