mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
eval0eval.ic:
Remove wrong assertion that fails on 64 bits innobase/include/eval0eval.ic: Remove wrong assertion that fails on 64 bits
This commit is contained in:
parent
3c04bddb04
commit
d5311abe2c
1 changed files with 0 additions and 2 deletions
|
|
@ -205,8 +205,6 @@ eval_node_copy_and_alloc_val(
|
|||
{
|
||||
byte* data;
|
||||
|
||||
ut_ad(UNIV_SQL_NULL > ULINT_MAX);
|
||||
|
||||
if (len == UNIV_SQL_NULL) {
|
||||
dfield_set_len(que_node_get_val(node), len);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue