Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
10.0.9
-
None
-
None
Description
While compiling mariadb 10.0.9 on Mac OSX, I found this:
build/mariadb-10.0.9/sql/filesort_utils.h:98:29: warning: self-comparison always evaluates to true [-Wtautological-compare]
|
m_record_length == m_record_length);
|
^
|
Attachments
Issue Links
- is duplicated by
-
MDEV-5173 Cppcheck report
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Description |
While compiling mariadb 10.0.9 on Mac OSX, I found this: build/mariadb-10.0.9/sql/filesort_utils.h:98:29: warning: self-comparison always evaluates to true [-Wtautological-compare] m_record_length == m_record_length); ^ |
While compiling mariadb 10.0.9 on Mac OSX, I found this: {noformat} build/mariadb-10.0.9/sql/filesort_utils.h:98:29: warning: self-comparison always evaluates to true [-Wtautological-compare] m_record_length == m_record_length); ^ {noformat} |
Fix Version/s | 10.0.10 [ 14500 ] | |
Resolution | Duplicate [ 3 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | defaullt [ 37705 ] | MariaDB v2 [ 43191 ] |
Workflow | MariaDB v2 [ 43191 ] | MariaDB v3 [ 62262 ] |
Workflow | MariaDB v3 [ 62262 ] | MariaDB v4 [ 147708 ] |
Thanks, datacharmer, this was fixed in 10.0.10 in
MDEV-5173