~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/type_blob.test

  • Committer: lbieber
  • Date: 2010-08-23 22:45:16 UTC
  • mfrom: (1727.2.1 staging)
  • Revision ID: lbieber@orisndriz03-20100823224516-k12j5r4znqnznr9d
Merge Vijay - bug 621866 - Changed --transaction-log.sync-method to --transaction-log.flush-frequency
Merge Lee - bug 622005 updateing test results that need to sorted by adding --sorted_result - 
Merge Andrew - bug #617537 re-connect connectionID is wrong 
Merge Andrew - bug #617534 incorrect error when reconnecting

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
insert into t1 values (null,"bbb","BBB");
55
55
insert into t1 values (null,"ccc","CCC");
56
56
select last_insert_id();
 
57
--sorted_result
57
58
select * from t1,t1 as t2;
58
59
 
59
60
drop table t1;