~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/hello_events/tests/r/dml.result

  • Committer: Monty Taylor
  • Date: 2010-12-05 07:48:35 UTC
  • mfrom: (1964.2.22 rip-plugin-sysvar)
  • mto: This revision was merged to the branch mainline in revision 1976.
  • Revision ID: mordred@inaugust.com-20101205074835-hppjgjaaq93t6vdc
Merge Monty: plugin_sysvar removal work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
hello_events1_before_update_position    1
4
4
hello_events1_before_write_position     1
5
5
hello_events1_enable    ON
 
6
hello_events1_post_drop_position        -1
6
7
hello_events1_watch_databases   events
7
8
hello_events1_watch_tables      t2
8
9
select IF(@BEFORE_INSERT_RECORD, "YES", "NO");