-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.0.1, 5.5.29, 5.3.12
-
Component/s: None
-
Labels:None
10.0.1 tarball has very suspicious code in sql/sql_join_cache.cc line 777:
len+= tab->get_max_used_fieldlength();
|
len_last=+ tab->get_used_fieldlength();
|
Note that on the second line '+' is after '='. Looking at the surroundings it seems that '+' was supposed to be before '='. Please check if it's a bug.