summaryrefslogtreecommitdiff
path: root/storage/innobase/include/row0row.h
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2018-11-26 17:20:07 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2018-11-26 17:20:07 +0200
commit7dcbc33db5bd5282f35266ead5d78095848ee0f5 (patch)
treec6715d3d11c49416f7ae3a501adf0d7ab8e95750 /storage/innobase/include/row0row.h
parent8fe34dd45f39b22ae0134532b5b5247e4e8620fe (diff)
parent36359157cf2af0161f9ff856ed49c5a147c541f3 (diff)
downloadmariadb-git-7dcbc33db5bd5282f35266ead5d78095848ee0f5.tar.gz
Merge 10.3 into 10.4
Diffstat (limited to 'storage/innobase/include/row0row.h')
-rw-r--r--storage/innobase/include/row0row.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/include/row0row.h b/storage/innobase/include/row0row.h
index b46ca6eb3bc..8b3db8a1b64 100644
--- a/storage/innobase/include/row0row.h
+++ b/storage/innobase/include/row0row.h
@@ -418,7 +418,7 @@ row_mtr_start(mtr_t* mtr, dict_index_t* index, bool pessimistic)
{
mtr->start();
- switch (index->table->space->id) {
+ switch (index->table->space_id) {
case IBUF_SPACE_ID:
if (pessimistic
&& !(index->type & (DICT_UNIQUE | DICT_SPATIAL))) {