Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.0.1, 5.5.29, 5.3.12
-
None
-
None
Description
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.