1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00
Commit Graph

6 Commits

Author SHA1 Message Date
04752ec546 clang format apply 2022-01-21 16:43:49 +00:00
8ff81e5d45 MCOL-4347: catch exceptions during smcat/smls/smput/smrm on IOC::get() 2020-10-15 15:49:51 -05:00
281443cb0a Wrote a version of mergejournal that uses more mem but reduces the io op
requirement.  Added a safety valve; if the journal file is > 100MB, it
will fall back to the previous IO op heavy but mem friendly version.

This also includes a compiler warning fix for smls & smput.
2019-08-22 16:38:27 -05:00
47a662b231 MCOL-3438. Made it more sensible. Ownership is still confusing even to
me, the author, but this makes the view of the SM-managed files consistent
for the sm* toolkit.
2019-08-20 15:06:21 -05:00
815a0fda9f All tools will now work when SM is on- and offline. 2019-08-16 16:01:59 -05:00
fba0c1728c Relocating everything in the repo s.t. it can be merged into
the columnstore repo.
2019-08-14 11:07:24 -05:00