Home
last modified time | relevance | path

Searched refs:status_db (Results 76 – 77 of 77) sorted by relevance

1234

/dports/databases/mariadb105-server/mariadb-10.5.15/storage/tokudb/
H A Dha_tokudb.cc7575 DB* status_db = NULL; local
7598 error = open_status_dictionary(&status_db, from_name, txn);
7601 error = status_db->cursor(status_db, txn, &status_cursor, 0);
7633 error = status_db->close(status_db, 0);
7635 status_db = NULL;
7649 if (status_db) {
7650 int r = status_db->close(status_db, 0);
/dports/audio/tcd/tcd-2.2.0/
H A DChangeLog.old681 the X server to grow to an infinite size -- the status_db pixmap

1234