diff options
author | matt@booty.(none) <> | 2004-12-17 22:25:35 -0500 |
---|---|---|
committer | matt@booty.(none) <> | 2004-12-17 22:25:35 -0500 |
commit | 35942c09de6c6a4f18658624f50adabc5295e1a7 (patch) | |
tree | ae4921cbeeb3fb2c5007fc1e6b02fcda33268c75 /support-files | |
parent | c5eb9f1e4c83dc1c536a2382c9d06857bd383ae2 (diff) | |
download | mariadb-git-35942c09de6c6a4f18658624f50adabc5295e1a7.tar.gz |
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
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/my-innodb-heavy-4G.cnf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/my-innodb-heavy-4G.cnf.sh b/support-files/my-innodb-heavy-4G.cnf.sh index 6def311f474..062d106ce6a 100644 --- a/support-files/my-innodb-heavy-4G.cnf.sh +++ b/support-files/my-innodb-heavy-4G.cnf.sh @@ -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 |