diff options
author | unknown <heikki@donna.mysql.fi> | 2001-03-27 15:54:05 +0300 |
---|---|---|
committer | unknown <heikki@donna.mysql.fi> | 2001-03-27 15:54:05 +0300 |
commit | fa8435088a00b4ca5766a3ae708f69c7e5b4f34b (patch) | |
tree | c94b5657011404e045433e0d28a1e808d2267121 /innobase/include | |
parent | 4bf00b00b74e11b801d6ad4ade5de9a07b88e1cf (diff) | |
download | mariadb-git-fa8435088a00b4ca5766a3ae708f69c7e5b4f34b.tar.gz |
data0data.c Small changes to eliminate some asserts in the debug version
data0type.c Small changes to eliminate some asserts in the debug version
data0type.ic Small changes to eliminate some asserts in the debug version
innobase/data/data0data.c:
Small changes to eliminate some asserts in the debug version
innobase/data/data0type.c:
Small changes to eliminate some asserts in the debug version
innobase/include/data0type.ic:
Small changes to eliminate some asserts in the debug version
Diffstat (limited to 'innobase/include')
-rw-r--r-- | innobase/include/data0type.ic | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/innobase/include/data0type.ic b/innobase/include/data0type.ic index ca93c6a5383..f6bdaf69662 100644 --- a/innobase/include/data0type.ic +++ b/innobase/include/data0type.ic @@ -149,7 +149,6 @@ dtype_store_for_order_and_null_size( dtype_t* type) /* in: type struct */ { ut_ad(4 == DATA_ORDER_NULL_TYPE_BUF_SIZE); - ut_ad(type->prtype < 256); buf[0] = (byte)(type->mtype & 0xFF); buf[1] = (byte)(type->prtype & 0xFF); |