diff options
author | Michael Widenius <monty@askmonty.org> | 2010-08-25 01:44:50 +0300 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2010-08-25 01:44:50 +0300 |
commit | ac2f8f4d27f80c08b71f471e3a0906552b9feda4 (patch) | |
tree | 4d9d65f5747636d6dea9295e79464108df24a9a2 /storage/xtradb/handler | |
parent | 0a846ae42139ea3ffd1cded0ba951487b4a58058 (diff) | |
parent | 861d0c86e1baaea4a0ffffddc807ebb78e90d902 (diff) | |
download | mariadb-git-ac2f8f4d27f80c08b71f471e3a0906552b9feda4.tar.gz |
Automerge with 5.1
Diffstat (limited to 'storage/xtradb/handler')
-rw-r--r-- | storage/xtradb/handler/i_s.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/xtradb/handler/i_s.cc b/storage/xtradb/handler/i_s.cc index cc30bdee1dd..7cb4a7ac718 100644 --- a/storage/xtradb/handler/i_s.cc +++ b/storage/xtradb/handler/i_s.cc @@ -3459,7 +3459,7 @@ i_s_innodb_table_stats_fill( field_store_string(i_s_table->field[0], buf); field_store_string(i_s_table->field[1], ptr); - i_s_table->field[2]->store(table->stat_n_rows); + i_s_table->field[2]->store(table->stat_n_rows, 1); i_s_table->field[3]->store(table->stat_clustered_index_size); i_s_table->field[4]->store(table->stat_sum_of_other_index_sizes); i_s_table->field[5]->store(table->stat_modified_counter); |