Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
10.2(EOL)
Description
mariadb-10.2.14/storage/connect/filamtxt.cpp:429]: (style) Suspicious condition (assignment + comparison); Clarify expression with parentheses.
Source code is
if ((irc = InitDelete(g, Posar->GetIntValue(ix[i]),
Sosar->GetIntValue(ix[i])) == RC_FX))
Maybe better code
if ((irc = InitDelete(g, Posar->GetIntValue(ix[i]),
Sosar->GetIntValue(ix[i]))) == RC_FX)
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Labels | beginner-friendly |
Key |
|
|
Workflow | MariaDB ColumnStore workflow [ 86302 ] | MariaDB v3 [ 86309 ] |
Project | MariaDB Administrative Console [ 11101 ] | MariaDB Server [ 10000 ] |
Component/s | Storage Engine - Connect [ 10128 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Affects Version/s | 10.2 [ 14601 ] | |
Assignee | Olivier Bertrand [ bertrandop ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
issue.field.resolutiondate | 2018-05-10 09:21:37.0 | 2018-05-10 09:21:37.408 |
Fix Version/s | 10.0.36 [ 22916 ] | |
Fix Version/s | 10.1.34 [ 23100 ] | |
Fix Version/s | 10.2.15 [ 23006 ] | |
Fix Version/s | 10.3.7 [ 23005 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 86309 ] | MariaDB v4 [ 154059 ] |
Thanks for reporting. Your solution was applied.