1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-05 16:15:50 +03:00
Commit Graph

14 Commits

Author SHA1 Message Date
Leonid Fedorov
030144127e Remove boost shared array [develop 23.02] (#2812)
* remove boost/shared_array include

* replace boost::shared_array<T> to std::shared_ptr<T[]>
2023-04-17 20:56:09 +03:00
Leonid Fedorov
04752ec546 clang format apply 2022-01-21 16:43:49 +00:00
benthompson15
846f7fb29b MCOL-4193: Delete unused OAM and applications, ProcMon, ProcMgr, and no longer build all tools for packages 2021-02-08 17:51:09 -06:00
Roman Nozdrin
cfce821513 MCOL-4337 Controllernode now tries to establish connections to
all workernodes when initialising
There is a new corresponding XML config options
DBRM_Controller.WorkerConnectionTimeout that controls how long
controllernode waits for wns before it proceeds
2020-10-09 09:12:59 +00:00
benthompson15
accfe3b070 MCOL-3842: we need to delete instances not just release them when a failover happens because the worknodes have changed in configuration files. 2020-04-03 12:17:18 -05:00
Andrew Hutchings
01446d1e22 Reformat all code to coding standard 2017-10-26 17:18:17 +01:00
David.Hall
e87c519f0a Merge pull request #196 from mariadb-corporation/MCOL-769
MCOL-769
2017-07-05 11:56:51 -05:00
Andrew Hutchings
7501cfc1f0 MCOL-769 Add command to get the uncommitted lbids
We need this to be able to commit them
2017-06-16 12:22:53 +01:00
Andrew Hutchings
850d773a78 MCOL-739 Use catalog_tables.size()
Suggested by David Hall. Just in case getTables() is messed up.
2017-06-06 16:30:41 +01:00
Andrew Hutchings
ab9e0a509d MCOL-739 Add command to get the system catalog
Added to DBRM master for use with the the new API so that it can get the
system catalog via the wire protocol.
2017-06-06 14:17:23 +01:00
Andrew Hutchings
830b24c1fa MCOL-529 Pool DBRM connections
DBRM connections are reused so that we don't have a huge amount of
TIME_WAIT sockets when there are large amounts of DML. Also applied to
i_s.columnstore_files
2017-04-14 14:13:15 +01:00
david hill
ed3bc28171 added copyright headers 2016-10-11 10:02:01 -05:00
david hill
897d8d3f3d change snmp to alarm 2016-10-10 17:46:24 -05:00
david hill
f6afc42dd0 the begginning 2016-01-06 14:08:59 -06:00