Details
-
Task
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
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.