Home
last modified time | relevance | path

Searched refs:db_find_routine_aux (Results 1 – 24 of 24) sorted by relevance

/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsp.cc561 Sp_handler::db_find_routine_aux(THD *thd, in db_find_routine_aux() function in Sp_handler
718 if ((ret= db_find_routine_aux(thd, name, table)) != SP_OK) in db_find_routine()
1141 if ((ret= db_find_routine_aux(thd, name, table)) != SP_OK) in sp_find_and_drop_routine()
1153 if ((ret= db_find_routine_aux(thd, name, table)) != SP_OK) in sp_find_and_drop_routine()
1251 if (db_find_routine_aux(thd, sp, table) == SP_OK) in sp_create_routine()
1647 if ((ret= db_find_routine_aux(thd, name, table)) == SP_OK) in sp_update_routine()
H A Dsp.h77 int db_find_routine_aux(THD *thd, const Database_qualified_name *name,
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsp.cc549 Sp_handler::db_find_routine_aux(THD *thd, in db_find_routine_aux() function in Sp_handler
703 if ((ret= db_find_routine_aux(thd, name, table)) != SP_OK) in db_find_routine()
1117 if ((ret= db_find_routine_aux(thd, name, table)) != SP_OK) in sp_find_and_drop_routine()
1129 if ((ret= db_find_routine_aux(thd, name, table)) != SP_OK) in sp_find_and_drop_routine()
1227 if (db_find_routine_aux(thd, sp, table) == SP_OK) in sp_create_routine()
1626 if ((ret= db_find_routine_aux(thd, name, table)) == SP_OK) in sp_update_routine()
H A Dsp.h76 int db_find_routine_aux(THD *thd, const Database_qualified_name *name,
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsp.cc549 Sp_handler::db_find_routine_aux(THD *thd, in db_find_routine_aux() function in Sp_handler
703 if ((ret= db_find_routine_aux(thd, name, table)) != SP_OK) in db_find_routine()
1117 if ((ret= db_find_routine_aux(thd, name, table)) != SP_OK) in sp_find_and_drop_routine()
1129 if ((ret= db_find_routine_aux(thd, name, table)) != SP_OK) in sp_find_and_drop_routine()
1227 if (db_find_routine_aux(thd, sp, table) == SP_OK) in sp_create_routine()
1626 if ((ret= db_find_routine_aux(thd, name, table)) == SP_OK) in sp_update_routine()
H A Dsp.h76 int db_find_routine_aux(THD *thd, const Database_qualified_name *name,
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsp.cc548 Sp_handler::db_find_routine_aux(THD *thd, in db_find_routine_aux() function in Sp_handler
702 if ((ret= db_find_routine_aux(thd, name, table)) != SP_OK) in db_find_routine()
1116 if ((ret= db_find_routine_aux(thd, name, table)) != SP_OK) in sp_find_and_drop_routine()
1128 if ((ret= db_find_routine_aux(thd, name, table)) != SP_OK) in sp_find_and_drop_routine()
1226 if (db_find_routine_aux(thd, sp, table) == SP_OK) in sp_create_routine()
1625 if ((ret= db_find_routine_aux(thd, name, table)) == SP_OK) in sp_update_routine()
H A Dsp.h76 int db_find_routine_aux(THD *thd, const Database_qualified_name *name,
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsp.cc548 Sp_handler::db_find_routine_aux(THD *thd, in db_find_routine_aux() function in Sp_handler
702 if ((ret= db_find_routine_aux(thd, name, table)) != SP_OK) in db_find_routine()
1116 if ((ret= db_find_routine_aux(thd, name, table)) != SP_OK) in sp_find_and_drop_routine()
1128 if ((ret= db_find_routine_aux(thd, name, table)) != SP_OK) in sp_find_and_drop_routine()
1226 if (db_find_routine_aux(thd, sp, table) == SP_OK) in sp_create_routine()
1625 if ((ret= db_find_routine_aux(thd, name, table)) == SP_OK) in sp_update_routine()
H A Dsp.h76 int db_find_routine_aux(THD *thd, const Database_qualified_name *name,
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsp.cc561 Sp_handler::db_find_routine_aux(THD *thd, in db_find_routine_aux() function in Sp_handler
718 if ((ret= db_find_routine_aux(thd, name, table)) != SP_OK) in db_find_routine()
1141 if ((ret= db_find_routine_aux(thd, name, table)) != SP_OK) in sp_find_and_drop_routine()
1153 if ((ret= db_find_routine_aux(thd, name, table)) != SP_OK) in sp_find_and_drop_routine()
1251 if (db_find_routine_aux(thd, sp, table) == SP_OK) in sp_create_routine()
1647 if ((ret= db_find_routine_aux(thd, name, table)) == SP_OK) in sp_update_routine()
H A Dsp.h77 int db_find_routine_aux(THD *thd, const Database_qualified_name *name,
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dsp.cc477 db_find_routine_aux(THD *thd, int type, sp_name *name, TABLE *table) in db_find_routine_aux() function
558 if ((ret= db_find_routine_aux(thd, type, name, table)) != SP_OK) in db_find_routine()
1266 if ((ret= db_find_routine_aux(thd, type, name, table)) == SP_OK) in sp_drop_routine()
1347 if ((ret= db_find_routine_aux(thd, type, name, table)) == SP_OK) in sp_update_routine()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsp.cc507 db_find_routine_aux(THD *thd, enum_sp_type type, sp_name *name, TABLE *table) in db_find_routine_aux() function
588 if ((ret= db_find_routine_aux(thd, type, name, table)) != SP_OK) in db_find_routine()
1298 if ((ret= db_find_routine_aux(thd, type, name, table)) == SP_OK) in sp_drop_routine()
1379 if ((ret= db_find_routine_aux(thd, type, name, table)) == SP_OK) in sp_update_routine()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsp.cc507 db_find_routine_aux(THD *thd, enum_sp_type type, sp_name *name, TABLE *table) in db_find_routine_aux() function
588 if ((ret= db_find_routine_aux(thd, type, name, table)) != SP_OK) in db_find_routine()
1298 if ((ret= db_find_routine_aux(thd, type, name, table)) == SP_OK) in sp_drop_routine()
1379 if ((ret= db_find_routine_aux(thd, type, name, table)) == SP_OK) in sp_update_routine()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dsp.cc507 db_find_routine_aux(THD *thd, enum_sp_type type, sp_name *name, TABLE *table) in db_find_routine_aux() function
588 if ((ret= db_find_routine_aux(thd, type, name, table)) != SP_OK) in db_find_routine()
1298 if ((ret= db_find_routine_aux(thd, type, name, table)) == SP_OK) in sp_drop_routine()
1379 if ((ret= db_find_routine_aux(thd, type, name, table)) == SP_OK) in sp_update_routine()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dsp.cc507 db_find_routine_aux(THD *thd, enum_sp_type type, sp_name *name, TABLE *table) in db_find_routine_aux() function
588 if ((ret= db_find_routine_aux(thd, type, name, table)) != SP_OK) in db_find_routine()
1298 if ((ret= db_find_routine_aux(thd, type, name, table)) == SP_OK) in sp_drop_routine()
1379 if ((ret= db_find_routine_aux(thd, type, name, table)) == SP_OK) in sp_update_routine()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsp.cc537 db_find_routine_aux(THD *thd, enum_sp_type type, sp_name *name, TABLE *table) in db_find_routine_aux() function
618 if ((ret= db_find_routine_aux(thd, type, name, table)) != SP_OK) in db_find_routine()
1351 if ((ret= db_find_routine_aux(thd, type, name, table)) == SP_OK) in sp_drop_routine()
1438 if ((ret= db_find_routine_aux(thd, type, name, table)) == SP_OK) in sp_update_routine()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dsp.cc507 db_find_routine_aux(THD *thd, enum_sp_type type, sp_name *name, TABLE *table) in db_find_routine_aux() function
588 if ((ret= db_find_routine_aux(thd, type, name, table)) != SP_OK) in db_find_routine()
1298 if ((ret= db_find_routine_aux(thd, type, name, table)) == SP_OK) in sp_drop_routine()
1379 if ((ret= db_find_routine_aux(thd, type, name, table)) == SP_OK) in sp_update_routine()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsp.cc537 db_find_routine_aux(THD *thd, enum_sp_type type, sp_name *name, TABLE *table) in db_find_routine_aux() function
618 if ((ret= db_find_routine_aux(thd, type, name, table)) != SP_OK) in db_find_routine()
1351 if ((ret= db_find_routine_aux(thd, type, name, table)) == SP_OK) in sp_drop_routine()
1438 if ((ret= db_find_routine_aux(thd, type, name, table)) == SP_OK) in sp_update_routine()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsp.cc537 db_find_routine_aux(THD *thd, enum_sp_type type, sp_name *name, TABLE *table) in db_find_routine_aux() function
618 if ((ret= db_find_routine_aux(thd, type, name, table)) != SP_OK) in db_find_routine()
1351 if ((ret= db_find_routine_aux(thd, type, name, table)) == SP_OK) in sp_drop_routine()
1438 if ((ret= db_find_routine_aux(thd, type, name, table)) == SP_OK) in sp_update_routine()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsp.cc537 db_find_routine_aux(THD *thd, enum_sp_type type, sp_name *name, TABLE *table) in db_find_routine_aux() function
618 if ((ret= db_find_routine_aux(thd, type, name, table)) != SP_OK) in db_find_routine()
1351 if ((ret= db_find_routine_aux(thd, type, name, table)) == SP_OK) in sp_drop_routine()
1438 if ((ret= db_find_routine_aux(thd, type, name, table)) == SP_OK) in sp_update_routine()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsp.cc537 db_find_routine_aux(THD *thd, enum_sp_type type, sp_name *name, TABLE *table) in db_find_routine_aux() function
618 if ((ret= db_find_routine_aux(thd, type, name, table)) != SP_OK) in db_find_routine()
1351 if ((ret= db_find_routine_aux(thd, type, name, table)) == SP_OK) in sp_drop_routine()
1438 if ((ret= db_find_routine_aux(thd, type, name, table)) == SP_OK) in sp_update_routine()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsp.cc537 db_find_routine_aux(THD *thd, enum_sp_type type, sp_name *name, TABLE *table) in db_find_routine_aux() function
618 if ((ret= db_find_routine_aux(thd, type, name, table)) != SP_OK) in db_find_routine()
1351 if ((ret= db_find_routine_aux(thd, type, name, table)) == SP_OK) in sp_drop_routine()
1438 if ((ret= db_find_routine_aux(thd, type, name, table)) == SP_OK) in sp_update_routine()