2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-28 20:47:48 +00:00

[#963] Fixed sphinx compilation

This commit is contained in:
Tomek Mrugalski 2020-01-24 11:54:42 +01:00
parent 3338270cbd
commit a75a043597

View File

@ -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