Details
-
Technical task
-
Status: Open (View Workflow)
-
Trivial
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
create base16, base32, base64, encode/decode functions
allow this functions as UDF functions
http://en.wikipedia.org/wiki/Base16 (not high priority) - implemented as HEX() and UNHEX() at SQL layer
http://en.wikipedia.org/wiki/Base32 (used in otp, MDEV-4799 )
http://en.wikipedia.org/wiki/Base64 (not high priority, MDEV-5025 -> DONE AT http://bazaar.launchpad.net/~maria-captains/maria/10.0/revision/3822 )