1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-08 14:22:09 +03:00

Added a couple config params for storagemanager.

This commit is contained in:
Patrick LeBlanc
2019-06-03 09:43:05 -05:00
parent 3d67df18bf
commit 42b79bd5e7
2 changed files with 4 additions and 0 deletions

View File

@@ -548,6 +548,8 @@
<Port>0</Port>
</QueryTele>
<StorageManager>
<Enabled>N</Enabled>
<Location>/usr/local/bin</Location>
<MaxSockets>30</MaxSockets>
</StorageManager>
</Columnstore>

View File

@@ -539,6 +539,8 @@
<Port>0</Port>
</QueryTele>
<StorageManager>
<Enabled>N</Enabled>
<Location>/usr/local/bin</Location>
<MaxSockets>30</MaxSockets>
</StorageManager>
</Columnstore>