Commit 04bf72be authored by heikki@donna.mysql.fi's avatar heikki@donna.mysql.fi

manual.texi Test push in 4.0 repository

parent 3ebd8c76
...@@ -37506,7 +37506,7 @@ Can't initialize InnoDB as 'innodb_data_file_path' is not set ...@@ -37506,7 +37506,7 @@ Can't initialize InnoDB as 'innodb_data_file_path' is not set
InnoDB provides MySQL with a transaction-safe table handler with InnoDB provides MySQL with a transaction-safe table handler with
commit, rollback, and crash recovery capabilities. InnoDB does commit, rollback, and crash recovery capabilities. InnoDB does
locking on row level, and also provides an Oracle-style consistent locking on row level, and also provides an Oracle-style consistent
non-locking read in @code{SELECTS}, which increases transaction non-locking read in @code{SELECT}s, which increases transaction
concurrency. There is not need for lock escalation in InnoDB, concurrency. There is not need for lock escalation in InnoDB,
because row level locks in InnoDB fit in very small space. because row level locks in InnoDB fit in very small space.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment