On Mon, Mar 22, 2004 at 01:32:12PM -0800, Daniel Quinlan wrote: > Sidney Markowitz <[EMAIL PROTECTED]> writes: > > > Also in the bayes_token changed token from VARCHAR to BIGINT. I patched > > SQL.pm to convert the token string into the low order 15 hex digits of > > the SHA-1 hash of the string. By putting a "0x" in front of that in the > > SELECT, MySQL will treat the string as a 64bit integer even though perl > > doesn't itself support 64 bit integers. > > We should be able to make this an option used by all the Store engines, > not just SQL. >
I agree, anything we do should transfer across all storage backends. We need to be able to dump (backup) from one backend, twiddle the config and restore to another backend and back again. Michael
