1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

WorkLog #1323 (part 2)

New Statement: SHOW [STORAGE] ENGINES
New System Variable: storage_engine
New mysqld Argument: --default-storage-engine=
This commit is contained in:
antony@ltantony.rdg.cyberkinetica.homeunix.net
2003-12-17 22:52:03 +00:00
parent abaaa0f37b
commit 2b53eef5f0
22 changed files with 142 additions and 81 deletions

View File

@@ -104,7 +104,7 @@ enum db_type ha_resolve_by_name(const char *name, uint namelen)
return DB_TYPE_UNKNOWN;
}
const char *ha_get_table_type(enum db_type db_type)
const char *ha_get_storage_engine(enum db_type db_type)
{
show_table_type_st *types;
for (types= sys_table_types; types->type; types++)