~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

MergeĀ inĀ trunk.

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