~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/storage_engine_api_tester/tests/r/transaction.result

  • Committer: Stewart Smith
  • Date: 2011-07-03 09:42:33 UTC
  • mto: This revision was merged to the branch mainline in revision 2359.
  • Revision ID: stewart@flamingspork.com-20110703094233-w7noef50554wu3o2
add ~Cursor() state to SEAPITester

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
Cursor 1 Cursor()
31
31
::doCreateTable()
32
32
::SEAPITester()
 
33
Cursor 1 ~Cursor()
33
34
BEGIN
34
35
In Transaction
35
36
END STATEMENT
210
211
::SEAPITester()
211
212
Cursor 2 ::close()
212
213
Cursor 2 Cursor()
 
214
Cursor 2 ~Cursor()
213
215
BEGIN
214
216
In Transaction
215
217
select seapitester_clear_engine_state_history();