代码搜索结果

找到约 10,000 项符合 Embedded 的代码

is_schemata_embedded.test

# suite/funcs_1/t/is_schemata_embedded.test # # Check the layout of information_schema.schemata, permissions and the impact of # CREATE/ALTER/DROP SCHEMA on it. # Variant for the embedded server #

is_columns_is_embedded.test

# suite/funcs_1/t/is_columns_is_embedded.test # # Check the content of information_schema.columns about tables within # the database information_schema. # Variant for the embedded server # The expe

is_views_embedded.test

# suite/funcs_1/t/is_views_embedded.test # # Check the layout of information_schema.views and the impact of # CREATE/ALTER/DROP TABLE/VIEW/SCHEMA ... on it. # Variant for the embedded server # The

not_embedded_server.result

prepare stmt1 from ' show full processlist '; execute stmt1; Id User Host db Command Time State Info number root localhost test Query time NULL show full processlist deallocate prepare stmt1;

not_embedded_server.test

# # Here we collect tests that doesn't work with the embedded server # -- source include/not_embedded.inc # # Show full process list with prepare # To not show other connections, this must be the fi

embedded_vclnet.dpr

program Embedded_VclNet; {%DelphiDotNetAssemblyCompiler '$(SystemRoot)\microsoft.net\framework\v1.1.4322\system.drawing.dll'} uses Forms, Main in 'Main.pas' {fmMain}; {$R *.res} begi

embedded_vclnet.dpr

program Embedded_VclNet; {%DelphiDotNetAssemblyCompiler '$(SystemRoot)\microsoft.net\framework\v1.1.4322\system.drawing.dll'} uses Forms, Main in 'Main.pas' {fmMain}; {$R *.res} begi

misc-embedded.c

/* * BK Id: %F% %I% %G% %U% %#% * * Originally adapted by Gary Thomas. Much additional work by * Cort Dougan . On top of that still more work by * Dan Malek .