mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Merge mysql-5.1 to mysql-5.5.
This commit is contained in:
commit
82fec153b7
1 changed files with 5 additions and 0 deletions
|
@ -408,7 +408,12 @@ btr_cur_search_to_nth_level(
|
|||
ut_ad(dict_index_check_search_tuple(index, tuple));
|
||||
ut_ad(!dict_index_is_ibuf(index) || ibuf_inside(mtr));
|
||||
ut_ad(dtuple_check_typed(tuple));
|
||||
ut_ad(index->page != FIL_NULL);
|
||||
|
||||
UNIV_MEM_INVALID(&cursor->up_match, sizeof cursor->up_match);
|
||||
UNIV_MEM_INVALID(&cursor->up_bytes, sizeof cursor->up_bytes);
|
||||
UNIV_MEM_INVALID(&cursor->low_match, sizeof cursor->low_match);
|
||||
UNIV_MEM_INVALID(&cursor->low_bytes, sizeof cursor->low_bytes);
|
||||
#ifdef UNIV_DEBUG
|
||||
cursor->up_match = ULINT_UNDEFINED;
|
||||
cursor->low_match = ULINT_UNDEFINED;
|
||||
|
|
Loading…
Add table
Reference in a new issue