~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/func_misc.result

  • Committer: Brian Aker
  • Date: 2008-07-13 02:23:24 UTC
  • mfrom: (138.1.1 remove-uuid-short)
  • Revision ID: brian@tangent.org-20080713022324-ejablzhzc8vhtw5x
Merge from Mark to remove short UUID

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