MySQL Forums
Forum List  »  Triggers

Re: How to Raise Error ?
Posted by: Roland Bouman
Date: February 24, 2006 12:42PM

Hi Andrew,

yes, just as I was doing my groceries (after submitting the post, grrrr) I thought about that one too. I mean, I would rather like MySQL check my code for non-existing tables, columns, procs etc before accepting the code, and I would not be surprised if that feature would be implemented someday (have you put up a feature request?).

And of course, the proc should be flagged vaild or invalid just like in Oracle. To top it off, I would really like something like DBA_DEPENDENCIES view, or the equivalents defined in the standard.

I'm a bit confused as to what you mean by 'the table method'. I thought we established three flavours of work-arounds to fora an error:

1) violate unique constraint as documented at mysqldevelopment.com ('emulating check constraints')
2) reference non-existant procedure (Zigmunds suggestion)
3) UDF (as documented in my blog)

Options: ReplyQuote


Subject
Views
Written By
Posted
25127
November 17, 2005 04:00AM
16755
November 17, 2005 06:58AM
23716
November 19, 2005 08:53AM
14536
February 23, 2006 02:28AM
10813
February 23, 2006 04:42AM
15486
February 24, 2006 08:28AM
8513
February 24, 2006 10:15AM
Re: How to Raise Error ?
6295
February 24, 2006 12:42PM
7917
February 27, 2006 08:56AM
6714
February 27, 2006 11:27AM
18907
February 28, 2006 05:22AM
6564
December 20, 2006 03:34AM
4126
November 18, 2008 08:28AM
4774
November 18, 2008 12:45PM
6188
December 19, 2006 11:00AM
4993
December 19, 2006 02:35PM
6240
December 19, 2006 07:53PM
4424
December 20, 2006 03:37AM
4638
December 19, 2006 11:01AM
5514
November 24, 2006 05:32AM
4493
November 24, 2006 07:02AM
3635
December 23, 2008 06:08AM
11233
February 25, 2006 11:48PM
4964
December 19, 2007 04:24AM
3941
December 24, 2008 01:02PM
4788
December 19, 2007 03:59AM
4650
December 19, 2007 05:09AM
3540
November 18, 2008 08:25AM
3924
November 18, 2008 12:49PM
6027
December 19, 2007 04:46AM


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.