代码搜索结果
找到约 10,000 项符合
Embedded 的代码
misc-embedded.c
/*
* Originally adapted by Gary Thomas. Much additional work by
* Cort Dougan . On top of that still more work by
* Dan Malek .
*
* Currently maintained by: To
is_triggers_embedded.result
SHOW TABLES FROM information_schema LIKE 'TRIGGERS';
Tables_in_information_schema (TRIGGERS)
TRIGGERS
#######################################################################
# Testcase 3.2.1.1: INFORM
is_columns_is_embedded.result
SELECT * FROM information_schema.columns
WHERE table_schema = 'information_schema'
AND table_name 'profiling'
ORDER BY table_schema, table_name, column_name;
TABLE_CATALOG TABLE_SCHEMA TABLE_NAME C
is_schemata_embedded.result
SHOW TABLES FROM information_schema LIKE 'SCHEMATA';
Tables_in_information_schema (SCHEMATA)
SCHEMATA
#######################################################################
# Testcase 3.2.1.1: INFORM
is_routines_embedded.result
SHOW TABLES FROM information_schema LIKE 'ROUTINES';
Tables_in_information_schema (ROUTINES)
ROUTINES
#######################################################################
# Testcase 3.2.1.1: INFORM
is_views_embedded.result
SHOW TABLES FROM information_schema LIKE 'VIEWS';
Tables_in_information_schema (VIEWS)
VIEWS
#######################################################################
# Testcase 3.2.1.1: INFORMATION_SCH
is_tables_embedded.result
SHOW TABLES FROM information_schema LIKE 'TABLES';
Tables_in_information_schema (TABLES)
TABLES
#######################################################################
# Testcase 3.2.1.1: INFORMATION_
is_triggers_embedded.test
# suite/funcs_1/t/is_triggers_embedded.test
#
# Check the layout of information_schema.triggers and the impact of
# CREATE/ALTER/DROP TABLE/VIEW/SCHEMA ... on it.
# Variant for the embedded server
#
is_tables_embedded.test
# suite/funcs_1/t/is_tables_embedded.test
#
# Check the layout of information_schema.tables and the impact of
# CREATE/ALTER/DROP TABLE/VIEW/SCHEMA ... on it.
# Variant for the embedded server
# Th
is_routines_embedded.test
# suite/funcs_1/t/is_routines_embedded.test
#
# Check the layout of information_schema.routines and the impact of
# CREATE/ALTER/DROP PROCEDURE/FUNCTION ... on it.
# Variant for the embedded server
#