mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
IB: VTQ cleanups [#305]
* btr_pcur_move_to_prev_user_rec() removed * usage of ut_usectime() removed * other VTQ-related leftovers
This commit is contained in:
committed by
Aleksey Midenkov
parent
ad69c4b722
commit
90c809a61d
@@ -2782,10 +2782,7 @@ row_ins_clust_index_entry_low(
|
||||
|
||||
if (flags
|
||||
== (BTR_CREATE_FLAG | BTR_NO_LOCKING_FLAG
|
||||
| BTR_NO_UNDO_LOG_FLAG | BTR_KEEP_SYS_FLAG) || !thr) {
|
||||
// thr == 0 for SYS_VTQ table
|
||||
ut_ad(thr || flags &
|
||||
(BTR_NO_LOCKING_FLAG | BTR_NO_UNDO_LOG_FLAG | BTR_KEEP_SYS_FLAG));
|
||||
| BTR_NO_UNDO_LOG_FLAG | BTR_KEEP_SYS_FLAG)) {
|
||||
/* Set no locks when applying log
|
||||
in online table rebuild. Only check for duplicates. */
|
||||
err = row_ins_duplicate_error_in_clust_online(
|
||||
@@ -3986,4 +3983,3 @@ error_handling:
|
||||
|
||||
return(thr);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user