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
This commit is contained in:
unknown 2001-03-27 15:54:05 +03:00
commit fa8435088a
3 changed files with 2 additions and 3 deletions

View file

@ -111,7 +111,7 @@ dfield_check_typed(
/* out: TRUE if ok */
dfield_t* field) /* in: data field */
{
ut_a(dfield_get_type(field)->mtype <= DATA_SYS);
ut_a(dfield_get_type(field)->mtype <= DATA_MYSQL);
ut_a(dfield_get_type(field)->mtype >= DATA_VARCHAR);
return(TRUE);