Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
5.5.33
-
None
-
None
Description
it is
void update_used_tables()
|
{
|
Item_bool_func::update_used_tables();
|
if (regex_is_const)
|
maybe_null= 1;
|
}
|
should be
void update_used_tables()
|
{
|
Item_bool_func::update_used_tables();
|
if (!regex_is_const)
|
maybe_null= 1;
|
}
|
Note: test case is needed!
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Sergei Golubchik [ serg ] |
Description |
it is {code} void update_used_tables() { Item_bool_func::update_used_tables(); if (regex_is_const) maybe_null= 1; } {code} should be {code} void update_used_tables() { Item_bool_func::update_used_tables(); if (!regex_is_const) maybe_null= 1; } {code} Note: test case is needed! |
Assignee | Sergei Golubchik [ serg ] | Oleksandr Byelkin [ sanja ] |
Fix Version/s | 5.5.34 [ 13700 ] | |
Fix Version/s | 5.5.33a [ 13500 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Stalled [ 10000 ] |
Status | Stalled [ 10000 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Stalled [ 10000 ] |
Status | Stalled [ 10000 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Stalled [ 10000 ] |
Status | Stalled [ 10000 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Stalled [ 10000 ] |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Workflow | defaullt [ 29028 ] | MariaDB v2 [ 44201 ] |
Workflow | MariaDB v2 [ 44201 ] | MariaDB v3 [ 63484 ] |
Workflow | MariaDB v3 [ 63484 ] | MariaDB v4 [ 147050 ] |