Home
last modified time | relevance | path

Searched refs:existing_cf (Results 1 – 12 of 12) sorted by relevance

/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/cachetable/
H A Dcachetable.cc414 if (existing_cf) { in toku_cachetable_openfd_with_filenum()
420 *cfptr = existing_cf; in toku_cachetable_openfd_with_filenum()
427 existing_cf = ct->cf_list.find_stale_cachefile_unlocked(&fileid); in toku_cachetable_openfd_with_filenum()
429 if (existing_cf) { in toku_cachetable_openfd_with_filenum()
431 existing_cf->filenum = filenum; in toku_cachetable_openfd_with_filenum()
432 existing_cf->fd = fd; in toku_cachetable_openfd_with_filenum()
433 existing_cf->fname_in_env = toku_xstrdup(fname_in_env); in toku_cachetable_openfd_with_filenum()
434 bjm_init(&existing_cf->bjm); in toku_cachetable_openfd_with_filenum()
445 ct->cf_list.remove_stale_cf_unlocked(existing_cf); in toku_cachetable_openfd_with_filenum()
446 ct->cf_list.add_cf_unlocked(existing_cf); in toku_cachetable_openfd_with_filenum()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/cachetable/
H A Dcachetable.cc414 if (existing_cf) { in toku_cachetable_openfd_with_filenum()
420 *cfptr = existing_cf; in toku_cachetable_openfd_with_filenum()
427 existing_cf = ct->cf_list.find_stale_cachefile_unlocked(&fileid); in toku_cachetable_openfd_with_filenum()
429 if (existing_cf) { in toku_cachetable_openfd_with_filenum()
431 existing_cf->filenum = filenum; in toku_cachetable_openfd_with_filenum()
432 existing_cf->fd = fd; in toku_cachetable_openfd_with_filenum()
433 existing_cf->fname_in_env = toku_xstrdup(fname_in_env); in toku_cachetable_openfd_with_filenum()
434 bjm_init(&existing_cf->bjm); in toku_cachetable_openfd_with_filenum()
445 ct->cf_list.remove_stale_cf_unlocked(existing_cf); in toku_cachetable_openfd_with_filenum()
446 ct->cf_list.add_cf_unlocked(existing_cf); in toku_cachetable_openfd_with_filenum()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/cachetable/
H A Dcachetable.cc414 if (existing_cf) { in toku_cachetable_openfd_with_filenum()
420 *cfptr = existing_cf; in toku_cachetable_openfd_with_filenum()
427 existing_cf = ct->cf_list.find_stale_cachefile_unlocked(&fileid); in toku_cachetable_openfd_with_filenum()
429 if (existing_cf) { in toku_cachetable_openfd_with_filenum()
431 existing_cf->filenum = filenum; in toku_cachetable_openfd_with_filenum()
432 existing_cf->fd = fd; in toku_cachetable_openfd_with_filenum()
433 existing_cf->fname_in_env = toku_xstrdup(fname_in_env); in toku_cachetable_openfd_with_filenum()
434 bjm_init(&existing_cf->bjm); in toku_cachetable_openfd_with_filenum()
445 ct->cf_list.remove_stale_cf_unlocked(existing_cf); in toku_cachetable_openfd_with_filenum()
446 ct->cf_list.add_cf_unlocked(existing_cf); in toku_cachetable_openfd_with_filenum()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/cachetable/
H A Dcachetable.cc414 if (existing_cf) { in toku_cachetable_openfd_with_filenum()
420 *cfptr = existing_cf; in toku_cachetable_openfd_with_filenum()
427 existing_cf = ct->cf_list.find_stale_cachefile_unlocked(&fileid); in toku_cachetable_openfd_with_filenum()
429 if (existing_cf) { in toku_cachetable_openfd_with_filenum()
431 existing_cf->filenum = filenum; in toku_cachetable_openfd_with_filenum()
432 existing_cf->fd = fd; in toku_cachetable_openfd_with_filenum()
433 existing_cf->fname_in_env = toku_xstrdup(fname_in_env); in toku_cachetable_openfd_with_filenum()
434 bjm_init(&existing_cf->bjm); in toku_cachetable_openfd_with_filenum()
445 ct->cf_list.remove_stale_cf_unlocked(existing_cf); in toku_cachetable_openfd_with_filenum()
446 ct->cf_list.add_cf_unlocked(existing_cf); in toku_cachetable_openfd_with_filenum()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/cachetable/
H A Dcachetable.cc414 if (existing_cf) { in toku_cachetable_openfd_with_filenum()
420 *cfptr = existing_cf; in toku_cachetable_openfd_with_filenum()
427 existing_cf = ct->cf_list.find_stale_cachefile_unlocked(&fileid); in toku_cachetable_openfd_with_filenum()
429 if (existing_cf) { in toku_cachetable_openfd_with_filenum()
431 existing_cf->filenum = filenum; in toku_cachetable_openfd_with_filenum()
432 existing_cf->fd = fd; in toku_cachetable_openfd_with_filenum()
433 existing_cf->fname_in_env = toku_xstrdup(fname_in_env); in toku_cachetable_openfd_with_filenum()
434 bjm_init(&existing_cf->bjm); in toku_cachetable_openfd_with_filenum()
445 ct->cf_list.remove_stale_cf_unlocked(existing_cf); in toku_cachetable_openfd_with_filenum()
446 ct->cf_list.add_cf_unlocked(existing_cf); in toku_cachetable_openfd_with_filenum()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/cachetable/
H A Dcachetable.cc414 if (existing_cf) { in toku_cachetable_openfd_with_filenum()
420 *cfptr = existing_cf; in toku_cachetable_openfd_with_filenum()
427 existing_cf = ct->cf_list.find_stale_cachefile_unlocked(&fileid); in toku_cachetable_openfd_with_filenum()
429 if (existing_cf) { in toku_cachetable_openfd_with_filenum()
431 existing_cf->filenum = filenum; in toku_cachetable_openfd_with_filenum()
432 existing_cf->fd = fd; in toku_cachetable_openfd_with_filenum()
433 existing_cf->fname_in_env = toku_xstrdup(fname_in_env); in toku_cachetable_openfd_with_filenum()
434 bjm_init(&existing_cf->bjm); in toku_cachetable_openfd_with_filenum()
445 ct->cf_list.remove_stale_cf_unlocked(existing_cf); in toku_cachetable_openfd_with_filenum()
446 ct->cf_list.add_cf_unlocked(existing_cf); in toku_cachetable_openfd_with_filenum()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/tokudb/PerconaFT/ft/cachetable/
H A Dcachetable.cc415 if (existing_cf) { in toku_cachetable_openfd_with_filenum()
421 *cfptr = existing_cf; in toku_cachetable_openfd_with_filenum()
428 existing_cf = ct->cf_list.find_stale_cachefile_unlocked(&fileid); in toku_cachetable_openfd_with_filenum()
430 if (existing_cf) { in toku_cachetable_openfd_with_filenum()
432 existing_cf->filenum = filenum; in toku_cachetable_openfd_with_filenum()
433 existing_cf->fd = fd; in toku_cachetable_openfd_with_filenum()
434 existing_cf->fname_in_env = toku_xstrdup(fname_in_env); in toku_cachetable_openfd_with_filenum()
435 bjm_init(&existing_cf->bjm); in toku_cachetable_openfd_with_filenum()
446 ct->cf_list.remove_stale_cf_unlocked(existing_cf); in toku_cachetable_openfd_with_filenum()
447 ct->cf_list.add_cf_unlocked(existing_cf); in toku_cachetable_openfd_with_filenum()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/tokudb/PerconaFT/ft/cachetable/
H A Dcachetable.cc415 if (existing_cf) { in toku_cachetable_openfd_with_filenum()
421 *cfptr = existing_cf; in toku_cachetable_openfd_with_filenum()
428 existing_cf = ct->cf_list.find_stale_cachefile_unlocked(&fileid); in toku_cachetable_openfd_with_filenum()
430 if (existing_cf) { in toku_cachetable_openfd_with_filenum()
432 existing_cf->filenum = filenum; in toku_cachetable_openfd_with_filenum()
433 existing_cf->fd = fd; in toku_cachetable_openfd_with_filenum()
434 existing_cf->fname_in_env = toku_xstrdup(fname_in_env); in toku_cachetable_openfd_with_filenum()
435 bjm_init(&existing_cf->bjm); in toku_cachetable_openfd_with_filenum()
446 ct->cf_list.remove_stale_cf_unlocked(existing_cf); in toku_cachetable_openfd_with_filenum()
447 ct->cf_list.add_cf_unlocked(existing_cf); in toku_cachetable_openfd_with_filenum()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/tokudb/PerconaFT/ft/cachetable/
H A Dcachetable.cc415 if (existing_cf) { in toku_cachetable_openfd_with_filenum()
421 *cfptr = existing_cf; in toku_cachetable_openfd_with_filenum()
428 existing_cf = ct->cf_list.find_stale_cachefile_unlocked(&fileid); in toku_cachetable_openfd_with_filenum()
430 if (existing_cf) { in toku_cachetable_openfd_with_filenum()
432 existing_cf->filenum = filenum; in toku_cachetable_openfd_with_filenum()
433 existing_cf->fd = fd; in toku_cachetable_openfd_with_filenum()
434 existing_cf->fname_in_env = toku_xstrdup(fname_in_env); in toku_cachetable_openfd_with_filenum()
435 bjm_init(&existing_cf->bjm); in toku_cachetable_openfd_with_filenum()
446 ct->cf_list.remove_stale_cf_unlocked(existing_cf); in toku_cachetable_openfd_with_filenum()
447 ct->cf_list.add_cf_unlocked(existing_cf); in toku_cachetable_openfd_with_filenum()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/tokudb/PerconaFT/ft/cachetable/
H A Dcachetable.cc415 if (existing_cf) {
421 *cfptr = existing_cf;
428 existing_cf = ct->cf_list.find_stale_cachefile_unlocked(&fileid);
430 if (existing_cf) {
432 existing_cf->filenum = filenum;
433 existing_cf->fd = fd;
434 existing_cf->fname_in_env = toku_xstrdup(fname_in_env);
435 bjm_init(&existing_cf->bjm);
446 ct->cf_list.remove_stale_cf_unlocked(existing_cf);
447 ct->cf_list.add_cf_unlocked(existing_cf);
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/tokudb/PerconaFT/ft/cachetable/
H A Dcachetable.cc415 if (existing_cf) {
421 *cfptr = existing_cf;
428 existing_cf = ct->cf_list.find_stale_cachefile_unlocked(&fileid);
430 if (existing_cf) {
432 existing_cf->filenum = filenum;
433 existing_cf->fd = fd;
434 existing_cf->fname_in_env = toku_xstrdup(fname_in_env);
435 bjm_init(&existing_cf->bjm);
446 ct->cf_list.remove_stale_cf_unlocked(existing_cf);
447 ct->cf_list.add_cf_unlocked(existing_cf);
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/tokudb/PerconaFT/ft/cachetable/
H A Dcachetable.cc415 if (existing_cf) { in toku_cachetable_openfd_with_filenum()
421 *cfptr = existing_cf; in toku_cachetable_openfd_with_filenum()
428 existing_cf = ct->cf_list.find_stale_cachefile_unlocked(&fileid); in toku_cachetable_openfd_with_filenum()
430 if (existing_cf) { in toku_cachetable_openfd_with_filenum()
432 existing_cf->filenum = filenum; in toku_cachetable_openfd_with_filenum()
433 existing_cf->fd = fd; in toku_cachetable_openfd_with_filenum()
434 existing_cf->fname_in_env = toku_xstrdup(fname_in_env); in toku_cachetable_openfd_with_filenum()
435 bjm_init(&existing_cf->bjm); in toku_cachetable_openfd_with_filenum()
446 ct->cf_list.remove_stale_cf_unlocked(existing_cf); in toku_cachetable_openfd_with_filenum()
447 ct->cf_list.add_cf_unlocked(existing_cf); in toku_cachetable_openfd_with_filenum()
[all …]