mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
my-innodb-heavy-4G.cnf.sh:
I fixed the typos in the transaction-isolation comments. I fixed the spelling mistakes in the comment. It had tripped up a support customer as they couldn't start the server with transaction-isolation= read-commited
This commit is contained in:
parent
c5eb9f1e4c
commit
35942c09de
2 changed files with 2 additions and 1 deletions
|
@ -104,6 +104,7 @@ magnus@neptunus.(none)
|
|||
magnus@shellback.(none)
|
||||
marko@hundin.mysql.fi
|
||||
mats@mysql.com
|
||||
matt@booty.(none)
|
||||
matt@mysql.com
|
||||
matthias@three.local.lan
|
||||
miguel@hegel.(none)
|
||||
|
|
|
@ -177,7 +177,7 @@ default_table_type = MYISAM
|
|||
thread_stack = 192K
|
||||
|
||||
# Set the default transaction isolation level. Levels available are:
|
||||
# READ-UNCOMMITED, READ-COMMITED, REPEATABLE-READ, SERIALIZABLE
|
||||
# READ-UNCOMMITTED, READ-COMMITTED, REPEATABLE-READ, SERIALIZABLE
|
||||
transaction_isolation = REPEATABLE-READ
|
||||
|
||||
# Maximum size for internal (in-memory) temporary tables. If a table
|
||||
|
|
Loading…
Reference in a new issue