1
0
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:
Monty
2024-10-14 15:12:02 +03:00
parent 2c52fdd28a
commit 0de2613e7a
5 changed files with 60 additions and 1 deletions

View File

@ -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;