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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user