~drizzle-trunk/drizzle/development

1
2
3
4
5
6
7
8
9
select crc32('12341234');
crc32('12341234')
2136042507
select crc32('a');
crc32('a')
3904355907
select crc32('taohuoahusoahusoa haneo uhnteoahu ntoahu saonhu aoeuoa hun');
crc32('taohuoahusoahusoa haneo uhnteoahu ntoahu saonhu aoeuoa hun')
734998015