mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 15:24:16 +01:00
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into pcgem.rdg.cyberkinetica.com:/usr/home/acurtis/work/wl1280-part1
This commit is contained in:
commit
4696bb41b4
1 changed files with 4 additions and 0 deletions
|
@ -137,7 +137,11 @@ enum db_type ha_checktype(enum db_type database_type)
|
|||
break;
|
||||
}
|
||||
/* Use this as default */
|
||||
#if 0
|
||||
return((enum db_type) current_thd->variables.table_type);
|
||||
#else
|
||||
return(DB_TYPE_MYISAM);
|
||||
#endif
|
||||
} /* ha_checktype */
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue