mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-5173 Cppcheck report
fixed bugs, found by cppcheck
This commit is contained in:
@ -95,7 +95,7 @@ public:
|
||||
bool check_sort_buffer_properties(uint num_records, uint record_length)
|
||||
{
|
||||
return (static_cast<uint>(m_idx_array.size()) == num_records &&
|
||||
m_record_length == m_record_length);
|
||||
m_record_length == record_length);
|
||||
}
|
||||
|
||||
/// Frees the buffer.
|
||||
|
Reference in New Issue
Block a user