1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-11-25 20:23:16 +03:00
Files
mariadb-columnstore-engine/storage-manager
Patrick LeBlanc 359beb9c96 Suppressed logging self-correcting problems.
It will start logging as an err if it does not self-correct after 10 attempts,
and will escalate to crit after 20 attempts.

Also fixed a silly error where it was checking the file size after it
deleted the file.
2020-05-27 16:36:18 -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.