mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
additional after merge fix
mysql-test/r/partition_range.result: removed fix for bug#30573 mysql-test/suite/parts/r/rpl_partition.result: updated result file mysql-test/t/partition_range.test: removed test case for bug#30573 sql/ha_partition.cc: removed fix for bug#30573
This commit is contained in:
@@ -3853,7 +3853,7 @@ int ha_partition::read_range_first(const key_range *start_key,
|
||||
start_key->key,
|
||||
start_key->keypart_map, start_key->flag);
|
||||
}
|
||||
DBUG_RETURN (error? error: compare_key(end_range) <= 0 ? 0 : HA_ERR_END_OF_FILE);
|
||||
DBUG_RETURN(error);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user