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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_sequence.h b/sql/ha_sequence.h
index fd9da05b591..b3789914e18 100644
--- a/sql/ha_sequence.h
+++ b/sql/ha_sequence.h
@@ -123,7 +123,7 @@ public:
return error;
}
void position(const uchar *record)
- { return file->position(record); }
+ { }
const char *table_type() const
{ return file->table_type(); }
ulong index_flags(uint inx, uint part, bool all_parts) const