1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-18 13:54:11 +03:00
Commit Graph

17 Commits

Author SHA1 Message Date
Patrick LeBlanc
9a3eae4a27 Made the write/append tasks work in 1MB chunks.
Made the read task send a proper error response.
2019-01-30 13:00:48 -06:00
Patrick LeBlanc
a24a28fa34 Merge branch 'develop' of github.com:pleblanc1976/storage-manager into develop 2019-01-30 10:25:18 -06:00
Patrick LeBlanc
9a7f793c7f Integrated IOCoordinator with the posix tasks. 2019-01-30 10:24:37 -06:00
Ben Thompson
31bbcac9de add main.cpp 2019-01-29 16:51:44 -06:00
Patrick LeBlanc
f10bcc0774 First cut of IOCoordinator. It builds, but is untested. 2019-01-29 16:36:05 -06:00
Patrick LeBlanc
9bad261489 Got it to build. 2019-01-29 13:14:48 -06:00
Patrick LeBlanc
2624dc048d Merge branch 'develop' into CRP 2019-01-29 10:03:59 -06:00
Ben Thompson
5a56cbe089 Add StorageManager CMakeLists 2019-01-29 10:02:11 -06:00
Patrick LeBlanc
8d926202ac Finished first cut of CRP & PosixTasks. No way it builds yet. 2019-01-29 09:52:14 -06:00
Patrick LeBlanc
b38c92738c EOD checkpoint. Finished first cut of the harder posix tasks. 2019-01-28 17:26:09 -06:00
Patrick LeBlanc
0d74c32d08 Checkpointing. 2019-01-28 15:14:01 -06:00
Patrick LeBlanc
5d894b9a77 Checkpointing work on CRP & posix tasks. 2019-01-28 08:05:22 -06:00
Patrick LeBlanc
b23d507eaa Fixed parsing errors in messageFormat.h. 2019-01-23 13:04:38 -06:00
Patrick LeBlanc
e420aab9bf Added a comment documenting the format of the messages
between SM and clients.
2019-01-22 16:03:37 -06:00
Patrick LeBlanc
50daf50b82 Changed the message magic from a macro to a const uint. 2019-01-21 16:39:09 -06:00
Patrick LeBlanc
20b0d3b88b initial commit of the message format definitions. 2019-01-17 10:34:19 -06:00
Patrick LeBlanc
26a04f67d3 Initial commit 2019-01-17 10:28:31 -06:00