mirror of
https://github.com/MariaDB/server.git
synced 2026-05-04 22:25:32 +02:00
Automatic primary key for BDB tables
sql/field.h: Cleanup sql/filesort.cc: Cleanup sql/opt_range.cc: Remove index in use sql/sql_base.cc: Allow Berkeley DB tables used only the index when the query only uses the index + data from the primary key sql/sql_select.cc: Fix for left join optimization BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
This commit is contained in:
parent
d78f984097
commit
9c019f4e4f
12 changed files with 349 additions and 143 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue