~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to mysql-test/suite/rpl/r/rpl_trigger.result

manual merge 6.0-main --> 6.0-bka-review

Show diffs side-by-side

added added

removed removed

Lines of Context:
890
890
@
891
891
root@localhost
892
892
DROP TRIGGER trg1;
893
 
Warnings:
894
 
Warning 1454    No definer attribute for trigger 'test'.'trg1'. The trigger will be activated under the authorization of the invoker, which may have insufficient privileges. Please recreate the trigger.
895
893
DROP TABLE t1;
896
894
DROP TABLE t2;
897
895
STOP SLAVE;