mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Fixed that SHOW CREATE TABLE for sequences shows used table options
This commit is contained in:
@ -65,6 +65,8 @@ public:
|
||||
|
||||
ha_sequence(handlerton *hton, TABLE_SHARE *share);
|
||||
~ha_sequence();
|
||||
virtual handlerton *storage_ht() const override
|
||||
{ return file->ht; }
|
||||
|
||||
/* virtual function that are re-implemented for sequence */
|
||||
int open(const char *name, int mode, uint test_if_locked) override;
|
||||
|
Reference in New Issue
Block a user