Alexey Antipovsky
98b94c0280
Remove deprecated boost::timer
...
Change the only one actual timer to std::chrono::steady_clock
2020-11-17 15:03:10 +03:00
Alexey Antipovsky
c896a50a5d
Add copy assign operator (-Wdeprecated-copy)
2020-11-17 15:03:10 +03:00
Alexey Antipovsky
4aa7d408e1
Remove procmon & procmgr from build
2020-11-17 15:03:10 +03:00
Alexey Antipovsky
07f710e07c
Re-enable warnings and -Werror
2020-11-17 15:03:10 +03:00
Alexey Antipovsky
b25fee320a
Remove variable-length arrays (-Wvla)
2020-11-17 15:03:10 +03:00
Alexey Antipovsky
da691f7b7a
Fix pthread worker funcs to match the POSIX threads API
2020-11-17 15:03:10 +03:00
Alexey Antipovsky
83d3adf466
Fix method declarations to match the base class (-Woverloaded-virtual)
2020-11-17 15:03:10 +03:00
Alexey Antipovsky
e1f6f9f078
Add explicit base class initialization (-Wextra)
2020-11-17 15:03:10 +03:00
Alexey Antipovsky
ac459cd560
Add missing break (-Wimplicit-fallthrough)
2020-11-17 15:03:10 +03:00
Alexey Antipovsky
0e29b0b0f9
Fix -Wtype-limits
2020-11-17 15:03:10 +03:00
Alexey Antipovsky
f4a6294c95
Fix ignored qualifiers warnings (-Wignored-qualifiers)
2020-11-17 15:03:10 +03:00
Roman Nozdrin
4813838df8
Merge pull request #1593 from drrtuy/fix-compile-CS-BB-dev
...
Fix for the rebuild from source step
2020-11-14 17:13:01 +03:00
mariadb-RomanNavrotskiy
68f15c9291
move deb packaging files from server to engine repo
2020-11-14 15:38:52 +02:00
Roman Nozdrin
677e4cfa8c
Fix for the rebuild from source step
2020-11-14 10:16:51 +00:00
Roman Nozdrin
f0240a1fc5
Merge pull request #1580 from mariadb-corporation/develop-MCOL-4170-bar
...
MCOL-4170 Refactor services/systemd units to finish their bootstrap ...
2020-11-12 13:43:31 +03:00
Roman Nozdrin
7fd5b4daa6
Merge pull request #1584 from mariadb-corporation/libquadmath
...
libquadmath for redhat based
2020-11-11 13:37:21 +03:00
mariadb-RomanNavrotskiy
de291d758f
libquadmath for redhat based
2020-11-09 11:27:27 +02:00
Alexander Barkov
ab44ef6ddb
MCOL-4170 Refactor services/systemd units to finish their bootstrap ...
2020-11-09 12:01:16 +04:00
Roman Nozdrin
2992ee3c31
Merge pull request #1575 from mariadb-corporation/develop-bar-sig
...
A preparatory patch for MCOL-4170 Refactor services/systemd units to …
2020-11-06 16:31:36 +03:00
Alexander Barkov
68f19cb887
Merge pull request #1576 from drrtuy/fix-debug-build
...
Fix for a debug compilation
2020-11-06 16:42:41 +04:00
Roman Nozdrin
2cf3bee483
Fix for a debug compilation
2020-11-06 12:16:46 +00:00
Alexander Barkov
e4d072f573
A preparatory patch for MCOL-4170 Refactor services/systemd units to finish their bootstrap ...
...
Moving the main service code in BRM/slavenode.cpp into a separate function.
2020-11-06 15:46:57 +04:00
Roman Nozdrin
f171867c57
Merge pull request #1547 from pleblanc1976/document-rg-1.5
...
Updated the documentation in rowgroup.h
2020-11-06 12:59:55 +03:00
Roman Nozdrin
8472a7580b
Merge pull request #1571 from mariadb-corporation/develop-bar-sig
...
A preparatory patch for MCOL-4170 Refactor services/systemd units to …
2020-11-06 12:57:43 +03:00
Alexander Barkov
ffd96d0315
A preparatory patch for MCOL-4170 Refactor services/systemd units to finish their bootstrap ...
...
Moving signal initialization code into separate functions.
2020-11-06 11:58:31 +04:00
Alexander Barkov
d68716e423
Merge pull request #1561 from drrtuy/update_version
...
VERSION file update
2020-11-03 11:38:17 +04:00
Roman Nozdrin
b35ff2353a
VERSION file update
2020-11-02 16:20:26 +00:00
David.Hall
dfc755cadf
Merge pull request #1557 from tntnatbry/develop-collation-fix
...
Properly initialize hasCollation data member of Row and RowGroup classes.
2020-10-30 15:18:18 -05:00
Gagan Goel
452f83f333
Properly initialize hasCollation data member of Row and RowGroup classes.
2020-10-30 16:28:35 +00:00
Gagan Goel
e1f82b3e4f
Merge pull request #1554 from dhall-MariaDB/MCOL-4329-d
...
MCOL-4329 dev change gamma to stable
2020-10-29 15:42:37 -04:00
David Hall
78b188ada3
MCOL-4329 dev change gamma to stable
2020-10-29 12:29:10 -05:00
Patrick LeBlanc
6afa702564
Updated the documentation in rowgroup.h
2020-10-27 14:29:57 -04:00
Alexander Barkov
24ea5df606
Merge pull request #1533 from drrtuy/MCOL-4368-dev
...
Don't merge yet MCOL-4368 Unified exceptions handling code in dbcon/joblist
2020-10-27 21:45:15 +04:00
Jose Rojas
772f95fb9b
Merge pull request #1517 from drrtuy/MCOL-4337-dev
...
Don't merge MCOL-4337 Controllernode now tries to establish connections to
2020-10-27 10:29:03 -05:00
Roman Nozdrin
cf8b8fa786
Merge pull request #1543 from jmrojas2332/develop
...
Columnstore syslog file creation should be with mysql as owner
2020-10-27 18:23:55 +03:00
David.Hall
56e581eb39
Merge pull request #1527 from tntnatbry/MCOL-4285-insertselect-fix
...
MCOL-4285 For Insert...Select, pass the is_cache_insert=true
2020-10-27 10:23:17 -05:00
Roman Nozdrin
b175f06a97
Merge pull request #1521 from mariadb-corporation/brm-pythonpath-develop
...
Don't merge yet pythonpath env for systemd brm units
2020-10-27 18:11:33 +03:00
Roman Nozdrin
39a1dd604d
Merge pull request #1480 from dhall-MariaDB/MCOL-4329-dev
...
MCOL-4329 dev set plugin-maturity to stable
2020-10-27 18:07:22 +03:00
David.Hall
0c71b8da8a
Merge pull request #1545 from tntnatbry/MCOL-4320-4364-4370
...
MCOL-4320/4364/4370 Fix multibyte processing for LDI/Insert...Select
2020-10-27 09:51:06 -05:00
Jose Rojas
ab7f675740
Remove hardcoded default user/group in favor of cmake variable
2020-10-27 14:26:28 +00:00
Gagan Goel
13264feb7d
MCOL-4320/4364/4370 Fix multibyte processing for LDI/Insert...Select
...
For CHAR/VARCHAR/TEXT fields, the buffer size of a field represents
the field size in bytes, which can be bigger than the field size in
number of characters, for multi-byte character sets such as utf8,
utf8mb4 etc. The buffer also contains a byte length prefix which can be
up to 65532 bytes for a VARCHAR field, and much higher for a TEXT
field (we process a maximum byte length for a TEXT field which fits in
4 bytes, which is 2^32 - 1 = 4GB!).
There is also special processing for a TEXT field defined with a default
length like so:
CREATE TABLE cs1 (a TEXT CHARACTER SET utf8)
Here, the byte length is a fixed 65535, irrespective of the character
set used. This is different from a case such as:
CREATE TABLE cs1 (a TEXT(65535) CHARACTER SET utf8), where the byte length
for the field will be 65535*3.
2020-10-26 17:51:24 +00:00
Jose Rojas
bf57410c53
Trivial syntax fix.
2020-10-23 18:22:55 -05:00
Jose Rojas
ee03f4eccb
Merge branch 'develop' into develop
2020-10-23 16:58:19 -05:00
Jose Rojas
d61dc06c3c
Make CMake variables for default user/group for maintainability
2020-10-23 21:57:35 +00:00
Jose Rojas
7dcde1e5a6
Columnstore syslog file creation should be with mysql as owner
2020-10-22 20:36:41 +00:00
David Hall
a50bec905f
MCOL-4329 save x-columnstore.cnf
...
Save to x-columnstore.cnf.rpmsave rather than delete
2020-10-22 11:20:04 -05:00
Alexander Barkov
26131a1b43
Merge pull request #1538 from drrtuy/update-version-dev
...
README and VERSION updates
2020-10-22 14:20:10 +04:00
Roman Nozdrin
2440abb4ad
README and VERSION updates
2020-10-22 09:52:33 +00:00
Roman Nozdrin
3e29231ec2
Merge pull request #1540 from benthompson15/post-install-path-dev
...
add path to testS3Connection in columnstore-post-install.in
2020-10-21 21:27:15 +03:00
Roman Nozdrin
cd48df99e5
MCOL-4368 Unified exceptions handling code in dbcon/joblist
2020-10-21 18:17:32 +00:00