~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/func_misc.test

  • 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:
10
10
 
11
11
select length(uuid()), charset(uuid()), length(unhex(replace(uuid(),_utf8'-',_utf8'')));
12
12
 
13
 
# As we can assume we are the only user for the mysqld server, the difference
14
 
# between two calls should be -1
15
 
set @a= uuid_short();
16
 
set @b= uuid_short();
17
 
select cast(@a - @b as signed);
18
 
 
19
13
#
20
14
# Test for core dump with nan
21
15
#