CREATE TABLE test ( entity ENUM('‎','‏') );
Edit the structure of the entity column. The length/values field becomes: '‎','‏'
confirmed: htmlspecialchars was applied twice to the enum values
Committed a patch as revision 13047
backported the patch to 3.2.3
confirmed: htmlspecialchars was applied twice to the enum values
Committed a patch as revision 13047
backported the patch to 3.2.3