mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/home/dlenev/src/mysql-5.0-trg3 sql/handler.cc: Auto merged sql/sql_table.cc: Auto merged
This commit is contained in:
@ -2367,6 +2367,7 @@ TYPELIB *ha_known_exts(void)
|
||||
|
||||
known_extensions_id= mysys_usage_id;
|
||||
found_exts.push_back((char*) ".db");
|
||||
found_exts.push_back((char*) triggers_file_ext);
|
||||
for (types= sys_table_types; types->type; types++)
|
||||
{
|
||||
if (*types->value == SHOW_OPTION_YES)
|
||||
|
Reference in New Issue
Block a user