[MDEV-32378] concat_ws result with big strings Created: 2023-10-09 Updated: 2023-10-09 Resolved: 2023-10-09 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation |
| Affects Version/s: | 10.6.15 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | bulepage | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Description |
|
result is null, but in documentation no limit. Please update documentation!
return with null |
| Comments |
| Comment by Sergei Golubchik [ 2023-10-09 ] |
|
may be it's max_allowed_packet limit?
|
| Comment by bulepage [ 2023-10-09 ] |
|
Yes in my server is @@max_allowed_packet=10485760 |