mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Merging from mysql-5.1 to mysql-5.5.
This commit is contained in:
commit
76383243b2
3 changed files with 22 additions and 1 deletions
|
|
@ -5792,7 +5792,6 @@ ha_innobase::innobase_get_index(
|
|||
dict_index_t* index = 0;
|
||||
|
||||
DBUG_ENTER("innobase_get_index");
|
||||
ha_statistic_increment(&SSV::ha_read_key_count);
|
||||
|
||||
if (keynr != MAX_KEY && table->s->keys > 0) {
|
||||
key = table->key_info + keynr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue