mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
cleanup: remove table->status from some engines
from engines that we don't need to merge from a third-party repository on a regular basis
This commit is contained in:
@@ -4953,7 +4953,6 @@ int ha_partition::rnd_next(uchar *buf)
|
||||
end:
|
||||
m_part_spec.start_part= NO_CURRENT_PART_ID;
|
||||
end_dont_reset_start_part:
|
||||
table->status= STATUS_NOT_FOUND;
|
||||
DBUG_RETURN(result);
|
||||
}
|
||||
|
||||
@@ -5857,7 +5856,6 @@ int ha_partition::partition_scan_set_up(uchar * buf, bool idx_read_flag)
|
||||
key not found.
|
||||
*/
|
||||
DBUG_PRINT("info", ("scan with no partition to scan"));
|
||||
table->status= STATUS_NOT_FOUND;
|
||||
DBUG_RETURN(HA_ERR_END_OF_FILE);
|
||||
}
|
||||
if (m_part_spec.start_part == m_part_spec.end_part)
|
||||
@@ -5882,7 +5880,6 @@ int ha_partition::partition_scan_set_up(uchar * buf, bool idx_read_flag)
|
||||
if (start_part == MY_BIT_NONE)
|
||||
{
|
||||
DBUG_PRINT("info", ("scan with no partition to scan"));
|
||||
table->status= STATUS_NOT_FOUND;
|
||||
DBUG_RETURN(HA_ERR_END_OF_FILE);
|
||||
}
|
||||
if (start_part > m_part_spec.start_part)
|
||||
|
Reference in New Issue
Block a user