summaryrefslogtreecommitdiff
path: root/storage/innobase/include/data0data.ic
diff options
context:
space:
mode:
authorJan Lindström <jan.lindstrom@mariadb.com>2017-01-25 10:11:37 +0200
committerJan Lindström <jan.lindstrom@mariadb.com>2017-01-26 08:05:24 +0200
commit71495a1748784a887f42888a2a7b8cac5e088ff6 (patch)
treee54eaeb99a8a9d0c441037025f53ac1d0b7ae0bb /storage/innobase/include/data0data.ic
parent45f451c769668e6a351b0c023a994fdf9c07b1f7 (diff)
downloadmariadb-git-71495a1748784a887f42888a2a7b8cac5e088ff6.tar.gz
MDEV-11849: Fix storage/innobase/* compile warnings
Diffstat (limited to 'storage/innobase/include/data0data.ic')
-rw-r--r--storage/innobase/include/data0data.ic1
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/innobase/include/data0data.ic b/storage/innobase/include/data0data.ic
index 71698cc12b3..2fe5190591b 100644
--- a/storage/innobase/include/data0data.ic
+++ b/storage/innobase/include/data0data.ic
@@ -467,7 +467,6 @@ dtuple_create_from_mem(
dtuple_t* tuple;
ulint n_t_fields = n_fields + n_v_fields;
- ut_ad(buf != NULL);
ut_a(buf_size >= DTUPLE_EST_ALLOC(n_t_fields));
tuple = (dtuple_t*) buf;