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 ff8e4263692..3aacd62c5cb 100644
--- a/sql/ha_sequence.h
+++ b/sql/ha_sequence.h
@@ -82,7 +82,7 @@ public:
{ return HA_CACHE_TBL_NOCACHE; }
void print_error(int error, myf errflag);
int info(uint);
- LEX_STRING *engine_name() { return hton_name(file->ht); }
+ LEX_CSTRING *engine_name() { return hton_name(file->ht); }
int external_lock(THD *thd, int lock_type);
/* Functions that are directly mapped to the underlying handler */