Home
last modified time | relevance | path

Searched refs:test_if_locked (Results 251 – 275 of 621) sorted by relevance

1...<<11121314151617181920>>...25

/dports/databases/mariadb104-client/mariadb-10.4.24/storage/myisam/
H A Dha_myisam.cc785 int ha_myisam::open(const char *name, int mode, uint test_if_locked) in open() argument
808 if (!(test_if_locked & HA_OPEN_TMP_TABLE) && opt_myisam_use_mmap) in open()
809 test_if_locked|= HA_OPEN_MMAP; in open()
811 if (!(file=mi_open(name, mode, test_if_locked | HA_OPEN_FROM_SQL_LAYER))) in open()
841 if (test_if_locked & (HA_OPEN_IGNORE_IF_LOCKED | HA_OPEN_TMP_TABLE)) in open()
869 if (!(test_if_locked & HA_OPEN_WAIT_IF_LOCKED)) in open()
910 if (file->s->reopen == 1 && ! (test_if_locked & HA_OPEN_TMP_TABLE)) in open()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/myisam/
H A Dha_myisam.cc757 int ha_myisam::open(const char *name, int mode, uint test_if_locked) in open() argument
780 if (!(test_if_locked & HA_OPEN_TMP_TABLE) && opt_myisam_use_mmap) in open()
781 test_if_locked|= HA_OPEN_MMAP; in open()
783 if (!(file=mi_open(name, mode, test_if_locked | HA_OPEN_FROM_SQL_LAYER))) in open()
813 if (test_if_locked & (HA_OPEN_IGNORE_IF_LOCKED | HA_OPEN_TMP_TABLE)) in open()
841 if (!(test_if_locked & HA_OPEN_WAIT_IF_LOCKED)) in open()
882 if (file->s->reopen == 1 && ! (test_if_locked & HA_OPEN_TMP_TABLE)) in open()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/myisam/
H A Dha_myisam.cc785 int ha_myisam::open(const char *name, int mode, uint test_if_locked) in open() argument
808 if (!(test_if_locked & HA_OPEN_TMP_TABLE) && opt_myisam_use_mmap) in open()
809 test_if_locked|= HA_OPEN_MMAP; in open()
811 if (!(file=mi_open(name, mode, test_if_locked | HA_OPEN_FROM_SQL_LAYER))) in open()
841 if (test_if_locked & (HA_OPEN_IGNORE_IF_LOCKED | HA_OPEN_TMP_TABLE)) in open()
869 if (!(test_if_locked & HA_OPEN_WAIT_IF_LOCKED)) in open()
910 if (file->s->reopen == 1 && ! (test_if_locked & HA_OPEN_TMP_TABLE)) in open()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/myisam/
H A Dha_myisam.cc757 int ha_myisam::open(const char *name, int mode, uint test_if_locked)
780 if (!(test_if_locked & HA_OPEN_TMP_TABLE) && opt_myisam_use_mmap)
781 test_if_locked|= HA_OPEN_MMAP;
783 if (!(file=mi_open(name, mode, test_if_locked | HA_OPEN_FROM_SQL_LAYER)))
813 if (test_if_locked & (HA_OPEN_IGNORE_IF_LOCKED | HA_OPEN_TMP_TABLE))
841 if (!(test_if_locked & HA_OPEN_WAIT_IF_LOCKED))
882 if (file->s->reopen == 1 && ! (test_if_locked & HA_OPEN_TMP_TABLE))
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/myisam/
H A Dha_myisam.cc785 int ha_myisam::open(const char *name, int mode, uint test_if_locked) in open() argument
808 if (!(test_if_locked & HA_OPEN_TMP_TABLE) && opt_myisam_use_mmap) in open()
809 test_if_locked|= HA_OPEN_MMAP; in open()
811 if (!(file=mi_open(name, mode, test_if_locked | HA_OPEN_FROM_SQL_LAYER))) in open()
841 if (test_if_locked & (HA_OPEN_IGNORE_IF_LOCKED | HA_OPEN_TMP_TABLE)) in open()
869 if (!(test_if_locked & HA_OPEN_WAIT_IF_LOCKED)) in open()
910 if (file->s->reopen == 1 && ! (test_if_locked & HA_OPEN_TMP_TABLE)) in open()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/myisam/
H A Dha_myisam.cc730 int ha_myisam::open(const char *name, int mode, uint test_if_locked) in open() argument
752 if (!(test_if_locked & HA_OPEN_TMP_TABLE) && opt_myisam_use_mmap) in open()
753 test_if_locked|= HA_OPEN_MMAP; in open()
755 if (!(file=mi_open(name, mode, test_if_locked | HA_OPEN_FROM_SQL_LAYER))) in open()
779 if (test_if_locked & (HA_OPEN_IGNORE_IF_LOCKED | HA_OPEN_TMP_TABLE)) in open()
783 if (!(test_if_locked & HA_OPEN_WAIT_IF_LOCKED)) in open()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/myisam/
H A Dha_myisam.cc730 int ha_myisam::open(const char *name, int mode, uint test_if_locked) in open() argument
752 if (!(test_if_locked & HA_OPEN_TMP_TABLE) && opt_myisam_use_mmap) in open()
753 test_if_locked|= HA_OPEN_MMAP; in open()
755 if (!(file=mi_open(name, mode, test_if_locked | HA_OPEN_FROM_SQL_LAYER))) in open()
779 if (test_if_locked & (HA_OPEN_IGNORE_IF_LOCKED | HA_OPEN_TMP_TABLE)) in open()
783 if (!(test_if_locked & HA_OPEN_WAIT_IF_LOCKED)) in open()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/myisam/
H A Dha_myisam.cc730 int ha_myisam::open(const char *name, int mode, uint test_if_locked) in open() argument
752 if (!(test_if_locked & HA_OPEN_TMP_TABLE) && opt_myisam_use_mmap) in open()
753 test_if_locked|= HA_OPEN_MMAP; in open()
755 if (!(file=mi_open(name, mode, test_if_locked | HA_OPEN_FROM_SQL_LAYER))) in open()
779 if (test_if_locked & (HA_OPEN_IGNORE_IF_LOCKED | HA_OPEN_TMP_TABLE)) in open()
783 if (!(test_if_locked & HA_OPEN_WAIT_IF_LOCKED)) in open()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/myisam/
H A Dha_myisam.cc730 int ha_myisam::open(const char *name, int mode, uint test_if_locked) in open() argument
752 if (!(test_if_locked & HA_OPEN_TMP_TABLE) && opt_myisam_use_mmap) in open()
753 test_if_locked|= HA_OPEN_MMAP; in open()
755 if (!(file=mi_open(name, mode, test_if_locked | HA_OPEN_FROM_SQL_LAYER))) in open()
779 if (test_if_locked & (HA_OPEN_IGNORE_IF_LOCKED | HA_OPEN_TMP_TABLE)) in open()
783 if (!(test_if_locked & HA_OPEN_WAIT_IF_LOCKED)) in open()
/dports/databases/mysql56-client/mysql-5.6.51/storage/myisam/
H A Dha_myisam.cc730 int ha_myisam::open(const char *name, int mode, uint test_if_locked) in open() argument
752 if (!(test_if_locked & HA_OPEN_TMP_TABLE) && opt_myisam_use_mmap) in open()
753 test_if_locked|= HA_OPEN_MMAP; in open()
755 if (!(file=mi_open(name, mode, test_if_locked | HA_OPEN_FROM_SQL_LAYER))) in open()
779 if (test_if_locked & (HA_OPEN_IGNORE_IF_LOCKED | HA_OPEN_TMP_TABLE)) in open()
783 if (!(test_if_locked & HA_OPEN_WAIT_IF_LOCKED)) in open()
/dports/databases/mysql55-client/mysql-5.5.62/storage/myisam/
H A Dha_myisam.cc724 int ha_myisam::open(const char *name, int mode, uint test_if_locked) in open() argument
746 if (!(test_if_locked & HA_OPEN_TMP_TABLE) && opt_myisam_use_mmap) in open()
747 test_if_locked|= HA_OPEN_MMAP; in open()
749 if (!(file=mi_open(name, mode, test_if_locked | HA_OPEN_FROM_SQL_LAYER))) in open()
773 if (test_if_locked & (HA_OPEN_IGNORE_IF_LOCKED | HA_OPEN_TMP_TABLE)) in open()
777 if (!(test_if_locked & HA_OPEN_WAIT_IF_LOCKED)) in open()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/heap/
H A Dha_heap.cc98 int ha_heap::open(const char *name, int mode, uint test_if_locked, in open() argument
100 const bool delete_on_close = test_if_locked & HA_OPEN_INTERNAL_TABLE; in open()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/myisam/
H A Dha_myisam.h114 int open(const char *name, int mode, uint test_if_locked,
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/maria/
H A Dha_maria.h74 int open(const char *name, int mode, uint test_if_locked);
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/maria/
H A Dha_maria.h74 int open(const char *name, int mode, uint test_if_locked);
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/maria/
H A Dha_maria.h74 int open(const char *name, int mode, uint test_if_locked);
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/maria/
H A Dha_maria.h74 int open(const char *name, int mode, uint test_if_locked);
/dports/databases/mysql55-client/mysql-5.5.62/storage/perfschema/
H A Dha_perfschema.cc190 int ha_perfschema::open(const char *name, int mode, uint test_if_locked) in open() argument
/dports/databases/mysql55-client/mysql-5.5.62/storage/innobase/handler/
H A Dha_innodb.h137 int open(const char *name, int mode, uint test_if_locked);
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/heap/
H A Dha_heap.cc104 int ha_heap::open(const char *name, int mode, uint test_if_locked) in open() argument
106 internal_table= MY_TEST(test_if_locked & HA_OPEN_INTERNAL_TABLE); in open()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/heap/
H A Dha_heap.cc104 int ha_heap::open(const char *name, int mode, uint test_if_locked) in open() argument
106 internal_table= MY_TEST(test_if_locked & HA_OPEN_INTERNAL_TABLE); in open()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/heap/
H A Dha_heap.cc105 int ha_heap::open(const char *name, int mode, uint test_if_locked) in open() argument
107 internal_table= MY_TEST(test_if_locked & HA_OPEN_INTERNAL_TABLE); in open()
/dports/databases/mysql57-client/mysql-5.7.36/storage/heap/
H A Dha_heap.cc104 int ha_heap::open(const char *name, int mode, uint test_if_locked) in open() argument
106 internal_table= MY_TEST(test_if_locked & HA_OPEN_INTERNAL_TABLE); in open()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/heap/
H A Dha_heap.cc91 int ha_heap::open(const char *name, int mode, uint test_if_locked) in open() argument
93 internal_table= MY_TEST(test_if_locked & HA_OPEN_INTERNAL_TABLE); in open()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/heap/
H A Dha_heap.cc87 int ha_heap::open(const char *name, int mode, uint test_if_locked) in open() argument
89 internal_table= MY_TEST(test_if_locked & HA_OPEN_INTERNAL_TABLE); in open()

1...<<11121314151617181920>>...25