1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-09-11 08:50:45 +03:00
Files
mariadb-columnstore-engine/storage-manager
Leonid Fedorov 82421c208f chore(ci): collect asan ubsan and libc++ build with mtr and regression status ignored (#3672)
* MSan added with fixes for libc++

* libc++ sepatare build

* add libc++ to ci

* libstdc++ in CI

* libcpp and msan to external projects

* std::sqrt

* awful_hack(ci): install whole llvm instead of libc++ in terrible way for test containers

* Adding ddeb packages for teststages and repos

* libc++ more for test container

* save some money on debug

* colored coredumps

* revert ci

* chore(ci): collect asan ubsan and libc++ build with mtr and regression status ignored
2025-07-31 00:32:32 +04:00
..

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.