summaryrefslogtreecommitdiff
path: root/sql/ha_innobase.h
diff options
context:
space:
mode:
authorunknown <heikki@hundin.mysql.fi>2002-07-30 02:07:01 +0300
committerunknown <heikki@hundin.mysql.fi>2002-07-30 02:07:01 +0300
commit4cdd34f57b5987b6d609761a506e8f238e4ef97f (patch)
tree58326fa0fcf0d852afc35ad2f0ba662f0ad2c8dd /sql/ha_innobase.h
parente72fd145e766401a441d31cceada9b3fa00773f2 (diff)
downloadmariadb-git-4cdd34f57b5987b6d609761a506e8f238e4ef97f.tar.gz
ha_innobase.h, ha_innobase.cc:
procinfo -> proc_info to make ha_innobase.cc to compile, add more comments about ref sql/ha_innobase.cc: procinfo -> proc_info to make ha_innobase.cc to compile, add more comments about ref sql/ha_innobase.h: procinfo -> proc_info to make ha_innobase.cc to compile, add more comments about ref
Diffstat (limited to 'sql/ha_innobase.h')
-rw-r--r--sql/ha_innobase.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/ha_innobase.h b/sql/ha_innobase.h
index aa497132b25..4a9f3a6251b 100644
--- a/sql/ha_innobase.h
+++ b/sql/ha_innobase.h
@@ -51,8 +51,6 @@ class ha_innobase: public handler
byte* key_val_buff; /* buffer used in converting
search key values from MySQL format
to Innobase format */
- uint ref_stored_len; /* length of the key value stored to
- 'ref' buffer of the handle, if any */
ulong int_option_flag;
uint primary_key;
uint last_dup_key;