1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-15 12:09:09 +03:00
Andrew Hutchings 122dbdcbb1 MCOL-656 Fix LIKE on non-dict CHAR/VARCHAR
The LIKE part of the query for non-dict CHAR/VARCHAR was converted to an
INT based on the length of the column. So on a 2 byte CHAR a LIKE of
'%05%' was truncated to '%0' which is a very different query. We should
not cast this to INT because we could use a LIKE of > 8 bytes on a
non-dict column. This patch turns LIKE into an expressionStep which
cater for longer strings rather than a simpleFilter.
2017-05-09 10:28:12 +01:00
2017-05-08 15:37:19 -05:00
2016-10-10 17:46:24 -05:00
2017-04-18 10:03:41 -05:00
2017-03-08 15:03:13 -06:00
2017-01-06 15:11:43 -06:00
2017-04-14 14:16:25 +01:00
2017-04-14 14:16:25 +01:00
2016-07-19 10:46:58 -05:00
2016-01-06 14:08:59 -06:00
2016-07-15 10:49:57 -05:00
2016-06-22 16:00:00 -05:00
2016-01-06 14:08:59 -06:00
2016-07-19 10:46:58 -05:00
2016-07-19 10:46:58 -05:00
2016-08-04 10:36:06 -05:00
2016-07-19 10:46:58 -05:00
2016-07-19 10:46:58 -05:00
2016-01-06 14:08:59 -06:00
2016-06-15 12:21:16 -04:00
2016-01-13 15:52:33 -06:00
2016-01-13 15:52:33 -06:00
2016-06-02 19:14:56 -05:00
2016-01-06 14:08:59 -06:00
2016-07-19 10:46:58 -05:00
2016-08-05 14:08:55 -05:00
2016-07-19 10:46:58 -05:00
2017-03-23 10:22:29 -05:00
2017-03-23 10:21:40 -05:00
2016-02-16 10:22:48 -06:00
2016-02-16 10:22:48 -06:00
2017-03-27 13:54:53 -05:00

#MariaDB ColumnStore Storage/Execution engine 1.0.8 MariaDB ColumnStore 1.0.8 is the development version of MariaDB ColumnStore. It is built by porting InfiniDB 4.6.7 on MariaDB 10.1.21 and adding entirely new features not found anywhere else.

#MariaDB ColumnStore 1.0.8 is an GA release. This is the first MariaDB ColumnStore release.

#Building This repository is not meant to be built independently outside of the server. This repository is integrated into http://mariadb-corporation/mariadb-columnstore-server (ie, the server) as a git submodule. As such, you can find complete build instructions on the server page.

https://github.com/mariadb-corporation/mariadb-columnstore-server

#Issue tracking Issue tracking of MariaDB ColumnStore happens in JIRA, https://jira.mariadb.org/browse/MCOL

Description
Ядро системы хранения данных - код процесса единой системы обмена сообщениями и PM
Readme 239 MiB
Languages
C++ 88.9%
Shell 2.9%
C 2.9%
Python 2.6%
Assembly 1.3%
Other 1.2%