1
0
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:
Sergei Golubchik
2014-03-19 09:58:06 +01:00
parent 948056c535
commit e853b6ccfd
2 changed files with 4 additions and 4 deletions

View File

@ -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.