MySQL COMPRESS() function runs at client side or server side?
I am using C API client. When I do an insert command with a COMPRESS() function for one column data, does the client compress the data and send to server ? Or the compression happens at MySQL server side ?