332
317
that mtr holds an x-latch on the tree. */
337
322
dict_index_t* index, /*!< in: index */
338
323
ulint level, /*!< in: level, must be > 0 */
339
324
dtuple_t* tuple, /*!< in: the record to be inserted */
342
325
mtr_t* mtr); /*!< in: mtr */
343
# define btr_insert_on_non_leaf_level(i,l,t,m) \
344
btr_insert_on_non_leaf_level_func(i,l,t,__FILE__,__LINE__,m)
345
326
#endif /* !UNIV_HOTBACKUP */
346
327
/****************************************************************//**
347
328
Sets a record as the predefined minimum record. */