mirror of
https://github.com/MariaDB/server.git
synced 2025-12-07 17:42:39 +03:00
IT IS DONE IN-PLACE With change buffer enabled, InnoDB doesn't write a transaction log record when it merges a record from the insert buffer to an secondary index page if the insertion is performed as an update-in-place. Fixed by logging the 'update-in-place' operation on secondary index pages. Approved by Marko. rb#2429
7 lines
200 B
PHP
7 lines
200 B
PHP
if (!`SHOW VARIABLES LIKE 'innodb_change_buffering_debug'`)
|
|
{
|
|
# innodb_change_buffering_debug is enabled by UNIV_DEBUG or
|
|
# UNIV_IBUF_DEBUG
|
|
--skip Test requires binary with UNIV_DEBUG enabled
|
|
}
|