@@ -5,22 +5,21 @@ export INSTANCE=1
5
5
––– input –––
6
6
mysql -h0 -P1306 -e "SHOW SETTINGS;"
7
7
––– output –––
8
- +---------------------------------------+------------------------------------------------------------+
9
- | Setting_name | Value |
10
- +---------------------------------------+------------------------------------------------------------+
11
- | configuration_file | /.clt/test/clt-tests/base/searchd-with-flexible-ports.conf |
12
- | worker_pid | %{NUMBER} |
13
- | searchd.listen | %{IPADDR}:%{NUMBER}:mysql41 |
14
- | searchd.listen | %{IPADDR}:%{NUMBER} |
15
- | searchd.listen | %{IPADDR}:%{NUMBER}:http |
16
- | searchd.log | /var/log/manticore-1/searchd.log |
17
- | searchd.query_log | /var/log/manticore-1/query.log |
18
- | searchd.pid_file | /var/log/manticore-1/searchd.pid |
19
- | searchd.data_dir | /var/log/manticore-1 |
20
- | searchd.query_log_format | sphinxql |
21
- | searchd.query_log_commands | 1 |
22
- | searchd.diskchunk_flush_write_timeout | -1 |
23
- | searchd.binlog_path | /var/log/manticore-1/binlog |
24
- | common.plugin_dir | /usr/local/lib/manticore |
25
- | common.lemmatizer_base | /usr/share/manticore/morph/ |
26
- +---------------------------------------+------------------------------------------------------------+
8
+ +----------------------------+------------------------------------------------------------+
9
+ | Setting_name | Value |
10
+ +----------------------------+------------------------------------------------------------+
11
+ | configuration_file | /.clt/test/clt-tests/base/searchd-with-flexible-ports.conf |
12
+ | worker_pid | %{NUMBER} |
13
+ | searchd.listen | %{IPADDR}:%{NUMBER}:mysql41 |
14
+ | searchd.listen | %{IPADDR}:%{NUMBER} |
15
+ | searchd.listen | %{IPADDR}:%{NUMBER}:http |
16
+ | searchd.log | /var/log/manticore-1/searchd.log |
17
+ | searchd.query_log | /var/log/manticore-1/query.log |
18
+ | searchd.pid_file | /var/log/manticore-1/searchd.pid |
19
+ | searchd.data_dir | /var/log/manticore-1 |
20
+ | searchd.query_log_format | sphinxql |
21
+ | searchd.query_log_commands | 1 |
22
+ | searchd.binlog_path | /var/log/manticore-1/binlog |
23
+ | common.plugin_dir | /usr/local/lib/manticore |
24
+ | common.lemmatizer_base | /usr/share/manticore/ |
25
+ +----------------------------+------------------------------------------------------------+
0 commit comments