1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

handler.cc Change the parameter name of default-table-type from INNOBASE to INNODB

sql/handler.cc:
  Change the parameter name of default-table-type from INNOBASE to INNODB
This commit is contained in:
unknown
2001-09-06 16:48:32 +03:00
parent 07a887b383
commit d77f9f3642

View File

@@ -52,7 +52,7 @@ ulong ha_read_count, ha_write_count, ha_delete_count, ha_update_count,
const char *ha_table_type[] = { const char *ha_table_type[] = {
"", "DIAB_ISAM","HASH","MISAM","PISAM","RMS_ISAM","HEAP", "ISAM", "", "DIAB_ISAM","HASH","MISAM","PISAM","RMS_ISAM","HEAP", "ISAM",
"MRG_ISAM","MYISAM", "MRG_MYISAM", "BDB", "INNOBASE", "GEMINI", "?", "?",NullS "MRG_ISAM","MYISAM", "MRG_MYISAM", "BDB", "INNODB", "GEMINI", "?", "?",NullS
}; };
TYPELIB ha_table_typelib= {array_elements(ha_table_type)-4,"", TYPELIB ha_table_typelib= {array_elements(ha_table_type)-4,"",