1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-10 01:22:48 +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> <Port>0</Port>
</QueryTele> </QueryTele>
<StorageManager> <StorageManager>
<Enabled>N</Enabled>
<Location>/usr/local/bin</Location>
<MaxSockets>30</MaxSockets> <MaxSockets>30</MaxSockets>
</StorageManager> </StorageManager>
</Columnstore> </Columnstore>

View File

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