mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-29 13:07:50 +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:
|
``1`` to ``2`` can result with huge gain in Kea performance. It can be set per session for testing:
|
||||||
|
|
||||||
.. code-block:: mysql
|
.. code-block:: mysql
|
||||||
|
|
||||||
mysql> SET GLOBAL innodb_flush_log_at_trx_commit=2;
|
mysql> SET GLOBAL innodb_flush_log_at_trx_commit=2;
|
||||||
mysql> SHOW SESSION VARIABLES LIKE 'innodb_flush_log%';
|
mysql> SHOW SESSION VARIABLES LIKE 'innodb_flush_log%';
|
||||||
|
|
||||||
or permanently in ``/etc/mysql/my.cnf``:
|
or permanently in ``/etc/mysql/my.cnf``:
|
||||||
|
|
||||||
.. code-block:: mysql
|
.. code-block:: mysql
|
||||||
|
|
||||||
[mysqld]
|
[mysqld]
|
||||||
innodb_flush_log_at_trx_commit=2
|
innodb_flush_log_at_trx_commit=2
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user