summaryrefslogtreecommitdiff
path: root/sql/handler.cc
diff options
context:
space:
mode:
authorunknown <heikki@donna.mysql.fi>2001-09-06 16:48:32 +0300
committerunknown <heikki@donna.mysql.fi>2001-09-06 16:48:32 +0300
commitd77f9f3642cb864879d77cba729db4d1b1f997da (patch)
tree6efa7dd7d59bdcf254f6a847f0e613afb7095e58 /sql/handler.cc
parent07a887b3836904c19a7dcc74ac1b73e82dbed7ec (diff)
downloadmariadb-git-d77f9f3642cb864879d77cba729db4d1b1f997da.tar.gz
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
Diffstat (limited to 'sql/handler.cc')
-rw-r--r--sql/handler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/handler.cc b/sql/handler.cc
index bb17d8f2331..2f6e3b11bdf 100644
--- a/sql/handler.cc
+++ b/sql/handler.cc
@@ -52,7 +52,7 @@ ulong ha_read_count, ha_write_count, ha_delete_count, ha_update_count,
const char *ha_table_type[] = {
"", "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,"",