summaryrefslogtreecommitdiff
path: root/storage/innobase/row/row0row.cc
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2019-04-03 10:29:15 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2019-04-03 10:32:21 +0300
commitdbc716675b183dc972a40dd1320f4bdae04c1f29 (patch)
tree65550afccea8fc9e0d47ba16a679eef44c7dab1a /storage/innobase/row/row0row.cc
parente3f44d8d0eb0277312391686672f81a460094917 (diff)
parentc0fca2863bcbd7cd231f1aa747b4f8d999e3a00e (diff)
downloadmariadb-git-dbc716675b183dc972a40dd1320f4bdae04c1f29.tar.gz
Merge 10.1 into 10.2
Diffstat (limited to 'storage/innobase/row/row0row.cc')
-rw-r--r--storage/innobase/row/row0row.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/storage/innobase/row/row0row.cc b/storage/innobase/row/row0row.cc
index a01238fd21a..687eab903f8 100644
--- a/storage/innobase/row/row0row.cc
+++ b/storage/innobase/row/row0row.cc
@@ -1,7 +1,7 @@
/*****************************************************************************
Copyright (c) 1996, 2018, Oracle and/or its affiliates. All Rights Reserved.
-Copyright (c) 2018, MariaDB Corporation.
+Copyright (c) 2018, 2019, MariaDB Corporation.
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
@@ -894,9 +894,6 @@ row_build_row_ref_in_tuple(
ulint offsets_[REC_OFFS_NORMAL_SIZE];
rec_offs_init(offsets_);
- ut_a(ref);
- ut_a(index);
- ut_a(rec);
ut_ad(!dict_index_is_clust(index));
ut_a(index->table);