1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Fixed compiler warnings.

This commit is contained in:
Igor Babaev
2012-01-01 21:41:57 -08:00
parent d1fa433212
commit e5b0f4bb6c

View File

@@ -8619,6 +8619,7 @@ ha_innobase::info_low(
for (i = 0; i < table->s->keys; i++) {
ulong j;
rec_per_key = 1;
/* We could get index quickly through internal
index mapping with the index translation table.
The identity of index (match up index name with
@@ -8687,7 +8688,9 @@ ha_innobase::info_low(
index= innobase_get_index(
table->s->primary_key);
n_rows= ib_table->stat_n_rows;
for (j = 0; j < pk_parts; j++) {
if (ext_key_part_map & 1<<j) {