1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-26 05:02:32 +03:00
Files
mariadb-columnstore-engine/storage-manager
Sam James 20b5dbb617 Add missing includes
These seem to have all fallen out of a recent Boost update to 1.81 which
dropped some internal includes. All of these uses within columnstore
relied on these transitive includes, so explicitly include what we need
to fix build.

Signed-off-by: Sam James <sam@gentoo.org>
2023-01-17 01:18:41 +00:00
..
2022-01-21 16:43:49 +00:00
2023-01-17 01:18:41 +00:00
2022-11-17 12:02:31 -06: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.