1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

Enable unhex function and make minor implementation changes.

This commit is contained in:
Gagan Goel
2019-11-26 04:02:44 +00:00
parent 57724e5515
commit a5bfd484f4
2 changed files with 29 additions and 24 deletions

View File

@ -209,7 +209,7 @@ FuncExp::FuncExp()
fFuncMap["trim"] = new Func_trim(); //dlh
fFuncMap["truncate"] = new Func_truncate(); //dlh
fFuncMap["ucase"] = new Func_ucase(); //dlh
//fFuncMap["unhex"] = new Func_unhex();
fFuncMap["unhex"] = new Func_unhex();
fFuncMap["unix_timestamp"] = new Func_unix_timestamp();
fFuncMap["upper"] = new Func_ucase(); //dlh
fFuncMap["week"] = new Func_week(); //dlh