1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

MWL#163 lp:798213: Remove the --innodb-release-locks-early feature.

The bug lp:798213 exposes a design flaw in --innodb-release-locks-early.
It does not work with InnoDB crash recovery, so it breaks transactional
integrety. So remove the feature.
This commit is contained in:
unknown
2011-07-05 15:28:15 +02:00
parent 371d514fdb
commit d93b4c5394
7 changed files with 1 additions and 324 deletions

View File

@@ -351,9 +351,6 @@ extern ulint srv_buf_pool_reads;
/** Time in seconds between automatic buffer pool dumps */
extern uint srv_auto_lru_dump;
/** Release row locks already in the prepare phase */
extern my_bool innobase_release_locks_early;
/** Status variables to be passed to MySQL */
typedef struct export_var_struct export_struc;