Home
last modified time | relevance | path

Searched refs:checkpoint_lsn (Results 1 – 25 of 250) sorted by relevance

12345678910

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/innodb/include/
H A Dlog_flush_order_test_end.inc13 --echo Checkpoint LSN: $checkpoint_lsn
22 --let $assert_cond = $oldest_approx = 0 OR $oldest_approx >= $checkpoint_lsn
23 --let $assert_text = We must not have oldest_lsn_approx < checkpoint_lsn.
32 --echo New checkpoint LSN: $checkpoint_lsn
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/log/
H A Dlog0recv.cc930 recv_sys->checkpoint_lsn = checkpoint_lsn; in recv_log_recover_pre_8_0_4()
931 recv_sys->scanned_lsn = checkpoint_lsn; in recv_log_recover_pre_8_0_4()
943 log_start(log, checkpoint_no + 1, checkpoint_lsn, checkpoint_lsn); in recv_log_recover_pre_8_0_4()
3633 lsn_t checkpoint_lsn = start_lsn; in recv_recovery_begin() local
3716 lsn_t checkpoint_lsn; in recv_recovery_from_checkpoint_start() local
3723 ut_ad(to_lsn >= checkpoint_lsn); in recv_recovery_from_checkpoint_start()
3809 contiguous_lsn = checkpoint_lsn; in recv_recovery_from_checkpoint_start()
3840 if (checkpoint_lsn != flush_lsn) { in recv_recovery_from_checkpoint_start()
3841 if (checkpoint_lsn < flush_lsn) { in recv_recovery_from_checkpoint_start()
3858 contiguous_lsn = checkpoint_lsn; in recv_recovery_from_checkpoint_start()
[all …]
H A Dlog0log.cc582 void log_start(log_t &log, checkpoint_no_t checkpoint_no, lsn_t checkpoint_lsn, in log_start() argument
585 ut_a(checkpoint_lsn >= OS_FILE_LOG_BLOCK_SIZE); in log_start()
586 ut_a(checkpoint_lsn >= LOG_START_LSN); in log_start()
587 ut_a(start_lsn >= checkpoint_lsn); in log_start()
593 log.last_checkpoint_lsn = checkpoint_lsn; in log_start()
595 log.available_for_checkpoint_lsn = checkpoint_lsn; in log_start()
1184 lsn_t *checkpoint_lsn) { in log_position_collect_lsn_info() argument
1188 *checkpoint_lsn = log.last_checkpoint_lsn.load(); in log_position_collect_lsn_info()
1194 ut_a(*checkpoint_lsn >= LOG_START_LSN); in log_position_collect_lsn_info()
1197 ut_a(*current_lsn >= *checkpoint_lsn); in log_position_collect_lsn_info()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/innobase/log/
H A Dlog0recv.cc2809 lsn != checkpoint_lsn ? "ignored" in recv_parse_log_recs()
2824 if (lsn == checkpoint_lsn) { in recv_parse_log_recs()
3151 lsn_t checkpoint_lsn, in recv_scan_log_recs() argument
3223 == checkpoint_lsn); in recv_scan_log_recs()
3344 lsn_t checkpoint_lsn, in recv_group_scan_log_recs() argument
3397 checkpoint_lsn, in recv_group_scan_log_recs()
3591 lsn_t checkpoint_lsn; in recv_recovery_from_checkpoint_start() local
3643 contiguous_lsn = checkpoint_lsn; in recv_recovery_from_checkpoint_start()
3653 if (end_lsn >= checkpoint_lsn) { in recv_recovery_from_checkpoint_start()
3696 contiguous_lsn = checkpoint_lsn; in recv_recovery_from_checkpoint_start()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/innobase/log/
H A Dlog0recv.cc2809 lsn != checkpoint_lsn ? "ignored"
2824 if (lsn == checkpoint_lsn) {
3151 lsn_t checkpoint_lsn,
3223 == checkpoint_lsn);
3344 lsn_t checkpoint_lsn,
3397 checkpoint_lsn,
3591 lsn_t checkpoint_lsn;
3643 contiguous_lsn = checkpoint_lsn;
3653 if (end_lsn >= checkpoint_lsn) {
3696 contiguous_lsn = checkpoint_lsn;
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/innobase/log/
H A Dlog0recv.cc2865 lsn != checkpoint_lsn ? "ignored" in recv_parse_log_recs()
2880 if (lsn == checkpoint_lsn) { in recv_parse_log_recs()
3212 lsn_t checkpoint_lsn, in recv_scan_log_recs() argument
3284 == checkpoint_lsn); in recv_scan_log_recs()
3405 lsn_t checkpoint_lsn, in recv_group_scan_log_recs() argument
3458 checkpoint_lsn, in recv_group_scan_log_recs()
3650 lsn_t checkpoint_lsn; in recv_recovery_from_checkpoint_start() local
3702 contiguous_lsn = checkpoint_lsn; in recv_recovery_from_checkpoint_start()
3712 if (end_lsn >= checkpoint_lsn) { in recv_recovery_from_checkpoint_start()
3755 contiguous_lsn = checkpoint_lsn; in recv_recovery_from_checkpoint_start()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/innobase/log/
H A Dlog0recv.cc2865 lsn != checkpoint_lsn ? "ignored" in recv_parse_log_recs()
2880 if (lsn == checkpoint_lsn) { in recv_parse_log_recs()
3212 lsn_t checkpoint_lsn, in recv_scan_log_recs() argument
3284 == checkpoint_lsn); in recv_scan_log_recs()
3405 lsn_t checkpoint_lsn, in recv_group_scan_log_recs() argument
3458 checkpoint_lsn, in recv_group_scan_log_recs()
3650 lsn_t checkpoint_lsn; in recv_recovery_from_checkpoint_start() local
3702 contiguous_lsn = checkpoint_lsn; in recv_recovery_from_checkpoint_start()
3712 if (end_lsn >= checkpoint_lsn) { in recv_recovery_from_checkpoint_start()
3755 contiguous_lsn = checkpoint_lsn; in recv_recovery_from_checkpoint_start()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/
H A Dft.cc85 ft_copy_for_checkpoint_unlocked(FT ft, LSN checkpoint_lsn) { in ft_copy_for_checkpoint_unlocked() argument
92 ch->checkpoint_lsn = checkpoint_lsn; in ft_copy_for_checkpoint_unlocked()
142 static void ft_begin_checkpoint (LSN checkpoint_lsn, void *header_v) { in ft_begin_checkpoint() argument
148 ft_copy_for_checkpoint_unlocked(ft, checkpoint_lsn); in ft_begin_checkpoint()
208 ft->h->checkpoint_lsn = ch->checkpoint_lsn; //Header updated. in ft_checkpoint()
242 if (lsn.lsn < ft->h->checkpoint_lsn.lsn) { in ft_close()
243 lsn = ft->h->checkpoint_lsn; in ft_close()
375 .checkpoint_lsn = ZERO_LSN, in ft_header_create()
556 LSN checkpoint_lsn, in toku_ft_init() argument
577 ft->h->checkpoint_lsn = checkpoint_lsn; in toku_ft_init()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/
H A Dft.cc85 ft_copy_for_checkpoint_unlocked(FT ft, LSN checkpoint_lsn) { in ft_copy_for_checkpoint_unlocked() argument
92 ch->checkpoint_lsn = checkpoint_lsn; in ft_copy_for_checkpoint_unlocked()
142 static void ft_begin_checkpoint (LSN checkpoint_lsn, void *header_v) { in ft_begin_checkpoint() argument
148 ft_copy_for_checkpoint_unlocked(ft, checkpoint_lsn); in ft_begin_checkpoint()
208 ft->h->checkpoint_lsn = ch->checkpoint_lsn; //Header updated. in ft_checkpoint()
242 if (lsn.lsn < ft->h->checkpoint_lsn.lsn) { in ft_close()
243 lsn = ft->h->checkpoint_lsn; in ft_close()
375 .checkpoint_lsn = ZERO_LSN, in ft_header_create()
556 LSN checkpoint_lsn, in toku_ft_init() argument
577 ft->h->checkpoint_lsn = checkpoint_lsn; in toku_ft_init()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/
H A Dft.cc85 ft_copy_for_checkpoint_unlocked(FT ft, LSN checkpoint_lsn) { in ft_copy_for_checkpoint_unlocked() argument
92 ch->checkpoint_lsn = checkpoint_lsn; in ft_copy_for_checkpoint_unlocked()
142 static void ft_begin_checkpoint (LSN checkpoint_lsn, void *header_v) { in ft_begin_checkpoint() argument
148 ft_copy_for_checkpoint_unlocked(ft, checkpoint_lsn); in ft_begin_checkpoint()
208 ft->h->checkpoint_lsn = ch->checkpoint_lsn; //Header updated. in ft_checkpoint()
242 if (lsn.lsn < ft->h->checkpoint_lsn.lsn) { in ft_close()
243 lsn = ft->h->checkpoint_lsn; in ft_close()
375 .checkpoint_lsn = ZERO_LSN, in ft_header_create()
556 LSN checkpoint_lsn, in toku_ft_init() argument
577 ft->h->checkpoint_lsn = checkpoint_lsn; in toku_ft_init()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/
H A Dft.cc85 ft_copy_for_checkpoint_unlocked(FT ft, LSN checkpoint_lsn) { in ft_copy_for_checkpoint_unlocked() argument
92 ch->checkpoint_lsn = checkpoint_lsn; in ft_copy_for_checkpoint_unlocked()
142 static void ft_begin_checkpoint (LSN checkpoint_lsn, void *header_v) { in ft_begin_checkpoint() argument
148 ft_copy_for_checkpoint_unlocked(ft, checkpoint_lsn); in ft_begin_checkpoint()
208 ft->h->checkpoint_lsn = ch->checkpoint_lsn; //Header updated. in ft_checkpoint()
242 if (lsn.lsn < ft->h->checkpoint_lsn.lsn) { in ft_close()
243 lsn = ft->h->checkpoint_lsn; in ft_close()
375 .checkpoint_lsn = ZERO_LSN, in ft_header_create()
556 LSN checkpoint_lsn, in toku_ft_init() argument
577 ft->h->checkpoint_lsn = checkpoint_lsn; in toku_ft_init()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/
H A Dft.cc85 ft_copy_for_checkpoint_unlocked(FT ft, LSN checkpoint_lsn) { in ft_copy_for_checkpoint_unlocked() argument
92 ch->checkpoint_lsn = checkpoint_lsn; in ft_copy_for_checkpoint_unlocked()
142 static void ft_begin_checkpoint (LSN checkpoint_lsn, void *header_v) { in ft_begin_checkpoint() argument
148 ft_copy_for_checkpoint_unlocked(ft, checkpoint_lsn); in ft_begin_checkpoint()
208 ft->h->checkpoint_lsn = ch->checkpoint_lsn; //Header updated. in ft_checkpoint()
242 if (lsn.lsn < ft->h->checkpoint_lsn.lsn) { in ft_close()
243 lsn = ft->h->checkpoint_lsn; in ft_close()
375 .checkpoint_lsn = ZERO_LSN, in ft_header_create()
556 LSN checkpoint_lsn, in toku_ft_init() argument
577 ft->h->checkpoint_lsn = checkpoint_lsn; in toku_ft_init()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/tokudb/PerconaFT/ft/
H A Dft.cc86 ft_copy_for_checkpoint_unlocked(FT ft, LSN checkpoint_lsn) { in ft_copy_for_checkpoint_unlocked() argument
93 ch->checkpoint_lsn = checkpoint_lsn; in ft_copy_for_checkpoint_unlocked()
143 static void ft_begin_checkpoint (LSN checkpoint_lsn, void *header_v) { in ft_begin_checkpoint() argument
149 ft_copy_for_checkpoint_unlocked(ft, checkpoint_lsn); in ft_begin_checkpoint()
209 ft->h->checkpoint_lsn = ch->checkpoint_lsn; //Header updated. in ft_checkpoint()
243 if (lsn.lsn < ft->h->checkpoint_lsn.lsn) { in ft_close()
244 lsn = ft->h->checkpoint_lsn; in ft_close()
376 .checkpoint_lsn = ZERO_LSN, in ft_header_create()
557 LSN checkpoint_lsn, in toku_ft_init() argument
578 ft->h->checkpoint_lsn = checkpoint_lsn; in toku_ft_init()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/tokudb/PerconaFT/ft/
H A Dft.cc86 ft_copy_for_checkpoint_unlocked(FT ft, LSN checkpoint_lsn) { in ft_copy_for_checkpoint_unlocked() argument
93 ch->checkpoint_lsn = checkpoint_lsn; in ft_copy_for_checkpoint_unlocked()
143 static void ft_begin_checkpoint (LSN checkpoint_lsn, void *header_v) { in ft_begin_checkpoint() argument
149 ft_copy_for_checkpoint_unlocked(ft, checkpoint_lsn); in ft_begin_checkpoint()
209 ft->h->checkpoint_lsn = ch->checkpoint_lsn; //Header updated. in ft_checkpoint()
243 if (lsn.lsn < ft->h->checkpoint_lsn.lsn) { in ft_close()
244 lsn = ft->h->checkpoint_lsn; in ft_close()
376 .checkpoint_lsn = ZERO_LSN, in ft_header_create()
557 LSN checkpoint_lsn, in toku_ft_init() argument
578 ft->h->checkpoint_lsn = checkpoint_lsn; in toku_ft_init()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/tokudb/PerconaFT/ft/
H A Dft.cc86 ft_copy_for_checkpoint_unlocked(FT ft, LSN checkpoint_lsn) { in ft_copy_for_checkpoint_unlocked() argument
93 ch->checkpoint_lsn = checkpoint_lsn; in ft_copy_for_checkpoint_unlocked()
143 static void ft_begin_checkpoint (LSN checkpoint_lsn, void *header_v) { in ft_begin_checkpoint() argument
149 ft_copy_for_checkpoint_unlocked(ft, checkpoint_lsn); in ft_begin_checkpoint()
209 ft->h->checkpoint_lsn = ch->checkpoint_lsn; //Header updated. in ft_checkpoint()
243 if (lsn.lsn < ft->h->checkpoint_lsn.lsn) { in ft_close()
244 lsn = ft->h->checkpoint_lsn; in ft_close()
376 .checkpoint_lsn = ZERO_LSN, in ft_header_create()
557 LSN checkpoint_lsn, in toku_ft_init() argument
578 ft->h->checkpoint_lsn = checkpoint_lsn; in toku_ft_init()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/tokudb/PerconaFT/ft/
H A Dft.cc86 ft_copy_for_checkpoint_unlocked(FT ft, LSN checkpoint_lsn) { in ft_copy_for_checkpoint_unlocked() argument
93 ch->checkpoint_lsn = checkpoint_lsn; in ft_copy_for_checkpoint_unlocked()
143 static void ft_begin_checkpoint (LSN checkpoint_lsn, void *header_v) { in ft_begin_checkpoint() argument
149 ft_copy_for_checkpoint_unlocked(ft, checkpoint_lsn); in ft_begin_checkpoint()
209 ft->h->checkpoint_lsn = ch->checkpoint_lsn; //Header updated. in ft_checkpoint()
243 if (lsn.lsn < ft->h->checkpoint_lsn.lsn) { in ft_close()
244 lsn = ft->h->checkpoint_lsn; in ft_close()
376 .checkpoint_lsn = ZERO_LSN, in ft_header_create()
557 LSN checkpoint_lsn, in toku_ft_init() argument
578 ft->h->checkpoint_lsn = checkpoint_lsn; in toku_ft_init()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/tokudb/PerconaFT/ft/
H A Dft.cc86 ft_copy_for_checkpoint_unlocked(FT ft, LSN checkpoint_lsn) { in ft_copy_for_checkpoint_unlocked() argument
93 ch->checkpoint_lsn = checkpoint_lsn; in ft_copy_for_checkpoint_unlocked()
143 static void ft_begin_checkpoint (LSN checkpoint_lsn, void *header_v) { in ft_begin_checkpoint() argument
149 ft_copy_for_checkpoint_unlocked(ft, checkpoint_lsn); in ft_begin_checkpoint()
209 ft->h->checkpoint_lsn = ch->checkpoint_lsn; //Header updated. in ft_checkpoint()
243 if (lsn.lsn < ft->h->checkpoint_lsn.lsn) { in ft_close()
244 lsn = ft->h->checkpoint_lsn; in ft_close()
376 .checkpoint_lsn = ZERO_LSN, in ft_header_create()
557 LSN checkpoint_lsn, in toku_ft_init() argument
578 ft->h->checkpoint_lsn = checkpoint_lsn; in toku_ft_init()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/tokudb/PerconaFT/ft/
H A Dft.cc86 ft_copy_for_checkpoint_unlocked(FT ft, LSN checkpoint_lsn) { in ft_copy_for_checkpoint_unlocked() argument
93 ch->checkpoint_lsn = checkpoint_lsn; in ft_copy_for_checkpoint_unlocked()
143 static void ft_begin_checkpoint (LSN checkpoint_lsn, void *header_v) { in ft_begin_checkpoint() argument
149 ft_copy_for_checkpoint_unlocked(ft, checkpoint_lsn); in ft_begin_checkpoint()
209 ft->h->checkpoint_lsn = ch->checkpoint_lsn; //Header updated. in ft_checkpoint()
243 if (lsn.lsn < ft->h->checkpoint_lsn.lsn) { in ft_close()
244 lsn = ft->h->checkpoint_lsn; in ft_close()
376 .checkpoint_lsn = ZERO_LSN, in ft_header_create()
557 LSN checkpoint_lsn, in toku_ft_init() argument
578 ft->h->checkpoint_lsn = checkpoint_lsn; in toku_ft_init()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/
H A Dft.cc85 ft_copy_for_checkpoint_unlocked(FT ft, LSN checkpoint_lsn) { in ft_copy_for_checkpoint_unlocked() argument
92 ch->checkpoint_lsn = checkpoint_lsn; in ft_copy_for_checkpoint_unlocked()
142 static void ft_begin_checkpoint (LSN checkpoint_lsn, void *header_v) { in ft_begin_checkpoint() argument
148 ft_copy_for_checkpoint_unlocked(ft, checkpoint_lsn); in ft_begin_checkpoint()
208 ft->h->checkpoint_lsn = ch->checkpoint_lsn; //Header updated. in ft_checkpoint()
242 if (lsn.lsn < ft->h->checkpoint_lsn.lsn) { in ft_close()
243 lsn = ft->h->checkpoint_lsn; in ft_close()
375 .checkpoint_lsn = ZERO_LSN, in ft_header_create()
556 LSN checkpoint_lsn, in toku_ft_init() argument
577 ft->h->checkpoint_lsn = checkpoint_lsn; in toku_ft_init()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/innobase/log/
H A Dlog0recv.cc2126 if (lsn == checkpoint_lsn) in parse()
2945 lsn_t checkpoint_lsn, in recv_scan_log_recs() argument
3022 == checkpoint_lsn); in recv_scan_log_recs()
3042 " checkpoint LSN=" << checkpoint_lsn in recv_scan_log_recs()
3142 lsn_t checkpoint_lsn, in recv_group_scan_log_recs() argument
3387 lsn_t checkpoint_lsn; in recv_recovery_from_checkpoint_start() local
3439 contiguous_lsn = checkpoint_lsn; in recv_recovery_from_checkpoint_start()
3448 if (end_lsn >= checkpoint_lsn) { in recv_recovery_from_checkpoint_start()
3497 contiguous_lsn = checkpoint_lsn; in recv_recovery_from_checkpoint_start()
3538 << checkpoint_lsn << " in the " in recv_recovery_from_checkpoint_start()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/innobase/log/
H A Dlog0recv.cc2126 if (lsn == checkpoint_lsn) in parse()
2945 lsn_t checkpoint_lsn, in recv_scan_log_recs() argument
3022 == checkpoint_lsn); in recv_scan_log_recs()
3042 " checkpoint LSN=" << checkpoint_lsn in recv_scan_log_recs()
3142 lsn_t checkpoint_lsn, in recv_group_scan_log_recs() argument
3387 lsn_t checkpoint_lsn; in recv_recovery_from_checkpoint_start() local
3439 contiguous_lsn = checkpoint_lsn; in recv_recovery_from_checkpoint_start()
3448 if (end_lsn >= checkpoint_lsn) { in recv_recovery_from_checkpoint_start()
3497 contiguous_lsn = checkpoint_lsn; in recv_recovery_from_checkpoint_start()
3538 << checkpoint_lsn << " in the " in recv_recovery_from_checkpoint_start()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/innodb/r/
H A Dlog_flush_order.result43 include/assert.inc [We must not have oldest_lsn_approx < checkpoint_lsn.]
83 include/assert.inc [We must not have oldest_lsn_approx < checkpoint_lsn.]
131 include/assert.inc [We must not have oldest_lsn_approx < checkpoint_lsn.]
180 include/assert.inc [We must not have oldest_lsn_approx < checkpoint_lsn.]
208 include/assert.inc [We must not have oldest_lsn_approx < checkpoint_lsn.]
236 include/assert.inc [We must not have oldest_lsn_approx < checkpoint_lsn.]
265 include/assert.inc [We must not have oldest_lsn_approx < checkpoint_lsn.]
295 include/assert.inc [We must not have oldest_lsn_approx < checkpoint_lsn.]
335 include/assert.inc [We must not have oldest_lsn_approx < checkpoint_lsn.]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/serialize/
H A Dft-serialize.cc196 LSN checkpoint_lsn; in deserialize_ft_versioned() local
197 checkpoint_lsn = rbuf_LSN(rb); in deserialize_ft_versioned()
262 root_xid_that_created = checkpoint_lsn.lsn; in deserialize_ft_versioned()
345 .checkpoint_lsn = checkpoint_lsn, in deserialize_ft_versioned()
513 LSN *checkpoint_lsn, in deserialize_ft_from_fd_into_rbuf() argument
640 *checkpoint_lsn = rbuf_LSN(rb); in deserialize_ft_from_fd_into_rbuf()
826 wbuf_LSN (wbuf, h->checkpoint_lsn); in toku_serialize_ft_to_wbuf()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/serialize/
H A Dft-serialize.cc196 LSN checkpoint_lsn; in deserialize_ft_versioned() local
197 checkpoint_lsn = rbuf_LSN(rb); in deserialize_ft_versioned()
262 root_xid_that_created = checkpoint_lsn.lsn; in deserialize_ft_versioned()
345 .checkpoint_lsn = checkpoint_lsn, in deserialize_ft_versioned()
513 LSN *checkpoint_lsn, in deserialize_ft_from_fd_into_rbuf() argument
640 *checkpoint_lsn = rbuf_LSN(rb); in deserialize_ft_from_fd_into_rbuf()
826 wbuf_LSN (wbuf, h->checkpoint_lsn); in toku_serialize_ft_to_wbuf()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/serialize/
H A Dft-serialize.cc196 LSN checkpoint_lsn; in deserialize_ft_versioned() local
197 checkpoint_lsn = rbuf_LSN(rb); in deserialize_ft_versioned()
262 root_xid_that_created = checkpoint_lsn.lsn; in deserialize_ft_versioned()
345 .checkpoint_lsn = checkpoint_lsn, in deserialize_ft_versioned()
513 LSN *checkpoint_lsn, in deserialize_ft_from_fd_into_rbuf() argument
640 *checkpoint_lsn = rbuf_LSN(rb); in deserialize_ft_from_fd_into_rbuf()
826 wbuf_LSN (wbuf, h->checkpoint_lsn); in toku_serialize_ft_to_wbuf()

12345678910