Hi! On Oct 16, 2008, at 5:46 AM, Andrey Hristov wrote:
forgot to add something. In the MySQL C/S protocol we are missing a check-sum to check whether the data is correct. I am aware that TCP has own check-summing but it protects only from problems during the network transmission, not memory problems. As this is not often the case it should be pluggable. As the server cannot know the CRC when starting to send the data to the client, it should be sent as last
I like the idea of optionally sending this. We know this is needed in replication and in general its not a bad idea to allow for this optionally.
-- _______________________________________________________ Brian "Krow" Aker, brian at tangent.org Seattle, Washington http://krow.net/ <-- Me http://tangent.org/ <-- Software _______________________________________________________ You can't grep a dead tree. _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

