diff options
author | Sergey Petrunya <psergey@askmonty.org> | 2011-01-14 12:55:03 +0300 |
---|---|---|
committer | Sergey Petrunya <psergey@askmonty.org> | 2011-01-14 12:55:03 +0300 |
commit | da5db2e19f775efcda5ea002670ff866e499ae64 (patch) | |
tree | 9c91826d60d9bd44c38a98b9a04d300e816c8b21 /sql/structs.h | |
parent | b266e5b972ec05ce82cccf829abf6c137e090cdd (diff) | |
download | mariadb-git-da5db2e19f775efcda5ea002670ff866e499ae64.tar.gz |
Backport of:
3723 oystein.grovlen@sun.com 2009-11-23
Bug#46548 (addendum)
Remove KEY::extra_length. It is not in use.
Diffstat (limited to 'sql/structs.h')
-rw-r--r-- | sql/structs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/structs.h b/sql/structs.h index fbbafafe3ea..86d1f12424e 100644 --- a/sql/structs.h +++ b/sql/structs.h @@ -75,7 +75,6 @@ typedef struct st_key { uint key_length; /* Tot length of key */ ulong flags; /* dupp key and pack flags */ uint key_parts; /* How many key_parts */ - uint extra_length; uint usable_key_parts; /* Should normally be = key_parts */ uint block_size; uint name_length; |