1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

MCOL-4173 This patch adds support for wide-DECIMAL INNER, OUTER, SEMI, functional JOINs

based on top of TypelessData
This commit is contained in:
Roman Nozdrin
2021-02-16 10:23:49 +00:00
parent 4ecd561878
commit bed0b7c6bc
22 changed files with 2347 additions and 228 deletions

View File

@ -0,0 +1,3 @@
--disable_query_log
set global columnstore_ordered_only=off;
--enable_query_log

View File

@ -0,0 +1,3 @@
--disable_query_log
set global columnstore_ordered_only=on;
--enable_query_log