mirror of
https://github.com/MariaDB/server.git
synced 2026-04-25 09:45:31 +02:00
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:
parent
4bf00b00b7
commit
fa8435088a
3 changed files with 2 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue