mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge branch '10.2' into bb-10.2-mdev9543
- Make Window Functions errors use the MariaDB's extra error range. - Fix a trivial bug in check_error_mesg
This commit is contained in:
@@ -4167,7 +4167,6 @@ SJ_TMP_TABLE::create_sj_weedout_tmp_table(THD *thd)
|
||||
field->null_ptr,
|
||||
field->null_bit)))
|
||||
goto err;
|
||||
key_part_info->key_part_flag|= HA_END_SPACE_ARE_EQUAL; //todo need this?
|
||||
}
|
||||
keyinfo->key_length+= key_part_info->length;
|
||||
}
|
||||
|
Reference in New Issue
Block a user