MySQL Forums
Forum List  »  Triggers

Re: CREATE TRIGGER crashes mysqld
Posted by: Bob Field
Date: January 16, 2006 08:20AM

That's the simplest solution. A more involved solution might be to assume that the trigger should reside in the same database that the target database does, i.e., 'table->s->db.str'. From a patch standpoint, though, the simplest fix is to throw an error and get out.

Options: ReplyQuote


Subject
Views
Written By
Posted
2862
January 14, 2006 09:39PM
2013
January 15, 2006 02:56PM
1968
January 15, 2006 03:18PM
Re: CREATE TRIGGER crashes mysqld
1804
January 16, 2006 08:20AM
1904
January 16, 2006 03:17PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.