1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-20 01:42:27 +03:00
Commit Graph

3637 Commits

Author SHA1 Message Date
David.Hall
cf7eecf8bb Merge pull request #314 from mariadb-corporation/MCOL-1021
MCOL-1021 Fix dictionary de-duplication cache
2017-11-09 18:00:02 -06:00
david hill
8822856345 Merge pull request #316 from mariadb-corporation/MCOL-997
Mcol 997
2017-11-09 16:27:45 -06:00
Andrew Hutchings
21ca6ca42f MCOL-1021 Fix dictionary de-duplication cache
The signatures were getting destroyed whilst processing before being
used in the dictionary de-duplication cache making the cache full of
empty strings. This fix resets the signature after insertion for the
cache.

This fix also lets the signature cache be read when there is 1000
entries in it.
2017-11-09 17:28:21 +00:00
david hill
2ff827f3f4 increase procmgr wait for procmon start timeout value. 60 to 120. needed for amazon 2017-11-09 10:29:12 -06:00
Ben Thompson
f52d07eabb MCOL-997: whitespace. 2017-11-08 16:33:24 -06:00
Ben Thompson
5de2ccde62 MCOL-997: remove prompt for system installation step. 2017-11-08 16:28:07 -06:00
david hill
e0febdcd1a Merge pull request #313 from mariadb-corporation/MCOL-989
MCOL-989
2017-11-08 15:32:50 -06:00
Ben Thompson
f1dd92a13d MCOL-989: Fix command string missing space and error messages to not reference postConfigure since this can happen under addmodule mcsadmin command. 2017-11-08 15:27:54 -06:00
Ben Thompson
22dced568c MCOL-976: Change how processes are restarted after losing or regaining contact with a down module. 2017-11-08 15:12:10 -06:00
david hill
1603ce925f rechecking back in version of calpontsystemcatalog, accidental commit old versions 2017-11-08 13:06:45 -06:00
david hill
c84ea561e1 MCOL-998 - added in binlog_format 2017-11-08 12:10:01 -06:00
david hill
0db37ad7df added new script to cmake 2017-11-07 18:19:36 -06:00
David.Hall
bbdfcd70cb Merge pull request #311 from mariadb-corporation/MCOL-1016-1.1
MCOL-1016 Fix I_S calculations
2017-11-07 14:13:54 -06:00
David.Hall
024c96afed Merge pull request #310 from mariadb-corporation/MCOL-1016
MCOL-1016 Fix I_S calculations
2017-11-07 14:13:26 -06:00
david hill
1c59a8875c added retry on remote install timeout errors 2017-11-07 12:52:32 -06:00
benthompson15
00bd209112 Merge pull request #309 from mariadb-corporation/mcol-1009
mcol-1009 and mcol-1014
2017-11-07 12:14:16 -06:00
Andrew Hutchings
468b2d473b MCOL-1016 Fix I_S calculations
* COLUMNSTORE_EXTENTS data_size now shows the total size on the highest
segment of an extent file. It also shows 0 bytes if HWM is zero so that
if there is more than one segment it doesn't show 8192 bytes for the
lower segments.
* COMPRESSION_RATIO was missing some data and using compressed data size
instead of file size (which is probably more realistic).
2017-11-07 08:40:06 +00:00
Andrew Hutchings
929d0d3fe7 MCOL-1016 Fix I_S calculations
* COLUMNSTORE_EXTENTS data_size now shows the total size on the highest
segment of an extent file. It also shows 0 bytes if HWM is zero so that
if there is more than one segment it doesn't show 8192 bytes for the
lower segments.
* COMPRESSION_RATIO was missing some data and using compressed data size
instead of file size (which is probably more realistic).
2017-11-07 08:28:29 +00:00
david hill
4f63212145 mcol-1009 and mcol-1014 2017-11-06 17:46:07 -06:00
david hill
6062ac034f Update README
updated version
2017-11-06 08:43:16 -06:00
david hill
3589563cc3 Update README.md
updated version
2017-11-06 08:42:43 -06:00
david hill
43a6465811 add a writeconfig after mysqlrep 2017-11-06 08:35:54 -06:00
david hill
93f8a59ade change version 2017-11-06 08:35:01 -06:00
david hill
2cc3fe6cac changed release version columnstore-1.1.1 2017-11-03 13:45:01 -05:00
david hill
16b4107f65 change release version 2017-11-03 13:44:15 -05:00
david hill
d548793c7c add sudo to systemctl for amazon non-root 2017-11-03 10:04:26 -05:00
david hill
f9bdec3225 MCOL-943 - change to use defauly mysql password logic, reading from the .my.cnf file. changesfrom defaults-file to defulats-extra-file 2017-11-02 16:32:38 -05:00
david hill
646f330bf7 another for for rc.local 2017-10-31 13:41:48 -05:00
david hill
aca653782a change to handle both etc/rc.local and etc/rc.d/rc.local 2017-10-31 11:48:48 -05:00
Andrew Hutchings
5bff4c0f13 Merge pull request #308 from mariadb-corporation/MCOL-963
Mcol 963
2017-10-31 11:14:56 +00:00
David Hall
21e031798c MCOL-963 only set isNewQuery on INFINIDB_CREATE_VTABLE 2017-10-30 18:07:27 -05:00
David Hall
97eb46213b MCOL-963 reset infinidb_vtable.isNewQuery upon error. Add redo (REDO_PHASE1) counter. 2017-10-30 18:05:19 -05:00
david hill
ed018e8418 Merge branch 'develop-1.1' of https://github.com/mariadb-corporation/mariadb-columnstore-engine into develop-1.1 2017-10-30 13:42:41 -05:00
david hill
6277371669 MCOL-938 - fixed server-id setup on combo systems 2017-10-30 13:42:31 -05:00
Andrew Hutchings
a347a8f5aa Merge branch 'develop-1.1' into develop 2017-10-30 10:29:30 +00:00
david hill
0139ae1745 Merge pull request #307 from mariadb-corporation/MCOL-991-1.1
MCOL-991 Qualify all uses of tuple<> with boost::
2017-10-27 16:34:57 -05:00
David Hall
37aee9ddd1 MCOL-991 Qualify all uses of tuple<> with boost:: 2017-10-27 16:21:06 -05:00
david hill
8a1d1f7aa8 add DistributedInstall to singlserver xml file, fix comment in procmgr 2017-10-27 13:41:22 -05:00
david hill
af35345273 mcol-938 - fixed pm server ids 2017-10-26 17:38:25 -05:00
david hill
97e8346935 Merge pull request #306 from mariadb-corporation/MCOL-988
MCOL-988: Add DataRedundancyConfig for DBRootPM assignments to upgrades.
2017-10-26 16:50:40 -05:00
Ben Thompson
931298b0a6 MCOL-988: Add DataRedundancyNetworkType to upgrade config files 2017-10-26 16:45:04 -05:00
Ben Thompson
7eb93fe064 MCOL-988: Add DataRedundancyConfig for DBRootPM assignments to upgrades. 2017-10-26 16:11:11 -05:00
david hill
2c358a99ca Merge branch 'develop-1.1' of https://github.com/mariadb-corporation/mariadb-columnstore-engine into develop-1.1 2017-10-26 14:11:36 -05:00
david hill
2d8439c95b add alias note on failed scenerio 2017-10-26 14:11:25 -05:00
Andrew Hutchings
28d26c8901 Merge pull request #304 from mariadb-corporation/MCOL-979-1.0
MCOL-979 getNullValueByType() should return string for all char types
2017-10-26 20:22:27 +03:00
Andrew Hutchings
31456c0519 Merge pull request #305 from mariadb-corporation/MCOL-979-1.1
MCOL-979 getNullValueByType() should return string for all char types
2017-10-26 20:21:58 +03:00
Andrew Hutchings
f6060a2b9a Update VERSION and README files 2017-10-26 17:20:38 +01:00
Andrew Hutchings
01446d1e22 Reformat all code to coding standard 2017-10-26 17:18:17 +01:00
David Hall
4870e5abdc MCOL-979 getNullValueByType() should return string for all char types 2017-10-26 10:56:41 -05:00
David Hall
5ab75385b0 MCOL-979 getNullValueByType() should return string for all char types 2017-10-26 10:54:50 -05:00