Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Fix Version/s: 10.2.0
-
Component/s: Character Sets
-
Labels:
-
Sprint:10.2.0-6, 10.2.0-7, 10.2.0-9, 10.2.0-10
Description
There is a function in MY_COLLATION_HANDLER:
int (*strnncollsp)(CHARSET_INFO *,
|
const uchar *, size_t, const uchar *, size_t,
|
my_bool diff_if_only_endspace_difference);
|
The "diff_if_only_endspace_difference" parameter is never used and should be removed.