1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Additional tests for MDEV-13919 sql_mode=ORACLE: Derive length of VARCHAR...

This commit is contained in:
Alexander Barkov
2017-09-28 11:05:27 +04:00
parent f44d5de689
commit c9a01420cf
4 changed files with 413 additions and 2 deletions

View File

@ -2384,6 +2384,8 @@ Field *Type_handler_set::make_table_field(const LEX_CSTRING *name,
attr.collation);
}
/*************************************************************************/
/*
If length is not specified for a varchar parameter, set length to the
maximum length of the actual argument. Goals are: