Searched refs:create_routine (Results 1 – 8 of 8) sorted by relevance
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/dd/ |
H A D | dd_routine.h | 53 bool create_routine(THD *thd, const Schema &schema, sp_head *sp,
|
H A D | dd_routine.cc | 397 bool create_routine(THD *thd, const Schema &schema, sp_head *sp, in create_routine() function
|
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/classes/Rte/ |
H A D | Routines.php | 226 $create_routine = $GLOBALS['dbi']->getDefinition( 248 $create_routine, 367 * @param string $create_routine Query to restore routine 374 $create_routine, argument 389 $result = $GLOBALS['dbi']->tryQuery($create_routine); 396 $create_routine,
|
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/classes/Database/ |
H A D | Routines.php | 214 $create_routine = $this->dbi->getDefinition( 236 $create_routine, 351 * @param string $create_routine Query to restore routine 358 $create_routine, argument 373 $result = $this->dbi->tryQuery($create_routine); 374 $errors = $this->checkResult($result, $create_routine, $errors);
|
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/ |
H A D | sp.cc | 749 if (dd::create_routine(thd, *schema, sp, definer)) in sp_create_routine()
|
/dports/www/fusionpbx/fusionpbx-4.4.1/app/adminer/ |
H A D | adminer.php | 1549 create_routine($hg,$K){global$ud;$O=array();$p=(array)$K["fields"];ksort($p);foreach($p function 1730 …drop_create("DROP $hg ".idf_escape($da),create_routine($hg,$K),"DROP $hg ".idf_escape($K["name"]),…
|
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/ |
H A D | sql_yacc.yy | 1616 query verb_clause create create_routine change select select_into 2531 | create_routine 18047 create_routine: 18935 create_routine:
|
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/ |
H A D | sql_yacc.yy | 1616 query verb_clause create create_routine change select select_into 2531 | create_routine 18047 create_routine: 18935 create_routine:
|