dedupeio / dedupe-examples

:id: Examples for using the dedupe library
MIT License
404 stars 216 forks source link

group_concat_max_len isn't long enough #81

Closed jbeales closed 6 years ago

jbeales commented 6 years ago

In the MySQL example I'm getting a GROUP_CONCAT() was truncated at row XXX error, so it looks like MySQL's group_concat_max_len variable is too low.