[MCOL-4323] Add support for ENCODE/DECODE functions Created: 2020-09-24  Updated: 2020-12-07  Resolved: 2020-12-07

Status: Closed
Project: MariaDB ColumnStore
Component/s: None
Affects Version/s: None
Fix Version/s: 5.5.1

Type: New Feature Priority: Major
Reporter: Todd Stoffel (Inactive) Assignee: Daniel Lee (Inactive)
Resolution: Fixed Votes: 0
Labels: CustomerRequest


 Description   

https://mariadb.com/kb/en/encode/

https://mariadb.com/kb/en/decode/



 Comments   
Comment by Daniel Lee (Inactive) [ 2020-12-07 ]

Build verified: 5.5.1 (Drone 1287)

MariaDB [mytest]> select c1, c2, encode(c1,c2), decode(encode(c1, c2),c2) from t1;
-----------------------------------------------------------------------------------+

c1 c2 encode(c1,c2) decode(encode(c1, c2),c2)

-----------------------------------------------------------------------------------+

not so secret text random_salt password }??Ty?`T??C)3?v+ not so secret text

-----------------------------------------------------------------------------------+
1 row in set (0.018 sec)

Result also matched with InnoDB.

Generated at Thu Feb 08 02:49:29 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.