Vettabase / mariadb-columnstore-vagrant

GNU General Public License v3.0
1 stars 0 forks source link

redundant loop + if #25

Closed federico-razzoli closed 5 months ago

federico-razzoli commented 5 months ago

https://github.com/Vettabase/mariadb-columnstore-vagrant/blame/0d60b442a09ad06062a3ea82434aba10e839ed60/install.sh#L210

I think you can remove the loop and the if and use $MDB_CLUSTER_SIZE instead of $i

rcbensley commented 5 months ago

This isn't needed anymore. But MDB_CLUSTER_SIZE is not iterated when creating directories on each host.