Home
last modified time | relevance | path

Searched refs:routine_schema (Results 1 – 25 of 1019) sorted by relevance

12345678910>>...41

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/rpl/r/
H A Drpl_udf.result81 SELECT routine_schema, routine_name, routine_type, routine_definition
83 WHERE routine_schema = 'test' AND routine_name LIKE 'myfuncsql%' ORDER BY routine_name;
89 SELECT routine_schema, routine_name, routine_type, routine_definition
91 WHERE routine_schema = 'test' AND routine_name LIKE 'myfuncsql%' ORDER BY routine_name;
127 SELECT routine_schema, routine_name, routine_type, routine_definition
129 WHERE routine_schema = 'test' AND routine_name LIKE 'myfuncsql%' ORDER BY routine_name;
135 SELECT routine_schema, routine_name, routine_type, routine_definition
137 WHERE routine_schema = 'test' AND routine_name LIKE 'myfuncsql%' ORDER BY routine_name;
155 SELECT routine_schema, routine_name, routine_type, routine_definition
157 WHERE routine_schema = 'test' AND routine_name LIKE 'myfuncsql%' ORDER BY routine_name;
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/include/
H A Drpl_udf.inc111 SELECT routine_schema, routine_name, routine_type, routine_definition
113 WHERE routine_schema = 'test' AND routine_name LIKE 'myfuncsql%' ORDER BY routine_name;
121 SELECT routine_schema, routine_name, routine_type, routine_definition
123 WHERE routine_schema = 'test' AND routine_name LIKE 'myfuncsql%' ORDER BY routine_name;
154 SELECT routine_schema, routine_name, routine_type, routine_definition
156 WHERE routine_schema = 'test' AND routine_name LIKE 'myfuncsql%' ORDER BY routine_name;
164 SELECT routine_schema, routine_name, routine_type, routine_definition
166 WHERE routine_schema = 'test' AND routine_name LIKE 'myfuncsql%' ORDER BY routine_name;
180 SELECT routine_schema, routine_name, routine_type, routine_definition
182 WHERE routine_schema = 'test' AND routine_name LIKE 'myfuncsql%' ORDER BY routine_name;
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/dd/impl/tables/
H A Dview_routine_usage.cc89 const String_type &routine_schema, const String_type &routine_name) { in create_primary_key() argument
93 routine_schema, FIELD_ROUTINE_NAME, routine_name); in create_primary_key()
99 const String_type &routine_catalog, const String_type &routine_schema, in create_key_by_name() argument
104 routine_schema, FIELD_ROUTINE_NAME, routine_name); in create_key_by_name()
H A Dview_routine_usage.h62 const String_type &routine_schema,
66 const String_type &routine_schema,
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/test/regress/sql/
H A Dcreate_function_3.sql253 WHERE routine_schema = 'temp_func_test' AND routine_name ~ '^functest_is_'
285 WHERE r0.routine_schema = 'temp_func_test' AND
286 r1.routine_schema = 'temp_func_test'
289 WHERE routine_schema = 'temp_func_test'
292 WHERE routine_schema = 'temp_func_test'
295 WHERE routine_schema = 'temp_func_test'
/dports/databases/postgresql14-plperl/postgresql-14.1/src/test/regress/sql/
H A Dcreate_function_3.sql253 WHERE routine_schema = 'temp_func_test' AND routine_name ~ '^functest_is_'
285 WHERE r0.routine_schema = 'temp_func_test' AND
286 r1.routine_schema = 'temp_func_test'
289 WHERE routine_schema = 'temp_func_test'
292 WHERE routine_schema = 'temp_func_test'
295 WHERE routine_schema = 'temp_func_test'
/dports/databases/postgresql14-docs/postgresql-14.1/src/test/regress/sql/
H A Dcreate_function_3.sql253 WHERE routine_schema = 'temp_func_test' AND routine_name ~ '^functest_is_'
285 WHERE r0.routine_schema = 'temp_func_test' AND
286 r1.routine_schema = 'temp_func_test'
289 WHERE routine_schema = 'temp_func_test'
292 WHERE routine_schema = 'temp_func_test'
295 WHERE routine_schema = 'temp_func_test'
/dports/databases/postgresql14-server/postgresql-14.1/src/test/regress/sql/
H A Dcreate_function_3.sql253 WHERE routine_schema = 'temp_func_test' AND routine_name ~ '^functest_is_'
285 WHERE r0.routine_schema = 'temp_func_test' AND
286 r1.routine_schema = 'temp_func_test'
289 WHERE routine_schema = 'temp_func_test'
292 WHERE routine_schema = 'temp_func_test'
295 WHERE routine_schema = 'temp_func_test'
/dports/databases/postgresql14-plpython/postgresql-14.1/src/test/regress/sql/
H A Dcreate_function_3.sql253 WHERE routine_schema = 'temp_func_test' AND routine_name ~ '^functest_is_'
285 WHERE r0.routine_schema = 'temp_func_test' AND
286 r1.routine_schema = 'temp_func_test'
289 WHERE routine_schema = 'temp_func_test'
292 WHERE routine_schema = 'temp_func_test'
295 WHERE routine_schema = 'temp_func_test'
/dports/databases/postgresql14-contrib/postgresql-14.1/src/test/regress/sql/
H A Dcreate_function_3.sql253 WHERE routine_schema = 'temp_func_test' AND routine_name ~ '^functest_is_'
285 WHERE r0.routine_schema = 'temp_func_test' AND
286 r1.routine_schema = 'temp_func_test'
289 WHERE routine_schema = 'temp_func_test'
292 WHERE routine_schema = 'temp_func_test'
295 WHERE routine_schema = 'temp_func_test'
/dports/databases/postgresql14-client/postgresql-14.1/src/test/regress/sql/
H A Dcreate_function_3.sql253 WHERE routine_schema = 'temp_func_test' AND routine_name ~ '^functest_is_'
285 WHERE r0.routine_schema = 'temp_func_test' AND
286 r1.routine_schema = 'temp_func_test'
289 WHERE routine_schema = 'temp_func_test'
292 WHERE routine_schema = 'temp_func_test'
295 WHERE routine_schema = 'temp_func_test'
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/r/
H A Dpercona_enforce_se_create_table_like.result23 select routine_name,routine_schema from information_schema.routines where routine_schema like 'bug0…
24 routine_name routine_schema
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysql-test/r/
H A Dpercona_enforce_se_create_table_like.result23 select routine_name,routine_schema from information_schema.routines where routine_schema like 'bug0…
24 routine_name routine_schema
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/r/
H A Dpercona_enforce_se_create_table_like.result24 select routine_name,routine_schema from information_schema.routines where routine_schema like 'bug0…
25 routine_name routine_schema
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/r/
H A Dpercona_enforce_se_create_table_like.result24 select routine_name,routine_schema from information_schema.routines where routine_schema like 'bug0…
25 routine_name routine_schema
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysql-test/r/
H A Dpercona_enforce_se_create_table_like.result23 select routine_name,routine_schema from information_schema.routines where routine_schema like 'bug0…
24 routine_name routine_schema
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/r/
H A Dpercona_enforce_se_create_table_like.result24 select routine_name,routine_schema from information_schema.routines where routine_schema like 'bug0…
25 routine_name routine_schema
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/funcs_1/t/
H A Dis_routines.test97 SELECT specific_name,routine_catalog,routine_schema,routine_name,routine_type,
100 WHERE routine_schema = 'test' AND
186 SELECT * FROM information_schema.routines where routine_schema like 'db_datadict%';
192 SELECT * FROM information_schema.routines where routine_schema like 'db_datadict%';
237 SELECT * FROM information_schema.routines WHERE routine_schema = 'db_datadict';
243 SELECT * FROM information_schema.routines WHERE routine_schema = 'db_datadict'
251 SELECT * FROM information_schema.routines WHERE routine_schema = 'db_datadict'
257 SELECT * FROM information_schema.routines WHERE routine_schema = 'db_datadict';
263 SELECT * FROM information_schema.routines WHERE routine_schema = 'db_datadict'
268 SELECT * FROM information_schema.routines WHERE routine_schema = 'db_datadict';
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/t/
H A Dpercona_enforce_se_create_table_like.test47 select routine_name,routine_schema from information_schema.routines where routine_schema like 'bug0…
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysql-test/t/
H A Dpercona_enforce_se_create_table_like.test47 select routine_name,routine_schema from information_schema.routines where routine_schema like 'bug0…
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/suite/funcs_1/datadict/
H A Dbasics_mixed3.inc23 SELECT DISTINCT routine_schema FROM information_schema.routines
24 WHERE routine_schema LIKE 'db_data%';
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysql-test/suite/funcs_1/datadict/
H A Dbasics_mixed3.inc23 SELECT DISTINCT routine_schema FROM information_schema.routines
24 WHERE routine_schema LIKE 'db_data%';
/dports/databases/postgresql96-server/postgresql-9.6.24/contrib/hstore_plperl/expected/
H A Dhstore_plperl.out5 routine_schema, routine_name,
10 udt_schema | udt_name | routine_schema | routine_name | group_name | transform_type
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysql-test/t/
H A Dpercona_enforce_se_create_table_like.test47 select routine_name,routine_schema from information_schema.routines where routine_schema like 'bug0…
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysql-test/suite/funcs_1/datadict/
H A Dbasics_mixed3.inc23 SELECT DISTINCT routine_schema FROM information_schema.routines
24 WHERE routine_schema LIKE 'db_data%';

12345678910>>...41