summaryrefslogtreecommitdiff
path: root/sql/ha_sequence.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/ha_sequence.h')
-rw-r--r--sql/ha_sequence.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/ha_sequence.h b/sql/ha_sequence.h
index 4360e9faa3d..72e59a40479 100644
--- a/sql/ha_sequence.h
+++ b/sql/ha_sequence.h
@@ -140,9 +140,9 @@ public:
int rename_table(const char *from, const char *to)
{ return file->rename_table(from, to); }
void unbind_psi()
- { return file->unbind_psi(); }
+ { file->unbind_psi(); }
void rebind_psi()
- { return file->rebind_psi(); }
+ { file->rebind_psi(); }
bool auto_repair(int error) const
{ return file->auto_repair(error); }