~vkolesnikov/pbxt/pbxt-preload-test-bug

« back to all changes in this revision

Viewing changes to pbxt/mysql-test-update/mysql-test/t/sp_trans.test

  • Committer: paul-mccullagh
  • Date: 2008-03-10 11:36:34 UTC
  • Revision ID: paul-mccullagh-417ebf175a9c8ee6e5b3777d9e2398e1fb197391
Implemented full durability

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
    end if;
90
90
    return i;
91
91
  end|
92
 
--error 1582
 
92
--error ER_DUP_ENTRY
93
93
insert into t1 values (bug10015_5(4)), (bug10015_5(5))|
94
94
select * from t1|
95
95
drop function bug10015_5|