summaryrefslogtreecommitdiff
path: root/storage/innobase/include/dict0types.h
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@oracle.com>2011-01-17 14:11:43 +0200
committerMarko Mäkelä <marko.makela@oracle.com>2011-01-17 14:11:43 +0200
commit3d1f29865747c4afcc95fdabab6130d84e662e51 (patch)
tree77fb291c2d6a3e2043182cefd38080599667935d /storage/innobase/include/dict0types.h
parent5a0138e250b9feccf1e8e6335ea861892e5b37dd (diff)
parent1f3975b4f8b22eef97b2d86b8ecbc17c90c5f1ea (diff)
downloadmariadb-git-3d1f29865747c4afcc95fdabab6130d84e662e51.tar.gz
Merge from mysql-5.1-innodb to mysql-5.5-innodb.
Diffstat (limited to 'storage/innobase/include/dict0types.h')
-rw-r--r--storage/innobase/include/dict0types.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/storage/innobase/include/dict0types.h b/storage/innobase/include/dict0types.h
index 0a9edfbfe70..687209575c9 100644
--- a/storage/innobase/include/dict0types.h
+++ b/storage/innobase/include/dict0types.h
@@ -33,11 +33,6 @@ typedef struct dict_index_struct dict_index_t;
typedef struct dict_table_struct dict_table_t;
typedef struct dict_foreign_struct dict_foreign_t;
-/* A cluster object is a table object with the type field set to
-DICT_CLUSTERED */
-
-typedef dict_table_t dict_cluster_t;
-
typedef struct ind_node_struct ind_node_t;
typedef struct tab_node_struct tab_node_t;