1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

MCOL-1356: Add convert_tz (#2099)

This commit is contained in:
benthompson15
2021-08-19 17:47:10 -05:00
committed by GitHub
parent 0e11a6c294
commit 923bbf4033
9 changed files with 1334 additions and 2 deletions

View File

@ -24,6 +24,7 @@ set(funcexp_LIB_SRCS
func_concat_oracle.cpp
func_concat_ws.cpp
func_conv.cpp
func_convert_tz.cpp
func_crc32.cpp
func_date.cpp
func_date_add.cpp