Home
last modified time | relevance | path

Searched refs:new_rec_size (Results 1 – 25 of 34) sorted by relevance

12

/dports/science/py-pymol/pymol-open-source-2.4.0/layer0/
H A DUtil.cpp275 void UtilExpandArrayElements(void *src,void *dst,int n_entries,int old_rec_size,int new_rec_size) in UtilExpandArrayElements() argument
283 q=((char*)dst)+(new_rec_size*a); in UtilExpandArrayElements()
284 q_stop=q+new_rec_size; in UtilExpandArrayElements()
H A DUtil.h61 int new_rec_size);
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/btr/
H A Dbtr0cur.cc3542 ulint new_rec_size; in btr_cur_optimistic_update() local
3631 new_rec_size = rec_get_converted_size(index, new_entry); in btr_cur_optimistic_update()
3642 new_rec_size, true, mtr)) { in btr_cur_optimistic_update()
3650 if (new_rec_size >= REC_MAX_DATA_SIZE) { in btr_cur_optimistic_update()
3656 if (UNIV_UNLIKELY(new_rec_size >= in btr_cur_optimistic_update()
3665 if (UNIV_UNLIKELY(page_get_data_size(page) - old_rec_size + new_rec_size < in btr_cur_optimistic_update()
3688 (max_size >= new_rec_size)) || in btr_cur_optimistic_update()
/dports/databases/mysql55-client/mysql-5.5.62/storage/innobase/btr/
H A Dbtr0cur.c1996 ulint new_rec_size; in btr_cur_optimistic_update() local
2070 new_rec_size = rec_get_converted_size(index, new_entry, 0); in btr_cur_optimistic_update()
2079 new_rec_size, TRUE, mtr)) { in btr_cur_optimistic_update()
2084 if (UNIV_UNLIKELY(new_rec_size in btr_cur_optimistic_update()
2093 - old_rec_size + new_rec_size in btr_cur_optimistic_update()
2115 && (max_size >= new_rec_size)) in btr_cur_optimistic_update()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/innobase/btr/
H A Dbtr0cur.cc2130 ulint new_rec_size; in btr_cur_optimistic_update() local
2215 new_rec_size = rec_get_converted_size(index, new_entry, 0); in btr_cur_optimistic_update()
2225 new_rec_size, true, mtr)) { in btr_cur_optimistic_update()
2232 if (UNIV_UNLIKELY(new_rec_size in btr_cur_optimistic_update()
2243 - old_rec_size + new_rec_size in btr_cur_optimistic_update()
2266 && (max_size >= new_rec_size)) in btr_cur_optimistic_update()
/dports/databases/mysql56-client/mysql-5.6.51/storage/innobase/btr/
H A Dbtr0cur.cc2130 ulint new_rec_size; in btr_cur_optimistic_update() local
2215 new_rec_size = rec_get_converted_size(index, new_entry, 0); in btr_cur_optimistic_update()
2225 new_rec_size, true, mtr)) { in btr_cur_optimistic_update()
2232 if (UNIV_UNLIKELY(new_rec_size in btr_cur_optimistic_update()
2243 - old_rec_size + new_rec_size in btr_cur_optimistic_update()
2266 && (max_size >= new_rec_size)) in btr_cur_optimistic_update()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/innobase/btr/
H A Dbtr0cur.cc4565 ulint new_rec_size; in btr_cur_optimistic_update() local
4661 new_rec_size = rec_get_converted_size(index, new_entry, 0); in btr_cur_optimistic_update()
4671 if (page_zip_rec_needs_ext(new_rec_size, page_is_comp(page), in btr_cur_optimistic_update()
4679 new_rec_size, true, mtr)) { in btr_cur_optimistic_update()
4687 if (new_rec_size >= COMPRESSED_REC_MAX_DATA_SIZE || in btr_cur_optimistic_update()
4689 && new_rec_size >= REDUNDANT_REC_MAX_DATA_SIZE)) { in btr_cur_optimistic_update()
4695 if (UNIV_UNLIKELY(new_rec_size in btr_cur_optimistic_update()
4706 - old_rec_size + new_rec_size in btr_cur_optimistic_update()
4730 && (max_size >= new_rec_size)) in btr_cur_optimistic_update()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/innobase/btr/
H A Dbtr0cur.cc4557 ulint new_rec_size; in btr_cur_optimistic_update() local
4653 new_rec_size = rec_get_converted_size(index, new_entry, 0); in btr_cur_optimistic_update()
4663 if (page_zip_rec_needs_ext(new_rec_size, page_is_comp(page), in btr_cur_optimistic_update()
4671 new_rec_size, true, mtr)) { in btr_cur_optimistic_update()
4679 if (new_rec_size >= COMPRESSED_REC_MAX_DATA_SIZE || in btr_cur_optimistic_update()
4681 && new_rec_size >= REDUNDANT_REC_MAX_DATA_SIZE)) { in btr_cur_optimistic_update()
4687 if (UNIV_UNLIKELY(new_rec_size in btr_cur_optimistic_update()
4698 - old_rec_size + new_rec_size in btr_cur_optimistic_update()
4722 && (max_size >= new_rec_size)) in btr_cur_optimistic_update()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/innobase/btr/
H A Dbtr0cur.cc4557 ulint new_rec_size; in btr_cur_optimistic_update() local
4653 new_rec_size = rec_get_converted_size(index, new_entry, 0); in btr_cur_optimistic_update()
4663 if (page_zip_rec_needs_ext(new_rec_size, page_is_comp(page), in btr_cur_optimistic_update()
4671 new_rec_size, true, mtr)) { in btr_cur_optimistic_update()
4679 if (new_rec_size >= COMPRESSED_REC_MAX_DATA_SIZE || in btr_cur_optimistic_update()
4681 && new_rec_size >= REDUNDANT_REC_MAX_DATA_SIZE)) { in btr_cur_optimistic_update()
4687 if (UNIV_UNLIKELY(new_rec_size in btr_cur_optimistic_update()
4698 - old_rec_size + new_rec_size in btr_cur_optimistic_update()
4722 && (max_size >= new_rec_size)) in btr_cur_optimistic_update()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/innobase/btr/
H A Dbtr0cur.cc4300 ulint new_rec_size; in btr_cur_optimistic_update() local
4394 new_rec_size = rec_get_converted_size(index, new_entry, 0); in btr_cur_optimistic_update()
4404 if (page_zip_rec_needs_ext(new_rec_size, page_is_comp(page), in btr_cur_optimistic_update()
4412 new_rec_size, true, mtr)) { in btr_cur_optimistic_update()
4420 if (new_rec_size >= COMPRESSED_REC_MAX_DATA_SIZE || in btr_cur_optimistic_update()
4422 && new_rec_size >= REDUNDANT_REC_MAX_DATA_SIZE)) { in btr_cur_optimistic_update()
4428 if (UNIV_UNLIKELY(new_rec_size in btr_cur_optimistic_update()
4439 - old_rec_size + new_rec_size in btr_cur_optimistic_update()
4463 && (max_size >= new_rec_size)) in btr_cur_optimistic_update()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/innobase/btr/
H A Dbtr0cur.cc4300 ulint new_rec_size; in btr_cur_optimistic_update() local
4394 new_rec_size = rec_get_converted_size(index, new_entry, 0); in btr_cur_optimistic_update()
4404 if (page_zip_rec_needs_ext(new_rec_size, page_is_comp(page), in btr_cur_optimistic_update()
4412 new_rec_size, true, mtr)) { in btr_cur_optimistic_update()
4420 if (new_rec_size >= COMPRESSED_REC_MAX_DATA_SIZE || in btr_cur_optimistic_update()
4422 && new_rec_size >= REDUNDANT_REC_MAX_DATA_SIZE)) { in btr_cur_optimistic_update()
4428 if (UNIV_UNLIKELY(new_rec_size in btr_cur_optimistic_update()
4439 - old_rec_size + new_rec_size in btr_cur_optimistic_update()
4463 && (max_size >= new_rec_size)) in btr_cur_optimistic_update()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/innobase/btr/
H A Dbtr0cur.cc4565 ulint new_rec_size; in btr_cur_optimistic_update() local
4661 new_rec_size = rec_get_converted_size(index, new_entry, 0); in btr_cur_optimistic_update()
4671 if (page_zip_rec_needs_ext(new_rec_size, page_is_comp(page), in btr_cur_optimistic_update()
4679 new_rec_size, true, mtr)) { in btr_cur_optimistic_update()
4687 if (new_rec_size >= COMPRESSED_REC_MAX_DATA_SIZE || in btr_cur_optimistic_update()
4689 && new_rec_size >= REDUNDANT_REC_MAX_DATA_SIZE)) { in btr_cur_optimistic_update()
4695 if (UNIV_UNLIKELY(new_rec_size in btr_cur_optimistic_update()
4706 - old_rec_size + new_rec_size in btr_cur_optimistic_update()
4730 && (max_size >= new_rec_size)) in btr_cur_optimistic_update()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/innobase/btr/
H A Dbtr0cur.cc2280 ulint new_rec_size; in btr_cur_optimistic_update() local
2366 new_rec_size = rec_get_converted_size(index, new_entry, 0); in btr_cur_optimistic_update()
2376 new_rec_size, true, mtr, thr_get_trx(thr))) { in btr_cur_optimistic_update()
2383 if (UNIV_UNLIKELY(new_rec_size in btr_cur_optimistic_update()
2394 - old_rec_size + new_rec_size in btr_cur_optimistic_update()
2417 && (max_size >= new_rec_size)) in btr_cur_optimistic_update()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/innobase/btr/
H A Dbtr0cur.cc2280 ulint new_rec_size; in btr_cur_optimistic_update() local
2366 new_rec_size = rec_get_converted_size(index, new_entry, 0); in btr_cur_optimistic_update()
2376 new_rec_size, true, mtr, thr_get_trx(thr))) { in btr_cur_optimistic_update()
2383 if (UNIV_UNLIKELY(new_rec_size in btr_cur_optimistic_update()
2394 - old_rec_size + new_rec_size in btr_cur_optimistic_update()
2417 && (max_size >= new_rec_size)) in btr_cur_optimistic_update()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/innobase/btr/
H A Dbtr0cur.cc2280 ulint new_rec_size; in btr_cur_optimistic_update() local
2366 new_rec_size = rec_get_converted_size(index, new_entry, 0); in btr_cur_optimistic_update()
2376 new_rec_size, true, mtr, thr_get_trx(thr))) { in btr_cur_optimistic_update()
2383 if (UNIV_UNLIKELY(new_rec_size in btr_cur_optimistic_update()
2394 - old_rec_size + new_rec_size in btr_cur_optimistic_update()
2417 && (max_size >= new_rec_size)) in btr_cur_optimistic_update()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/innobase/btr/
H A Dbtr0cur.cc4115 ulint new_rec_size; in btr_cur_optimistic_update() local
4207 new_rec_size = rec_get_converted_size(index, new_entry, 0); in btr_cur_optimistic_update()
4217 new_rec_size, true, mtr)) { in btr_cur_optimistic_update()
4225 if (new_rec_size >= REC_MAX_DATA_SIZE) { in btr_cur_optimistic_update()
4231 if (UNIV_UNLIKELY(new_rec_size in btr_cur_optimistic_update()
4242 - old_rec_size + new_rec_size in btr_cur_optimistic_update()
4266 && (max_size >= new_rec_size)) in btr_cur_optimistic_update()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/innobase/btr/
H A Dbtr0cur.cc3947 ulint new_rec_size; in btr_cur_optimistic_update() local
4039 new_rec_size = rec_get_converted_size(index, new_entry, 0); in btr_cur_optimistic_update()
4049 new_rec_size, true, mtr)) { in btr_cur_optimistic_update()
4057 if (new_rec_size >= REC_MAX_DATA_SIZE) { in btr_cur_optimistic_update()
4063 if (UNIV_UNLIKELY(new_rec_size in btr_cur_optimistic_update()
4074 - old_rec_size + new_rec_size in btr_cur_optimistic_update()
4098 && (max_size >= new_rec_size)) in btr_cur_optimistic_update()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/innobase/btr/
H A Dbtr0cur.cc4115 ulint new_rec_size; in btr_cur_optimistic_update() local
4207 new_rec_size = rec_get_converted_size(index, new_entry, 0); in btr_cur_optimistic_update()
4217 new_rec_size, true, mtr)) { in btr_cur_optimistic_update()
4225 if (new_rec_size >= REC_MAX_DATA_SIZE) { in btr_cur_optimistic_update()
4231 if (UNIV_UNLIKELY(new_rec_size in btr_cur_optimistic_update()
4242 - old_rec_size + new_rec_size in btr_cur_optimistic_update()
4266 && (max_size >= new_rec_size)) in btr_cur_optimistic_update()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/innobase/btr/
H A Dbtr0cur.cc4115 ulint new_rec_size; in btr_cur_optimistic_update() local
4207 new_rec_size = rec_get_converted_size(index, new_entry, 0); in btr_cur_optimistic_update()
4217 new_rec_size, true, mtr)) { in btr_cur_optimistic_update()
4225 if (new_rec_size >= REC_MAX_DATA_SIZE) { in btr_cur_optimistic_update()
4231 if (UNIV_UNLIKELY(new_rec_size in btr_cur_optimistic_update()
4242 - old_rec_size + new_rec_size in btr_cur_optimistic_update()
4266 && (max_size >= new_rec_size)) in btr_cur_optimistic_update()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/btr/
H A Dbtr0cur.cc3947 ulint new_rec_size; in btr_cur_optimistic_update() local
4039 new_rec_size = rec_get_converted_size(index, new_entry, 0); in btr_cur_optimistic_update()
4049 new_rec_size, true, mtr)) { in btr_cur_optimistic_update()
4057 if (new_rec_size >= REC_MAX_DATA_SIZE) { in btr_cur_optimistic_update()
4063 if (UNIV_UNLIKELY(new_rec_size in btr_cur_optimistic_update()
4074 - old_rec_size + new_rec_size in btr_cur_optimistic_update()
4098 && (max_size >= new_rec_size)) in btr_cur_optimistic_update()
/dports/databases/mysql57-client/mysql-5.7.36/storage/innobase/btr/
H A Dbtr0cur.cc3947 ulint new_rec_size; in btr_cur_optimistic_update() local
4039 new_rec_size = rec_get_converted_size(index, new_entry, 0); in btr_cur_optimistic_update()
4049 new_rec_size, true, mtr)) { in btr_cur_optimistic_update()
4057 if (new_rec_size >= REC_MAX_DATA_SIZE) { in btr_cur_optimistic_update()
4063 if (UNIV_UNLIKELY(new_rec_size in btr_cur_optimistic_update()
4074 - old_rec_size + new_rec_size in btr_cur_optimistic_update()
4098 && (max_size >= new_rec_size)) in btr_cur_optimistic_update()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/innobase/gis/
H A Dgis0sea.cc1728 ulint new_rec_size = rec_get_converted_size(index, tuple, 0); in rtr_cur_search_with_match() local
1734 if (rec_offs_size(offsets) < new_rec_size) { in rtr_cur_search_with_match()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/innobase/gis/
H A Dgis0sea.cc1728 ulint new_rec_size = rec_get_converted_size(index, tuple, 0); in rtr_cur_search_with_match() local
1734 if (rec_offs_size(offsets) < new_rec_size) { in rtr_cur_search_with_match()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/innobase/gis/
H A Dgis0sea.cc1728 ulint new_rec_size = rec_get_converted_size(index, tuple, 0); in rtr_cur_search_with_match() local
1734 if (rec_offs_size(offsets) < new_rec_size) { in rtr_cur_search_with_match()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/innobase/gis/
H A Dgis0sea.cc1728 ulint new_rec_size = rec_get_converted_size(index, tuple, 0); in rtr_cur_search_with_match() local
1734 if (rec_offs_size(offsets) < new_rec_size) { in rtr_cur_search_with_match()

12