3
All the functions in mystrings/ do this little "increment in the
4
loop and then decrement on the way out." That's just silly.
6
Move my_compress() into libdrizzle/net_serv.c and throw away my_uncompress.
8
The const uchar *packet into net_real_write() is wrong. We free
9
the packet, so it is not const.
11
The const uchar *key in _mi_record_pos is wrong.
13
Work on getting ccache running.