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
Transition | Time In Source Status | Execution Times |
---|
|
3d 18h 13m | 1 |
|
1d 15h 30m | 3 |
|
1d 8h 55m | 4 |
|
7d 22h 3m | 1 |