Home
last modified time | relevance | path

Searched refs:MTR_LOG_NO_REDO (Results 1 – 25 of 409) sorted by relevance

12345678910>>...17

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/innodb/r/
H A Dlog_flush_order.result28 # 4. Execute mini transactions with no-redo dirtied pages (MTR_LOG_NO_REDO).
32 # required wait for space there (thanks to MTR_LOG_NO_REDO).
68 # 4. Execute mini transactions with no-redo dirtied pages (MTR_LOG_NO_REDO).
72 # required wait for space there (thanks to MTR_LOG_NO_REDO).
117 # 8. Execute mini transactions with no-redo dirtied pages (MTR_LOG_NO_REDO).
120 # required wait for space there (thanks to MTR_LOG_NO_REDO).
169 # required wait for space there (thanks to MTR_LOG_NO_REDO).
188 # 0. Freeze single no-redo mtr (MTR_LOG_NO_REDO) in mtr0mtr.cc, just
216 # 0. Freeze single no-redo mtr (MTR_LOG_NO_REDO) in mtr0mtr.cc, just
244 # 0. Freeze single no-redo mtr (MTR_LOG_NO_REDO) in mtr0mtr.cc, just
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/mtr/
H A Dmtr0mtr.cc396 if (mode == MTR_LOG_NO_REDO && old_mode == MTR_LOG_ALL) { in set_log_mode()
409 if (mode == MTR_LOG_NO_REDO && mode == old_mode) { in set_log_mode()
538 m_impl.m_log_mode = MTR_LOG_NO_REDO; in check_nolog_and_mark()
550 if (m_impl.m_log_mode == MTR_LOG_NO_REDO) { in check_nolog_and_unmark()
594 (m_impl.m_modifications && m_impl.m_log_mode == MTR_LOG_NO_REDO)) { in commit()
595 ut_ad(!srv_read_only_mode || m_impl.m_log_mode == MTR_LOG_NO_REDO); in commit()
666 case MTR_LOG_NO_REDO: in prepare_write()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/innobase/include/
H A Dmtr0log.inl34 @return buffer, NULL if log mode MTR_LOG_NONE or MTR_LOG_NO_REDO */
46 || mtr_get_log_mode(mtr) == MTR_LOG_NO_REDO) {
64 ut_ad(mtr_get_log_mode(mtr) != MTR_LOG_NO_REDO);
112 || mtr_get_log_mode(mtr) == MTR_LOG_NO_REDO) {
H A Dmtr0mtr.inl206 case MTR_LOG_NO_REDO:
208 ut_ad(mode == MTR_LOG_NO_REDO || mode == MTR_LOG_NONE);
220 /* MTR_LOG_NO_REDO can only be set before generating
222 ut_ad(mode != MTR_LOG_NO_REDO || m_n_log_recs == 0);
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/innobase/include/
H A Dmtr0mtr.inl206 case MTR_LOG_NO_REDO:
208 ut_ad(mode == MTR_LOG_NO_REDO || mode == MTR_LOG_NONE);
220 /* MTR_LOG_NO_REDO can only be set before generating
222 ut_ad(mode != MTR_LOG_NO_REDO || m_n_log_recs == 0);
H A Dmtr0log.inl34 @return buffer, NULL if log mode MTR_LOG_NONE or MTR_LOG_NO_REDO */
46 || mtr_get_log_mode(mtr) == MTR_LOG_NO_REDO) {
64 ut_ad(mtr_get_log_mode(mtr) != MTR_LOG_NO_REDO);
112 || mtr_get_log_mode(mtr) == MTR_LOG_NO_REDO) {
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/innobase/include/
H A Dmtr0mtr.inl206 case MTR_LOG_NO_REDO:
208 ut_ad(mode == MTR_LOG_NO_REDO || mode == MTR_LOG_NONE);
220 /* MTR_LOG_NO_REDO can only be set before generating
222 ut_ad(mode != MTR_LOG_NO_REDO || m_n_log_recs == 0);
H A Dmtr0log.inl34 @return buffer, NULL if log mode MTR_LOG_NONE or MTR_LOG_NO_REDO */
46 || mtr_get_log_mode(mtr) == MTR_LOG_NO_REDO) {
64 ut_ad(mtr_get_log_mode(mtr) != MTR_LOG_NO_REDO);
112 || mtr_get_log_mode(mtr) == MTR_LOG_NO_REDO) {
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/innobase/include/
H A Dmtr0mtr.inl206 case MTR_LOG_NO_REDO:
208 ut_ad(mode == MTR_LOG_NO_REDO || mode == MTR_LOG_NONE);
220 /* MTR_LOG_NO_REDO can only be set before generating
222 ut_ad(mode != MTR_LOG_NO_REDO || m_n_log_recs == 0);
H A Dmtr0log.inl34 @return buffer, NULL if log mode MTR_LOG_NONE or MTR_LOG_NO_REDO */
46 || mtr_get_log_mode(mtr) == MTR_LOG_NO_REDO) {
64 ut_ad(mtr_get_log_mode(mtr) != MTR_LOG_NO_REDO);
112 || mtr_get_log_mode(mtr) == MTR_LOG_NO_REDO) {
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/innobase/mtr/
H A Dmtr0mtr.cc433 && (m_n_log_recs || m_log_mode == MTR_LOG_NO_REDO)) in commit()
435 ut_ad(!srv_read_only_mode || m_log_mode == MTR_LOG_NO_REDO); in commit()
610 case MTR_LOG_NO_REDO: in is_named_space()
631 case MTR_LOG_NO_REDO: in is_named_space()
661 ut_ad(get_log_mode() != MTR_LOG_NO_REDO in x_lock_space()
724 ut_ad(m_log_mode == MTR_LOG_NO_REDO); in prepare_write()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/innobase/mtr/
H A Dmtr0mtr.cc433 && (m_n_log_recs || m_log_mode == MTR_LOG_NO_REDO)) in commit()
435 ut_ad(!srv_read_only_mode || m_log_mode == MTR_LOG_NO_REDO); in commit()
610 case MTR_LOG_NO_REDO: in is_named_space()
631 case MTR_LOG_NO_REDO: in is_named_space()
661 ut_ad(get_log_mode() != MTR_LOG_NO_REDO in x_lock_space()
724 ut_ad(m_log_mode == MTR_LOG_NO_REDO); in prepare_write()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/innobase/mtr/
H A Dmtr0mtr.cc433 && (m_n_log_recs || m_log_mode == MTR_LOG_NO_REDO)) in commit()
435 ut_ad(!srv_read_only_mode || m_log_mode == MTR_LOG_NO_REDO); in commit()
610 case MTR_LOG_NO_REDO: in is_named_space()
631 case MTR_LOG_NO_REDO: in is_named_space()
661 ut_ad(get_log_mode() != MTR_LOG_NO_REDO in x_lock_space()
725 ut_ad(m_log_mode == MTR_LOG_NO_REDO); in prepare_write()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/innobase/mtr/
H A Dmtr0mtr.cc433 && (m_n_log_recs || m_log_mode == MTR_LOG_NO_REDO)) in commit()
435 ut_ad(!srv_read_only_mode || m_log_mode == MTR_LOG_NO_REDO); in commit()
610 case MTR_LOG_NO_REDO: in is_named_space()
631 case MTR_LOG_NO_REDO: in is_named_space()
661 ut_ad(get_log_mode() != MTR_LOG_NO_REDO in x_lock_space()
725 ut_ad(m_log_mode == MTR_LOG_NO_REDO); in prepare_write()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/innobase/include/
H A Dmtr0log.ic42 @return buffer, NULL if log mode MTR_LOG_NONE or MTR_LOG_NO_REDO */
54 || mtr_get_log_mode(mtr) == MTR_LOG_NO_REDO) {
72 ut_ad(mtr_get_log_mode(mtr) != MTR_LOG_NO_REDO);
121 || mtr_get_log_mode(mtr) == MTR_LOG_NO_REDO) {
H A Dmtr0mtr.ic219 case MTR_LOG_NO_REDO:
221 ut_ad(mode == MTR_LOG_NO_REDO || mode == MTR_LOG_NONE);
233 /* MTR_LOG_NO_REDO can only be set before generating
235 ut_ad(mode != MTR_LOG_NO_REDO
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/innobase/include/
H A Dmtr0log.ic42 @return buffer, NULL if log mode MTR_LOG_NONE or MTR_LOG_NO_REDO */
54 || mtr_get_log_mode(mtr) == MTR_LOG_NO_REDO) {
72 ut_ad(mtr_get_log_mode(mtr) != MTR_LOG_NO_REDO);
121 || mtr_get_log_mode(mtr) == MTR_LOG_NO_REDO) {
H A Dmtr0mtr.ic219 case MTR_LOG_NO_REDO:
221 ut_ad(mode == MTR_LOG_NO_REDO || mode == MTR_LOG_NONE);
233 /* MTR_LOG_NO_REDO can only be set before generating
235 ut_ad(mode != MTR_LOG_NO_REDO
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/innobase/include/
H A Dmtr0mtr.ic219 case MTR_LOG_NO_REDO:
221 ut_ad(mode == MTR_LOG_NO_REDO || mode == MTR_LOG_NONE);
233 /* MTR_LOG_NO_REDO can only be set before generating
235 ut_ad(mode != MTR_LOG_NO_REDO
H A Dmtr0log.ic41 @return buffer, NULL if log mode MTR_LOG_NONE or MTR_LOG_NO_REDO */
53 || mtr_get_log_mode(mtr) == MTR_LOG_NO_REDO) {
71 ut_ad(mtr_get_log_mode(mtr) != MTR_LOG_NO_REDO);
120 || mtr_get_log_mode(mtr) == MTR_LOG_NO_REDO) {
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/include/
H A Dmtr0mtr.ic219 case MTR_LOG_NO_REDO:
221 ut_ad(mode == MTR_LOG_NO_REDO || mode == MTR_LOG_NONE);
233 /* MTR_LOG_NO_REDO can only be set before generating
235 ut_ad(mode != MTR_LOG_NO_REDO
H A Dmtr0log.ic41 @return buffer, NULL if log mode MTR_LOG_NONE or MTR_LOG_NO_REDO */
53 || mtr_get_log_mode(mtr) == MTR_LOG_NO_REDO) {
71 ut_ad(mtr_get_log_mode(mtr) != MTR_LOG_NO_REDO);
120 || mtr_get_log_mode(mtr) == MTR_LOG_NO_REDO) {
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/innobase/include/
H A Dmtr0mtr.ic219 case MTR_LOG_NO_REDO:
221 ut_ad(mode == MTR_LOG_NO_REDO || mode == MTR_LOG_NONE);
233 /* MTR_LOG_NO_REDO can only be set before generating
235 ut_ad(mode != MTR_LOG_NO_REDO
H A Dmtr0log.ic42 @return buffer, NULL if log mode MTR_LOG_NONE or MTR_LOG_NO_REDO */
54 || mtr_get_log_mode(mtr) == MTR_LOG_NO_REDO) {
72 ut_ad(mtr_get_log_mode(mtr) != MTR_LOG_NO_REDO);
121 || mtr_get_log_mode(mtr) == MTR_LOG_NO_REDO) {
/dports/databases/mysql57-client/mysql-5.7.36/storage/innobase/include/
H A Dmtr0log.ic41 @return buffer, NULL if log mode MTR_LOG_NONE or MTR_LOG_NO_REDO */
53 || mtr_get_log_mode(mtr) == MTR_LOG_NO_REDO) {
71 ut_ad(mtr_get_log_mode(mtr) != MTR_LOG_NO_REDO);
120 || mtr_get_log_mode(mtr) == MTR_LOG_NO_REDO) {

12345678910>>...17