Increase size of static SQL buffers in the mysql plugin
Status: Alpha
Brought to you by:
paulmillar
The attached patch increases the static SQL buffers in store.c to 32KB and improves the error message when the SQL statement would exceed the fixed size.
This should probably be fixed with alloc/realloc, but increasing the static bufffers (which exist only for the life of a function call) seems reasonable to me.
patch which increases the size of the static SQL buffers in the MySQL plugin