[MDEV-4387] UDF - Base64 encode/decode Created: 2013-04-11 Updated: 2013-09-23 Resolved: 2013-09-23 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Trivial |
| Reporter: | roberto spadim | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||
| Description |
|
Hi guys, could BASE64_ENCODE and BASE64_DECODE be implemented as native functions in mariadb? there's some base64 function in source code of mariadb 10.0.0, and a old feature request in mysql bug system (year 2006) but it was removed (maybe oracle problems?) some links: inside mariadb-10.0.0 source code directory: mariadb-10.0.0# find -iname base64 |
| Comments |
| Comment by roberto spadim [ 2013-04-11 ] |
|
why implement this functions? well some guys use plain text mysql clients and must have a a 'secure blob transfer', but they can't send blobs or predefined queries how guys could use it? and? what this help? well check what we could optimize: with this, we have well that's all, thanks guys and google summer code |
| Comment by roberto spadim [ 2013-04-11 ] |
|
like |
| Comment by roberto spadim [ 2013-04-11 ] |
|
like http://bugs.mysql.com/bug.php?id=18861 (mysql bug database) |
| Comment by roberto spadim [ 2013-07-01 ] |
|
hi sergey, the UDF plugin function link, works in mariadb, maybe just a 'default mariadb function' could be considered |
| Comment by roberto spadim [ 2013-09-23 ] |
|
PLEASE CLOSE THIS MDEV revision 3822 -> FUNCTIONS TO_BASE64 / FROM_BASE64 |