~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memory/tests/t/primary_key.test

  • Committer: Brian Aker
  • Date: 2011-01-18 07:21:16 UTC
  • mfrom: (2079.3.3 session-fix)
  • Revision ID: brian@tangent.org-20110118072116-nuflltzguzhq9rgg
Merge in update so that test-run.pl runs all of test/suite and fix for
create table like and FK.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
INSERT INTO t1 VALUES ("d9163f3c-6228-4f62-9c21-0af56883aaaa");
22
22
SELECT a FROM t1 ORDER BY a;
23
23
 
24
 
--error 1716
 
24
--error ER_INVALID_UUID_VALUE
25
25
INSERT INTO t1 VALUES ("d9163f3c-6228-4f62-9c21-0af56883");
26
26
SELECT a FROM t1 ORDER BY a;
27
27