Home
last modified time | relevance | path

Searched refs:sroutine_to_open (Results 1 – 19 of 19) sorted by relevance

/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_base.cc4165 Sroutine_hash_entry **sroutine_to_open; in open_tables() local
4201 sroutine_to_open= &thd->lex->sroutines_list.first; in open_tables()
4262 (thd->locked_tables_mode <= LTM_LOCK_TABLES && *sroutine_to_open)) in open_tables()
4325 if (thd->locked_tables_mode <= LTM_LOCK_TABLES && *sroutine_to_open) in open_tables()
4336 for (Sroutine_hash_entry *rt= *sroutine_to_open; rt; in open_tables()
4337 sroutine_to_open= &rt->next, rt= rt->next) in open_tables()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_base.cc4165 Sroutine_hash_entry **sroutine_to_open; in open_tables() local
4201 sroutine_to_open= &thd->lex->sroutines_list.first; in open_tables()
4262 (thd->locked_tables_mode <= LTM_LOCK_TABLES && *sroutine_to_open)) in open_tables()
4325 if (thd->locked_tables_mode <= LTM_LOCK_TABLES && *sroutine_to_open) in open_tables()
4336 for (Sroutine_hash_entry *rt= *sroutine_to_open; rt; in open_tables()
4337 sroutine_to_open= &rt->next, rt= rt->next) in open_tables()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dsql_base.cc5095 Sroutine_hash_entry **sroutine_to_open; in open_tables() local
5119 sroutine_to_open= (Sroutine_hash_entry**) &thd->lex->sroutines_list.first; in open_tables()
5180 *sroutine_to_open)) in open_tables()
5255 for (Sroutine_hash_entry *rt= *sroutine_to_open; rt; in open_tables()
5256 sroutine_to_open= &rt->next, rt= rt->next) in open_tables()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsql_base.cc4083 Sroutine_hash_entry **sroutine_to_open; in open_tables() local
4120 sroutine_to_open= &thd->lex->sroutines_list.first; in open_tables()
4181 (thd->locked_tables_mode <= LTM_LOCK_TABLES && *sroutine_to_open)) in open_tables()
4255 for (Sroutine_hash_entry *rt= *sroutine_to_open; rt; in open_tables()
4256 sroutine_to_open= &rt->next, rt= rt->next) in open_tables()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsql_base.cc4083 Sroutine_hash_entry **sroutine_to_open;
4120 sroutine_to_open= &thd->lex->sroutines_list.first;
4181 (thd->locked_tables_mode <= LTM_LOCK_TABLES && *sroutine_to_open))
4255 for (Sroutine_hash_entry *rt= *sroutine_to_open; rt;
4256 sroutine_to_open= &rt->next, rt= rt->next)
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dsql_base.cc5092 Sroutine_hash_entry **sroutine_to_open; in open_tables() local
5116 sroutine_to_open= (Sroutine_hash_entry**) &thd->lex->sroutines_list.first; in open_tables()
5177 *sroutine_to_open)) in open_tables()
5252 for (Sroutine_hash_entry *rt= *sroutine_to_open; rt; in open_tables()
5253 sroutine_to_open= &rt->next, rt= rt->next) in open_tables()
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dsql_base.cc4856 Sroutine_hash_entry **sroutine_to_open; in open_tables() local
4894 sroutine_to_open= (Sroutine_hash_entry**) &thd->lex->sroutines_list.first; in open_tables()
4954 *sroutine_to_open)) in open_tables()
5025 for (Sroutine_hash_entry *rt= *sroutine_to_open; rt; in open_tables()
5026 sroutine_to_open= &rt->next, rt= rt->next) in open_tables()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsql_base.cc5244 Sroutine_hash_entry **sroutine_to_open; in open_tables() local
5268 sroutine_to_open= (Sroutine_hash_entry**) &thd->lex->sroutines_list.first; in open_tables()
5329 *sroutine_to_open)) in open_tables()
5404 for (Sroutine_hash_entry *rt= *sroutine_to_open; rt; in open_tables()
5405 sroutine_to_open= &rt->next, rt= rt->next) in open_tables()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsql_base.cc5244 Sroutine_hash_entry **sroutine_to_open; in open_tables() local
5268 sroutine_to_open= (Sroutine_hash_entry**) &thd->lex->sroutines_list.first; in open_tables()
5329 *sroutine_to_open)) in open_tables()
5404 for (Sroutine_hash_entry *rt= *sroutine_to_open; rt; in open_tables()
5405 sroutine_to_open= &rt->next, rt= rt->next) in open_tables()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsql_base.cc5788 Sroutine_hash_entry **sroutine_to_open; in open_tables() local
5813 sroutine_to_open= &thd->lex->sroutines_list.first; in open_tables()
5874 *sroutine_to_open)) in open_tables()
5968 for (Sroutine_hash_entry *rt= *sroutine_to_open; rt; in open_tables()
5969 sroutine_to_open= &rt->next, rt= rt->next) in open_tables()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsql_base.cc5579 Sroutine_hash_entry **sroutine_to_open; in open_tables() local
5601 sroutine_to_open = &thd->lex->sroutines_list.first; in open_tables()
5655 (thd->locked_tables_mode <= LTM_LOCK_TABLES && *sroutine_to_open)) { in open_tables()
5739 for (Sroutine_hash_entry *rt = *sroutine_to_open; rt; in open_tables()
5740 sroutine_to_open = &rt->next, rt = rt->next) { in open_tables()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsql_base.cc5791 Sroutine_hash_entry **sroutine_to_open; in open_tables() local
5816 sroutine_to_open= &thd->lex->sroutines_list.first; in open_tables()
5877 *sroutine_to_open)) in open_tables()
5971 for (Sroutine_hash_entry *rt= *sroutine_to_open; rt; in open_tables()
5972 sroutine_to_open= &rt->next, rt= rt->next) in open_tables()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsql_base.cc5788 Sroutine_hash_entry **sroutine_to_open; in open_tables() local
5813 sroutine_to_open= &thd->lex->sroutines_list.first; in open_tables()
5874 *sroutine_to_open)) in open_tables()
5968 for (Sroutine_hash_entry *rt= *sroutine_to_open; rt; in open_tables()
5969 sroutine_to_open= &rt->next, rt= rt->next) in open_tables()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dsql_base.cc5244 Sroutine_hash_entry **sroutine_to_open; in open_tables() local
5268 sroutine_to_open= (Sroutine_hash_entry**) &thd->lex->sroutines_list.first; in open_tables()
5329 *sroutine_to_open)) in open_tables()
5404 for (Sroutine_hash_entry *rt= *sroutine_to_open; rt; in open_tables()
5405 sroutine_to_open= &rt->next, rt= rt->next) in open_tables()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsql_base.cc4265 Sroutine_hash_entry **sroutine_to_open; in open_tables() local
4301 sroutine_to_open= &thd->lex->sroutines_list.first; in open_tables()
4362 (thd->locked_tables_mode <= LTM_LOCK_TABLES && *sroutine_to_open)) in open_tables()
4436 for (Sroutine_hash_entry *rt= *sroutine_to_open; rt; in open_tables()
4437 sroutine_to_open= &rt->next, rt= rt->next) in open_tables()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsql_base.cc4265 Sroutine_hash_entry **sroutine_to_open; in open_tables() local
4301 sroutine_to_open= &thd->lex->sroutines_list.first; in open_tables()
4362 (thd->locked_tables_mode <= LTM_LOCK_TABLES && *sroutine_to_open)) in open_tables()
4436 for (Sroutine_hash_entry *rt= *sroutine_to_open; rt; in open_tables()
4437 sroutine_to_open= &rt->next, rt= rt->next) in open_tables()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsql_base.cc5858 Sroutine_hash_entry **sroutine_to_open; in open_tables() local
5883 sroutine_to_open= &thd->lex->sroutines_list.first; in open_tables()
5944 *sroutine_to_open)) in open_tables()
6038 for (Sroutine_hash_entry *rt= *sroutine_to_open; rt; in open_tables()
6039 sroutine_to_open= &rt->next, rt= rt->next) in open_tables()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsql_base.cc5858 Sroutine_hash_entry **sroutine_to_open; in open_tables() local
5883 sroutine_to_open= &thd->lex->sroutines_list.first; in open_tables()
5944 *sroutine_to_open)) in open_tables()
6038 for (Sroutine_hash_entry *rt= *sroutine_to_open; rt; in open_tables()
6039 sroutine_to_open= &rt->next, rt= rt->next) in open_tables()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsql_base.cc5858 Sroutine_hash_entry **sroutine_to_open; in open_tables() local
5883 sroutine_to_open= &thd->lex->sroutines_list.first; in open_tables()
5944 *sroutine_to_open)) in open_tables()
6038 for (Sroutine_hash_entry *rt= *sroutine_to_open; rt; in open_tables()
6039 sroutine_to_open= &rt->next, rt= rt->next) in open_tables()