in reply to Re: checking mySQL database for unique CRC32 as proxy for long string
in thread checking mySQL database for unique CRC32 as proxy for long string

 my database [...]
This gives me a segmentation fault

Wow. Did you report that back to wherever that database was manufactured?

(For instance, if it were PostgreSQL they would want to know about such a awful bug.)

(And, by the way, if it were postgres you could use md5 as a db-function, no need for external checksumming.)

  • Comment on Re^2: checking mySQL database for unique CRC32 as proxy for long string
  • Download Code