You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-27 21:01:50 +03:00
* configcpp refactored * chore(build): massive removals, auto add files to debian install file * chore(build): configure before autobake * chore(build): use custom cmake commands for components, mariadb-plugin-columnstore.install generated * chore(build): install deps as separate step for build-packages * more deps * chore(codemanagement, build): build refactoring stage2 * chore(safety): Locked Map for MessageqCpp with a simpler way Please enter the commit message for your changes. Lines starting * chore(codemanagement, ci): better coredumps handling, deps fixed * Delete build/bootstrap_mcs.py * Update charset.cpp (add license)
Note, this used to be a seperate repo (SM). To merge it into the ColumnStore repo (CS), all of the files in SM were moved to the dir we want them in after they are merged into the CS repo, using 'git mv'. 'git mv' sort of nukes and sort of preserves history. 'git log' by default does not follow history past renames. 'git log --follow' does, but only for single files. If for some reason you need the history of a file, use 'git log --follow'. If you need the history of a wider scope, look at the original SM repo at http://github.com/pleblanc1976/storage-manager.