Comments - Sequence Storage Engine

9 years, 4 months ago Mikhail Gavrilov

Thanks for answer.

Can I use also INFORMATION_SCHEMA for this?

SELECT 1 FROM INFORMATION_SCHEMA.ENGINES IE WHERE IE.`engine` = 'SEQUENCE' AND IE.support = 'YES'

Or it not recommended?

 
9 years, 4 months ago Sergei Golubchik

Yes, of course, you can. It's essentially the same thing as SHOW ENGINES

 
9 years, 4 months ago Mikhail Gavrilov

After MDEV-7231 bug I'm afraid to believe INFORMATION SCHEMA :(

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.