Home
last modified time | relevance | path

Searched refs:btr_op (Results 1 – 19 of 19) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/btr/
H A Dbtr0cur.cc663 btr_op_t btr_op; in btr_cur_search_to_nth_level() local
727 btr_op = BTR_NO_OP; in btr_cur_search_to_nth_level()
730 btr_op = (latch_mode & BTR_IGNORE_SEC_UNIQUE) in btr_cur_search_to_nth_level()
735 btr_op = BTR_DELETE_OP; in btr_cur_search_to_nth_level()
739 btr_op = BTR_DELMARK_OP; in btr_cur_search_to_nth_level()
748 ut_ad(btr_op == BTR_NO_OP || !dict_index_is_ibuf(index)); in btr_cur_search_to_nth_level()
750 ut_ad(btr_op == BTR_NO_OP || !index->is_clustered()); in btr_cur_search_to_nth_level()
752 ut_ad(btr_op == BTR_NO_OP || !index->table->is_temporary()); in btr_cur_search_to_nth_level()
963 if (btr_op != BTR_NO_OP && in btr_cur_search_to_nth_level()
964 ibuf_should_try(index, btr_op != BTR_INSERT_OP)) { in btr_cur_search_to_nth_level()
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/storage/innobase/btr/
H A Dbtr0cur.c400 btr_op_t btr_op; in btr_cur_search_to_nth_level() local
435 btr_op = BTR_NO_OP; in btr_cur_search_to_nth_level()
438 btr_op = (latch_mode & BTR_IGNORE_SEC_UNIQUE) in btr_cur_search_to_nth_level()
443 btr_op = BTR_DELETE_OP; in btr_cur_search_to_nth_level()
447 btr_op = BTR_DELMARK_OP; in btr_cur_search_to_nth_level()
456 ut_ad(btr_op == BTR_NO_OP || !dict_index_is_ibuf(index)); in btr_cur_search_to_nth_level()
458 ut_ad(btr_op == BTR_NO_OP || !dict_index_is_clust(index)); in btr_cur_search_to_nth_level()
584 if (btr_op != BTR_NO_OP in btr_cur_search_to_nth_level()
585 && ibuf_should_try(index, btr_op != BTR_INSERT_OP)) { in btr_cur_search_to_nth_level()
590 buf_mode = btr_op == BTR_DELETE_OP in btr_cur_search_to_nth_level()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/innobase/btr/
H A Dbtr0cur.cc405 btr_op_t btr_op; in btr_cur_search_to_nth_level() local
449 btr_op = BTR_NO_OP; in btr_cur_search_to_nth_level()
452 btr_op = (latch_mode & BTR_IGNORE_SEC_UNIQUE) in btr_cur_search_to_nth_level()
457 btr_op = BTR_DELETE_OP; in btr_cur_search_to_nth_level()
461 btr_op = BTR_DELMARK_OP; in btr_cur_search_to_nth_level()
470 ut_ad(btr_op == BTR_NO_OP || !dict_index_is_ibuf(index)); in btr_cur_search_to_nth_level()
472 ut_ad(btr_op == BTR_NO_OP || !dict_index_is_clust(index)); in btr_cur_search_to_nth_level()
602 if (btr_op != BTR_NO_OP in btr_cur_search_to_nth_level()
603 && ibuf_should_try(index, btr_op != BTR_INSERT_OP)) { in btr_cur_search_to_nth_level()
608 buf_mode = btr_op == BTR_DELETE_OP in btr_cur_search_to_nth_level()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/storage/innobase/btr/
H A Dbtr0cur.cc405 btr_op_t btr_op; in btr_cur_search_to_nth_level() local
449 btr_op = BTR_NO_OP; in btr_cur_search_to_nth_level()
452 btr_op = (latch_mode & BTR_IGNORE_SEC_UNIQUE) in btr_cur_search_to_nth_level()
457 btr_op = BTR_DELETE_OP; in btr_cur_search_to_nth_level()
461 btr_op = BTR_DELMARK_OP; in btr_cur_search_to_nth_level()
470 ut_ad(btr_op == BTR_NO_OP || !dict_index_is_ibuf(index)); in btr_cur_search_to_nth_level()
472 ut_ad(btr_op == BTR_NO_OP || !dict_index_is_clust(index)); in btr_cur_search_to_nth_level()
602 if (btr_op != BTR_NO_OP in btr_cur_search_to_nth_level()
603 && ibuf_should_try(index, btr_op != BTR_INSERT_OP)) { in btr_cur_search_to_nth_level()
608 buf_mode = btr_op == BTR_DELETE_OP in btr_cur_search_to_nth_level()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/innobase/btr/
H A Dbtr0cur.cc450 btr_op_t btr_op; in btr_cur_search_to_nth_level() local
494 btr_op = BTR_NO_OP; in btr_cur_search_to_nth_level()
497 btr_op = (latch_mode & BTR_IGNORE_SEC_UNIQUE) in btr_cur_search_to_nth_level()
502 btr_op = BTR_DELETE_OP; in btr_cur_search_to_nth_level()
506 btr_op = BTR_DELMARK_OP; in btr_cur_search_to_nth_level()
515 ut_ad(btr_op == BTR_NO_OP || !dict_index_is_ibuf(index)); in btr_cur_search_to_nth_level()
517 ut_ad(btr_op == BTR_NO_OP || !dict_index_is_clust(index)); in btr_cur_search_to_nth_level()
648 if (btr_op != BTR_NO_OP in btr_cur_search_to_nth_level()
649 && ibuf_should_try(index, btr_op != BTR_INSERT_OP)) { in btr_cur_search_to_nth_level()
654 buf_mode = btr_op == BTR_DELETE_OP in btr_cur_search_to_nth_level()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/innobase/btr/
H A Dbtr0cur.cc450 btr_op_t btr_op; in btr_cur_search_to_nth_level() local
494 btr_op = BTR_NO_OP; in btr_cur_search_to_nth_level()
497 btr_op = (latch_mode & BTR_IGNORE_SEC_UNIQUE) in btr_cur_search_to_nth_level()
502 btr_op = BTR_DELETE_OP; in btr_cur_search_to_nth_level()
506 btr_op = BTR_DELMARK_OP; in btr_cur_search_to_nth_level()
515 ut_ad(btr_op == BTR_NO_OP || !dict_index_is_ibuf(index)); in btr_cur_search_to_nth_level()
517 ut_ad(btr_op == BTR_NO_OP || !dict_index_is_clust(index)); in btr_cur_search_to_nth_level()
648 if (btr_op != BTR_NO_OP in btr_cur_search_to_nth_level()
649 && ibuf_should_try(index, btr_op != BTR_INSERT_OP)) { in btr_cur_search_to_nth_level()
654 buf_mode = btr_op == BTR_DELETE_OP in btr_cur_search_to_nth_level()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/innobase/btr/
H A Dbtr0cur.cc450 btr_op_t btr_op; in btr_cur_search_to_nth_level() local
494 btr_op = BTR_NO_OP; in btr_cur_search_to_nth_level()
497 btr_op = (latch_mode & BTR_IGNORE_SEC_UNIQUE) in btr_cur_search_to_nth_level()
502 btr_op = BTR_DELETE_OP; in btr_cur_search_to_nth_level()
506 btr_op = BTR_DELMARK_OP; in btr_cur_search_to_nth_level()
515 ut_ad(btr_op == BTR_NO_OP || !dict_index_is_ibuf(index)); in btr_cur_search_to_nth_level()
517 ut_ad(btr_op == BTR_NO_OP || !dict_index_is_clust(index)); in btr_cur_search_to_nth_level()
648 if (btr_op != BTR_NO_OP in btr_cur_search_to_nth_level()
649 && ibuf_should_try(index, btr_op != BTR_INSERT_OP)) { in btr_cur_search_to_nth_level()
654 buf_mode = btr_op == BTR_DELETE_OP in btr_cur_search_to_nth_level()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/innobase/btr/
H A Dbtr0cur.cc808 btr_op_t btr_op; in btr_cur_search_to_nth_level() local
880 btr_op = BTR_NO_OP; in btr_cur_search_to_nth_level()
883 btr_op = (latch_mode & BTR_IGNORE_SEC_UNIQUE) in btr_cur_search_to_nth_level()
888 btr_op = BTR_DELETE_OP; in btr_cur_search_to_nth_level()
892 btr_op = BTR_DELMARK_OP; in btr_cur_search_to_nth_level()
901 ut_ad(btr_op == BTR_NO_OP || !dict_index_is_ibuf(index)); in btr_cur_search_to_nth_level()
903 ut_ad(btr_op == BTR_NO_OP || !dict_index_is_clust(index)); in btr_cur_search_to_nth_level()
1113 if (btr_op != BTR_NO_OP in btr_cur_search_to_nth_level()
1114 && ibuf_should_try(index, btr_op != BTR_INSERT_OP)) { in btr_cur_search_to_nth_level()
1119 buf_mode = btr_op == BTR_DELETE_OP in btr_cur_search_to_nth_level()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/innobase/btr/
H A Dbtr0cur.cc790 btr_op_t btr_op; in btr_cur_search_to_nth_level() local
861 btr_op = BTR_NO_OP; in btr_cur_search_to_nth_level()
864 btr_op = (latch_mode & BTR_IGNORE_SEC_UNIQUE) in btr_cur_search_to_nth_level()
869 btr_op = BTR_DELETE_OP; in btr_cur_search_to_nth_level()
873 btr_op = BTR_DELMARK_OP; in btr_cur_search_to_nth_level()
882 ut_ad(btr_op == BTR_NO_OP || !dict_index_is_ibuf(index)); in btr_cur_search_to_nth_level()
884 ut_ad(btr_op == BTR_NO_OP || !dict_index_is_clust(index)); in btr_cur_search_to_nth_level()
1094 if (btr_op != BTR_NO_OP in btr_cur_search_to_nth_level()
1095 && ibuf_should_try(index, btr_op != BTR_INSERT_OP)) { in btr_cur_search_to_nth_level()
1100 buf_mode = btr_op == BTR_DELETE_OP in btr_cur_search_to_nth_level()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/innobase/btr/
H A Dbtr0cur.cc808 btr_op_t btr_op; in btr_cur_search_to_nth_level() local
880 btr_op = BTR_NO_OP; in btr_cur_search_to_nth_level()
883 btr_op = (latch_mode & BTR_IGNORE_SEC_UNIQUE) in btr_cur_search_to_nth_level()
888 btr_op = BTR_DELETE_OP; in btr_cur_search_to_nth_level()
892 btr_op = BTR_DELMARK_OP; in btr_cur_search_to_nth_level()
901 ut_ad(btr_op == BTR_NO_OP || !dict_index_is_ibuf(index)); in btr_cur_search_to_nth_level()
903 ut_ad(btr_op == BTR_NO_OP || !dict_index_is_clust(index)); in btr_cur_search_to_nth_level()
1113 if (btr_op != BTR_NO_OP in btr_cur_search_to_nth_level()
1114 && ibuf_should_try(index, btr_op != BTR_INSERT_OP)) { in btr_cur_search_to_nth_level()
1119 buf_mode = btr_op == BTR_DELETE_OP in btr_cur_search_to_nth_level()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/innobase/btr/
H A Dbtr0cur.cc808 btr_op_t btr_op; in btr_cur_search_to_nth_level() local
880 btr_op = BTR_NO_OP; in btr_cur_search_to_nth_level()
883 btr_op = (latch_mode & BTR_IGNORE_SEC_UNIQUE) in btr_cur_search_to_nth_level()
888 btr_op = BTR_DELETE_OP; in btr_cur_search_to_nth_level()
892 btr_op = BTR_DELMARK_OP; in btr_cur_search_to_nth_level()
901 ut_ad(btr_op == BTR_NO_OP || !dict_index_is_ibuf(index)); in btr_cur_search_to_nth_level()
903 ut_ad(btr_op == BTR_NO_OP || !dict_index_is_clust(index)); in btr_cur_search_to_nth_level()
1113 if (btr_op != BTR_NO_OP in btr_cur_search_to_nth_level()
1114 && ibuf_should_try(index, btr_op != BTR_INSERT_OP)) { in btr_cur_search_to_nth_level()
1119 buf_mode = btr_op == BTR_DELETE_OP in btr_cur_search_to_nth_level()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/btr/
H A Dbtr0cur.cc790 btr_op_t btr_op; in btr_cur_search_to_nth_level() local
861 btr_op = BTR_NO_OP; in btr_cur_search_to_nth_level()
864 btr_op = (latch_mode & BTR_IGNORE_SEC_UNIQUE) in btr_cur_search_to_nth_level()
869 btr_op = BTR_DELETE_OP; in btr_cur_search_to_nth_level()
873 btr_op = BTR_DELMARK_OP; in btr_cur_search_to_nth_level()
882 ut_ad(btr_op == BTR_NO_OP || !dict_index_is_ibuf(index)); in btr_cur_search_to_nth_level()
884 ut_ad(btr_op == BTR_NO_OP || !dict_index_is_clust(index)); in btr_cur_search_to_nth_level()
1094 if (btr_op != BTR_NO_OP in btr_cur_search_to_nth_level()
1095 && ibuf_should_try(index, btr_op != BTR_INSERT_OP)) { in btr_cur_search_to_nth_level()
1100 buf_mode = btr_op == BTR_DELETE_OP in btr_cur_search_to_nth_level()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/storage/innobase/btr/
H A Dbtr0cur.cc790 btr_op_t btr_op; in btr_cur_search_to_nth_level() local
861 btr_op = BTR_NO_OP; in btr_cur_search_to_nth_level()
864 btr_op = (latch_mode & BTR_IGNORE_SEC_UNIQUE) in btr_cur_search_to_nth_level()
869 btr_op = BTR_DELETE_OP; in btr_cur_search_to_nth_level()
873 btr_op = BTR_DELMARK_OP; in btr_cur_search_to_nth_level()
882 ut_ad(btr_op == BTR_NO_OP || !dict_index_is_ibuf(index)); in btr_cur_search_to_nth_level()
884 ut_ad(btr_op == BTR_NO_OP || !dict_index_is_clust(index)); in btr_cur_search_to_nth_level()
1094 if (btr_op != BTR_NO_OP in btr_cur_search_to_nth_level()
1095 && ibuf_should_try(index, btr_op != BTR_INSERT_OP)) { in btr_cur_search_to_nth_level()
1100 buf_mode = btr_op == BTR_DELETE_OP in btr_cur_search_to_nth_level()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/innobase/btr/
H A Dbtr0cur.cc1280 btr_op_t btr_op; in btr_cur_search_to_nth_level_func() local
1351 btr_op = BTR_NO_OP; in btr_cur_search_to_nth_level_func()
1354 btr_op = (latch_mode & BTR_IGNORE_SEC_UNIQUE) in btr_cur_search_to_nth_level_func()
1359 btr_op = BTR_DELETE_OP; in btr_cur_search_to_nth_level_func()
1363 btr_op = BTR_DELMARK_OP; in btr_cur_search_to_nth_level_func()
1372 ut_ad(btr_op == BTR_NO_OP || !dict_index_is_ibuf(index)); in btr_cur_search_to_nth_level_func()
1374 ut_ad(btr_op == BTR_NO_OP || !dict_index_is_clust(index)); in btr_cur_search_to_nth_level_func()
1601 if (btr_op != BTR_NO_OP in btr_cur_search_to_nth_level_func()
1602 && ibuf_should_try(index, btr_op != BTR_INSERT_OP)) { in btr_cur_search_to_nth_level_func()
1607 buf_mode = btr_op == BTR_DELETE_OP in btr_cur_search_to_nth_level_func()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/innobase/btr/
H A Dbtr0cur.cc1289 btr_op_t btr_op; in btr_cur_search_to_nth_level_func() local
1363 btr_op = BTR_NO_OP; in btr_cur_search_to_nth_level_func()
1366 btr_op = (latch_mode & BTR_IGNORE_SEC_UNIQUE) in btr_cur_search_to_nth_level_func()
1371 btr_op = BTR_DELETE_OP; in btr_cur_search_to_nth_level_func()
1375 btr_op = BTR_DELMARK_OP; in btr_cur_search_to_nth_level_func()
1384 ut_ad(btr_op == BTR_NO_OP || !dict_index_is_ibuf(index)); in btr_cur_search_to_nth_level_func()
1386 ut_ad(btr_op == BTR_NO_OP || !dict_index_is_clust(index)); in btr_cur_search_to_nth_level_func()
1611 if (btr_op != BTR_NO_OP in btr_cur_search_to_nth_level_func()
1612 && ibuf_should_try(index, btr_op != BTR_INSERT_OP)) { in btr_cur_search_to_nth_level_func()
1617 buf_mode = btr_op == BTR_DELETE_OP in btr_cur_search_to_nth_level_func()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/innobase/btr/
H A Dbtr0cur.cc1289 btr_op_t btr_op; in btr_cur_search_to_nth_level_func() local
1363 btr_op = BTR_NO_OP; in btr_cur_search_to_nth_level_func()
1366 btr_op = (latch_mode & BTR_IGNORE_SEC_UNIQUE) in btr_cur_search_to_nth_level_func()
1371 btr_op = BTR_DELETE_OP; in btr_cur_search_to_nth_level_func()
1375 btr_op = BTR_DELMARK_OP; in btr_cur_search_to_nth_level_func()
1384 ut_ad(btr_op == BTR_NO_OP || !dict_index_is_ibuf(index)); in btr_cur_search_to_nth_level_func()
1386 ut_ad(btr_op == BTR_NO_OP || !dict_index_is_clust(index)); in btr_cur_search_to_nth_level_func()
1611 if (btr_op != BTR_NO_OP in btr_cur_search_to_nth_level_func()
1612 && ibuf_should_try(index, btr_op != BTR_INSERT_OP)) { in btr_cur_search_to_nth_level_func()
1617 buf_mode = btr_op == BTR_DELETE_OP in btr_cur_search_to_nth_level_func()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/innobase/btr/
H A Dbtr0cur.cc1154 btr_op_t btr_op; in btr_cur_search_to_nth_level_func() local
1228 btr_op = BTR_NO_OP; in btr_cur_search_to_nth_level_func()
1231 btr_op = (latch_mode & BTR_IGNORE_SEC_UNIQUE) in btr_cur_search_to_nth_level_func()
1236 btr_op = BTR_DELETE_OP; in btr_cur_search_to_nth_level_func()
1240 btr_op = BTR_DELMARK_OP; in btr_cur_search_to_nth_level_func()
1249 ut_ad(btr_op == BTR_NO_OP || !dict_index_is_ibuf(index)); in btr_cur_search_to_nth_level_func()
1251 ut_ad(btr_op == BTR_NO_OP || !dict_index_is_clust(index)); in btr_cur_search_to_nth_level_func()
1476 if (btr_op != BTR_NO_OP in btr_cur_search_to_nth_level_func()
1477 && ibuf_should_try(index, btr_op != BTR_INSERT_OP)) { in btr_cur_search_to_nth_level_func()
1482 buf_mode = btr_op == BTR_DELETE_OP in btr_cur_search_to_nth_level_func()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/innobase/btr/
H A Dbtr0cur.cc1154 btr_op_t btr_op; in btr_cur_search_to_nth_level_func() local
1228 btr_op = BTR_NO_OP; in btr_cur_search_to_nth_level_func()
1231 btr_op = (latch_mode & BTR_IGNORE_SEC_UNIQUE) in btr_cur_search_to_nth_level_func()
1236 btr_op = BTR_DELETE_OP; in btr_cur_search_to_nth_level_func()
1240 btr_op = BTR_DELMARK_OP; in btr_cur_search_to_nth_level_func()
1249 ut_ad(btr_op == BTR_NO_OP || !dict_index_is_ibuf(index)); in btr_cur_search_to_nth_level_func()
1251 ut_ad(btr_op == BTR_NO_OP || !dict_index_is_clust(index)); in btr_cur_search_to_nth_level_func()
1476 if (btr_op != BTR_NO_OP in btr_cur_search_to_nth_level_func()
1477 && ibuf_should_try(index, btr_op != BTR_INSERT_OP)) { in btr_cur_search_to_nth_level_func()
1482 buf_mode = btr_op == BTR_DELETE_OP in btr_cur_search_to_nth_level_func()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/innobase/btr/
H A Dbtr0cur.cc1280 btr_op_t btr_op; in btr_cur_search_to_nth_level_func() local
1351 btr_op = BTR_NO_OP; in btr_cur_search_to_nth_level_func()
1354 btr_op = (latch_mode & BTR_IGNORE_SEC_UNIQUE) in btr_cur_search_to_nth_level_func()
1359 btr_op = BTR_DELETE_OP; in btr_cur_search_to_nth_level_func()
1363 btr_op = BTR_DELMARK_OP; in btr_cur_search_to_nth_level_func()
1372 ut_ad(btr_op == BTR_NO_OP || !dict_index_is_ibuf(index)); in btr_cur_search_to_nth_level_func()
1374 ut_ad(btr_op == BTR_NO_OP || !dict_index_is_clust(index)); in btr_cur_search_to_nth_level_func()
1601 if (btr_op != BTR_NO_OP in btr_cur_search_to_nth_level_func()
1602 && ibuf_should_try(index, btr_op != BTR_INSERT_OP)) { in btr_cur_search_to_nth_level_func()
1607 buf_mode = btr_op == BTR_DELETE_OP in btr_cur_search_to_nth_level_func()
[all …]