mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
create ROW_START/ROW_END columns NOT NULL
This commit is contained in:
@ -3464,7 +3464,6 @@ int vers_get_partition_id(partition_info *part_info,
|
||||
DBUG_ASSERT(table->versioned());
|
||||
DBUG_ASSERT(table->vers_end_field() == row_end);
|
||||
|
||||
// new rows have NULL in row_end
|
||||
if (row_end->is_max() || row_end->is_null())
|
||||
{
|
||||
*part_id= vers_info->now_part->id;
|
||||
|
Reference in New Issue
Block a user