~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/func_misc.result

  • Committer: mark
  • Date: 2008-07-13 01:49:20 UTC
  • mto: This revision was merged to the branch mainline in revision 142.
  • Revision ID: mark@piggy.tangent.org-20080713014920-0m6zrvbzaext73ij
remove UUID_SHORT()

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
select length(uuid()), charset(uuid()), length(unhex(replace(uuid(),_utf8'-',_utf8'')));
24
24
length(uuid())  charset(uuid()) length(unhex(replace(uuid(),_utf8'-',_utf8'')))
25
25
36      utf8    16
26
 
set @a= uuid_short();
27
 
set @b= uuid_short();
28
 
select cast(@a - @b as signed);
29
 
cast(@a - @b as signed)
30
 
-1
31
26
select length(format('nan', 2)) > 0;
32
27
length(format('nan', 2)) > 0
33
28
1