David Hall
35c4b66a67
MCOL-4144 Enable lower_case_table_names
...
Create tables and schemas with lower case name only if the flag is set.
During operations, convert to lowercase in plugin. Byt the time a query gets to ExeMgr, DDLProc etc., everything must be lower case if the flag is set, and undisturbed if not.
2020-09-24 15:21:13 -05:00
benthompson15
83f5ff5723
MCOL-4191: Install jemalloc.so with columnstore
2020-09-11 13:09:31 -05:00
David Hall
e44d487011
MCOL-4099 fix range check
2020-08-28 13:46:21 -05:00
David Hall
de3b2452a1
MCOL-4099 allow insert on first or last char
2020-08-28 10:37:57 -05:00
David Hall
791ff2bea4
MCOL-4236 DATE is still returned as INT
2020-08-19 14:35:09 -05:00
David Hall
6075aa337c
MCOL-4236 Change ceil(datetime) to return datetime type
2020-08-19 14:29:06 -05:00
Roman Nozdrin
1c74f80d76
MCOL-4136 This patch makes an explicit dependency on generated errorids.h
2020-08-05 12:22:50 +00:00
Roman Nozdrin
7e868bc588
add dependency for generated header files errorids.h messageids.h patch made by Ben.
2020-07-10 18:38:49 +00:00
Patrick LeBlanc
76cc777204
Merge pull request #1317 from dhall-MariaDB/MCOL-4125
...
MCOL-4125 CHAR must ignore NULL parameters
2020-06-30 10:56:45 -05:00
David Hall
1d9b9a1bc8
MCOL-4125 CHAR must ignore NULL parameters
2020-06-29 11:41:59 -05:00
Patrick LeBlanc
e94306a8d8
Merge pull request #1308 from dhall-MariaDB/MCOL-4099
...
MCOL-4099 Fix up first char insertion
2020-06-29 10:34:41 -05:00
Patrick LeBlanc
d840fab5a3
Merge pull request #1309 from dhall-MariaDB/MCOL-4100
...
MCOL-4100 Use correct collation for certain functions
2020-06-29 10:32:01 -05:00
Gagan Goel
2ba9263df4
Silence -Werror=implicit-fallthrough compiler errors - Patch from Monty.
...
The patch also fixes some potential bugs due to missing break
statements.
2020-06-26 12:32:57 -04:00
benthompson15
73e3974532
MCOL-4030: any.h dtor fix.
2020-06-24 16:42:57 -05:00
David Hall
3f15ed1303
MCOL-4100 Use correct collation for certain functions
...
LOCATE, INSTR, STRCMP and FIND_IN_SET
2020-06-24 15:32:22 -05:00
David Hall
9bd4255021
MCOL-4099 Fix up first char insertion
2020-06-24 15:18:03 -05:00
benthompson15
88d2fe6d03
MCOL-4030: any.h non-virtual-dtor warning suppressed.
2020-06-24 13:37:50 -05:00
benthompson15
314db7901b
MCOL-4030: Fix most of the overloaded-virtual warnings.
2020-06-23 15:26:52 -05:00
benthompson15
eac7dab096
MCOL-4030: first commit of warning removals unneed const and missing virtual dtors.
2020-06-23 13:51:36 -05:00
Patrick LeBlanc
5f4aaffd5c
Merge pull request #1298 from dhall-MariaDB/MCOL-2221
...
MCOL-2221 Terminate the buffer
2020-06-19 17:38:35 -05:00
David Hall
1499433043
MCOL-2221 Terminate the buffer
2020-06-19 17:33:45 -05:00
Patrick LeBlanc
f2dc44d960
Merge pull request #1295 from dhall-MariaDB/MCOL-2221
...
MCOL-2221 Reverse with UTF
2020-06-19 14:48:47 -05:00
David Hall
64a4659508
MCOL-2221 Reverse with UTF
2020-06-19 14:07:08 -05:00
David Hall
01c8a63513
MCOL-3536 collation phase 2
2020-06-18 13:54:17 -05:00
David Hall
88f291903e
MCOL-3536 trim shouldn't look for MY_CS_BINSORT
2020-06-18 13:54:17 -05:00
David Hall
d0818f2b4e
MCOl-3536 Collation phase 2
2020-06-18 13:54:16 -05:00
David Hall
165ae4a6f3
MCOL-3536 Collation
2020-06-18 13:54:16 -05:00
David Hall
de125bac2b
MCOL-3536 Collation phase 2
2020-06-18 13:54:16 -05:00
Patrick LeBlanc
62bcf93d0a
Merge pull request #1261 from dhall-MariaDB/MCOL-4042
...
MCOL-4042 cleanup after MODA
2020-06-16 15:59:48 -05:00
Gagan Goel
6c05717b4c
MCOL-4043 Fix memory leaks - 2
...
Perform deletes of Compare objects in the OrderByData dtor,
which were allocated by CompareRule::compileRules().
2020-06-11 19:21:11 -04:00
David Hall
adda6567e2
MCOL-3536 Collation
2020-06-08 17:58:59 -05:00
David Hall
f9078efbc6
MCOL-3536 Collation
2020-06-08 17:57:37 -05:00
David Hall
d289c30521
MCOL-3536 Collation
2020-06-08 17:19:07 -05:00
David Hall
938ee6d308
MCOL-3536 collation
2020-06-08 16:09:46 -05:00
David Hall
4832ec83f8
MCOL-3536 Collation
2020-06-07 14:07:10 -05:00
David Hall
4f5b56b492
MCOL-4042 cleanup after MODA
2020-06-05 11:52:44 -05:00
David Hall
1d5e820e97
Merge branch 'develop' into MCOL-3536
...
Conflicts:
CMakeLists.txt
2020-06-04 16:22:59 -05:00
David Hall
bacd81d32a
MCOL-3536 collation
2020-06-04 16:15:06 -05:00
David Hall
889094a23d
MCOL-3536 Collation
2020-06-03 19:43:53 -05:00
benthompson15
dd6694e039
fix out-of-source builds
2020-06-02 11:14:24 -05:00
Sergei Golubchik
5a275e6483
don't abort the build if no libcurl
2020-06-02 14:39:04 +02:00
David Hall
46668d2607
Merge branch 'develop' into MCOL-3536
2020-06-01 15:09:44 -05:00
David Hall
78ac310e42
MCOL-3536 Collation
2020-06-01 15:08:15 -05:00
Roman Nozdrin
8edff7be3d
Merge pull request #1247 from pleblanc1976/mcol-4010-1.5
...
MCOL-4010 - fixes compilation errors on x64 w/-Werror
2020-06-01 21:26:22 +03:00
Patrick LeBlanc
4bddc92092
MCOL-4010 - fixes compilation errors on x64 w/-Werror
...
Merged in Sergei's patch.
2020-06-01 12:52:43 -04:00
Sergei Golubchik
2384328d4c
cmake: output cleanup
...
1. reduce the number of cmake warnings
2. remove unused OLD policies
3. only warn about missing prerequisites once
4. start cmake output from columnstore version
2020-05-31 10:55:30 +02:00
David Hall
516a3fa37e
MCOL-3536 Collation
2020-05-28 15:38:43 -05:00
David Hall
8250d4fc69
MCOL-3536 Collation
2020-05-28 14:59:44 -05:00
David Hall
2e66b1f1e8
MCOL-3536 Collation
2020-05-28 14:19:17 -05:00
David Hall
06e50e0926
MCOL-3536 collation
2020-05-26 12:42:11 -05:00