What will happen if a low value was assigned in my.cnf to any of the per-thread buffers, when it fills?
I'm thinking of possible scenarios:
- MySQL will gracefully call realloc for additional block with the same size.
- A buffer overflow, causing thread to terminate
- Unexpected behaviour, like incorrect sort (if sort-buffer-size is filled during the process)
0 Answers