diff options
author | monty@donna.mysql.com <> | 2000-10-16 02:29:48 +0300 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-10-16 02:29:48 +0300 |
commit | 422979694649ad87e1406a8ea408467cbc4e5d0e (patch) | |
tree | 5027f963ce243feb9758c98bc0d3be35c3b4c614 /sql/table.h | |
parent | 9323e733ff9bfbbc7555de94cb9b603f47502905 (diff) | |
download | mariadb-git-422979694649ad87e1406a8ea408467cbc4e5d0e.tar.gz |
Automatic primary key for BDB tables
Diffstat (limited to 'sql/table.h')
-rw-r--r-- | sql/table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/table.h b/sql/table.h index 4f17bbf9c49..5bbb0210f38 100644 --- a/sql/table.h +++ b/sql/table.h @@ -113,7 +113,7 @@ struct st_table { byte *record_pointers; /* If sorted in memory */ ha_rows found_records; /* How many records in sort */ ORDER *group; - key_map quick_keys,used_keys; + key_map quick_keys, used_keys, ref_primary_key; ha_rows quick_rows[MAX_KEY]; uint quick_key_parts[MAX_KEY]; key_part_map const_key_parts[MAX_KEY]; |