diff options
author | unknown <monty@mysql.com> | 2005-02-25 19:51:29 +0200 |
---|---|---|
committer | unknown <monty@mysql.com> | 2005-02-25 19:51:29 +0200 |
commit | 0be32e7e5a03be486c49dab46c2630c89a6e99f4 (patch) | |
tree | e6f827904039e2af38a0130f261728726ef9dc16 /sql/ha_heap.cc | |
parent | 3d8aed6d83096102d8273bd238cc186e0fbbf0cb (diff) | |
parent | 08b3e79e409c79e09751ac8fd684898e390737d3 (diff) | |
download | mariadb-git-0be32e7e5a03be486c49dab46c2630c89a6e99f4.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/home/my/mysql-5.0
sql/sp_pcontext.cc:
Auto merged
Diffstat (limited to 'sql/ha_heap.cc')
-rw-r--r-- | sql/ha_heap.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/ha_heap.cc b/sql/ha_heap.cc index d30435310dc..b5884b17093 100644 --- a/sql/ha_heap.cc +++ b/sql/ha_heap.cc @@ -494,7 +494,6 @@ int ha_heap::create(const char *name, TABLE *table_arg, for (; key_part != key_part_end; key_part++, seg++) { - uint flag= key_part->key_type; Field *field= key_part->field; if (pos->algorithm == HA_KEY_ALG_BTREE) |