Details
-
Bug
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
10.2.9
Description
[mariadb-10.2.9/storage/mroonga/vendor/groonga/lib/egn.cpp:2731] -> [mariadb-10.2.9/storage/mroonga/vendor/groonga/lib/egn.cpp:2731]: (style) Same expression on both sides of '||'.
|
[mariadb-10.2.9/storage/mroonga/vendor/groonga/lib/egn.cpp:2738] -> [mariadb-10.2.9/storage/mroonga/vendor/groonga/lib/egn.cpp:2738]: (style) Same expression on both sides of '||'.
|
Source code is
if ((arg1->data_type() != GRN_DB_BOOL) || |
(arg1->data_type() != GRN_DB_BOOL)) {
|
Similar code a few lines further down.
if ((arg1->data_type() != GRN_DB_BOOL) || |
(arg1->data_type() != GRN_DB_BOOL)) {
|