You've already forked mariadb-columnstore-engine
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:
@ -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
|
||||
|
Reference in New Issue
Block a user