mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
Merge 10.5 into 10.6
This commit is contained in:
commit
7783161f30
2 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,7 @@
|
|||
|
||||
--disable_query_log
|
||||
call mtr.add_suppression("Can't create/write to file '/dev/null/nonexistent/ib");
|
||||
call mtr.add_suppression("Can't create/write to file '' \\\(Errcode: 20 \"Not a directory\"\\\)");
|
||||
call mtr.add_suppression("InnoDB: Unable to create temporary file");
|
||||
call mtr.add_suppression("last file in setting innodb_temp_data_file_path");
|
||||
call mtr.add_suppression("The table 't1' is full");
|
||||
|
|
|
@ -3445,7 +3445,6 @@ row_ins_index_entry_set_vals(
|
|||
field->len = UNIV_SQL_NULL;
|
||||
field->type.prtype = DATA_BINARY_TYPE;
|
||||
} else {
|
||||
ut_ad(col->len <= UNIV_PAGE_SIZE_MAX);
|
||||
ut_ad(ind_field->fixed_len <= col->len);
|
||||
dfield_set_data(field, field_ref_zero,
|
||||
ind_field->fixed_len);
|
||||
|
|
Loading…
Reference in a new issue