ENUM - still broken?

You are viewing an old version of this question. View the current version here.

ENUM was broken in MySQL. Has it ever been fixed in MariaDB? I've been using PHP constants to avoid ENUM, but I'd like to abandon that extra effort if ENUMs are now working.

Answer

Define "broken."

I have used ENUM in both MySQL and MariaDB, and have noticed no brokenness. But perhaps I just didn't hit your particular test case.

Comments

Comments loading...
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.