~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/myisam.result

  • Committer: Brian Aker
  • Date: 2009-01-28 08:27:13 UTC
  • mfrom: (813.1.7 new-temporal)
  • Revision ID: brian@tangent.org-20090128082713-13yfi46omee0wbpx
Import work from Jay

Show diffs side-by-side

added added

removed removed

Lines of Context:
470
470
update t1 set b='b  ' where a > 1;
471
471
ERROR 23000: Duplicate entry 'b  ' for key 'b'
472
472
insert into t1 (b) values ('b');
473
 
ERROR 23000: Duplicate entry 'b  ' for key 'b'
 
473
ERROR 23000: Duplicate entry 'b' for key 'b'
474
474
select * from t1;
475
475
a       b
476
476
1       a