1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

MCOL-5719: Move ownership mechanism to KV storage. (#3266)

* MCOL-5719 Move ownership mechanism to FDB
This commit is contained in:
Denis Khalikov
2024-11-09 22:47:04 +03:00
committed by GitHub
parent 8ae5a3da40
commit a6eb5ca689
11 changed files with 287 additions and 72 deletions

View File

@ -212,6 +212,7 @@ clean_old_installation()
rm -rf /etc/mysql
rm -rf /etc/my.cnf.d/columnstore.cnf
rm -rf /etc/mysql/mariadb.conf.d/columnstore.cnf
fdbcli --exec "writemode on; clearrange SM_A SM_z"
}
build()