~linuxjedi/drizzle/trunk-bug-689448

« back to all changes in this revision

Viewing changes to tests/suite/uuid_type/r/function.result

  • Committer: Brian Aker
  • Date: 2010-12-16 04:01:22 UTC
  • mfrom: (1996.2.1 compare)
  • Revision ID: brian@tangent.org-20101216040122-eodh5shwsij35ybe
Merge in uuid tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SELECT LENGTH(UUID());
 
2
LENGTH(UUID())
 
3
36
 
4
CREATE UUID ( a int );
 
5
ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your Drizzle server version for the right syntax to use near 'UUID ( a int )' at line 1
 
6
CREATE bad ( UUID int );
 
7
ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your Drizzle server version for the right syntax to use near 'bad ( UUID int )' at line 1