summaryrefslogtreecommitdiff
path: root/storage/innobase/include/btr0pcur.h
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2019-09-25 16:08:48 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2019-09-25 16:08:48 +0300
commita340af922361e3958e5d6653c8b840771db282f2 (patch)
tree02f12f49840d69ccfc992e5219c2a8a0b7067949 /storage/innobase/include/btr0pcur.h
parent5d0bab47fc4966fb67d7ad92e465badfb4803889 (diff)
downloadmariadb-git-a340af922361e3958e5d6653c8b840771db282f2.tar.gz
btr_block_get(): Remove redundant parameters
Diffstat (limited to 'storage/innobase/include/btr0pcur.h')
-rw-r--r--storage/innobase/include/btr0pcur.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/innobase/include/btr0pcur.h b/storage/innobase/include/btr0pcur.h
index 20f4730f48f..1ffc2eb4d76 100644
--- a/storage/innobase/include/btr0pcur.h
+++ b/storage/innobase/include/btr0pcur.h
@@ -526,7 +526,8 @@ struct btr_pcur_t{
ulint buf_size;
btr_pcur_t() :
- btr_cur(), latch_mode(0), old_stored(false), old_rec(NULL),
+ btr_cur(), latch_mode(RW_NO_LATCH),
+ old_stored(false), old_rec(NULL),
old_n_fields(0), rel_pos(btr_pcur_pos_t(0)),
block_when_stored(NULL),
modify_clock(0), withdraw_clock(0),