Browse Source

switch tx isolatn mode to read committed

umbrel
kenshin-samourai 4 years ago
parent
commit
f4d292193c
  1. 3
      docker/my-dojo/mysql/mysql-default.cnf
  2. 1
      docker/my-dojo/mysql/mysql-low_mem.cnf

3
docker/my-dojo/mysql/mysql-default.cnf

@ -1,2 +1,3 @@
[mysqld]
sql_mode="NO_ENGINE_SUBSTITUTION"
sql_mode="NO_ENGINE_SUBSTITUTION"
transaction_isolation=READ-COMMITTED

1
docker/my-dojo/mysql/mysql-low_mem.cnf

@ -1,5 +1,6 @@
[mysqld]
sql_mode="NO_ENGINE_SUBSTITUTION"
transaction_isolation=READ-COMMITTED
performance_schema=off
innodb_buffer_pool_size=128M
innodb_buffer_pool_chunk_size=16M

Loading…
Cancel
Save