diff options
author | Vasil Dimov <vasil.dimov@oracle.com> | 2011-06-16 16:14:16 +0300 |
---|---|---|
committer | Vasil Dimov <vasil.dimov@oracle.com> | 2011-06-16 16:14:16 +0300 |
commit | 1ba283a9c1ccfe059a7ee02c50fda3c4c84ad216 (patch) | |
tree | 62ebaffe39a7528654e8a4ace572a156a29d7b43 /storage | |
parent | f43adb8072d86de73b53f4cc6d7e03c1d9404297 (diff) | |
parent | 0dfe86f53f1a54f0d260ac8bd3c1bd712331e34d (diff) | |
download | mariadb-git-1ba283a9c1ccfe059a7ee02c50fda3c4c84ad216.tar.gz |
Merge mysql-5.1 -> mysql-5.5
Diffstat (limited to 'storage')
-rw-r--r-- | storage/innobase/btr/btr0btr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/btr/btr0btr.c b/storage/innobase/btr/btr0btr.c index e9100bb872c..3d8fadeaf92 100644 --- a/storage/innobase/btr/btr0btr.c +++ b/storage/innobase/btr/btr0btr.c @@ -3135,7 +3135,7 @@ btr_compress( ulint* offsets; ulint data_size; ulint n_recs; - ulint nth_rec; + ulint nth_rec = 0; /* remove bogus warning */ ulint max_ins_size; ulint max_ins_size_reorg; |