mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-29 04:57:52 +00:00
[#963] Fixed sphinx compilation
This commit is contained in:
parent
3338270cbd
commit
a75a043597
@ -349,12 +349,14 @@ Changing MySQL internal value ``innodb_flush_log_at_trx_commit`` from default va
|
||||
``1`` to ``2`` can result with huge gain in Kea performance. It can be set per session for testing:
|
||||
|
||||
.. code-block:: mysql
|
||||
|
||||
mysql> SET GLOBAL innodb_flush_log_at_trx_commit=2;
|
||||
mysql> SHOW SESSION VARIABLES LIKE 'innodb_flush_log%';
|
||||
|
||||
or permanently in ``/etc/mysql/my.cnf``:
|
||||
|
||||
.. code-block:: mysql
|
||||
|
||||
[mysqld]
|
||||
innodb_flush_log_at_trx_commit=2
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user