~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/func_crc32.result

  • Committer: Brian Aker
  • Date: 2009-05-06 07:14:56 UTC
  • mfrom: (1005.1.4 mordred)
  • Revision ID: brian@gaz-20090506071456-8whd3jjb4i1c1yd4
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
select crc32();
 
2
ERROR 42000: Incorrect parameters in the call to native function 'crc32'
 
3
select crc32('foo','bar','baz');
 
4
ERROR 42000: Incorrect parameters in the call to native function 'crc32'
1
5
select crc32('12341234');
2
6
crc32('12341234')
3
7
2136042507