~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/func_misc.test

  • 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:
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
#