| Bug #14642 | Please implement a CURRENT_DATABASE()/CURRENT_SCHEMA() function | ||
|---|---|---|---|
| Submitted: | 4 Nov 2005 15:01 | Modified: | 7 Feb 2006 21:04 |
| Reporter: | Roland Bouman | ||
| Status: | Verified | ||
| Category: | Server: SP | Severity: | S4 (Feature request) |
| Version: | 5.0.15-nt | OS: | Any (NA) |
| Assigned to: | Target Version: | ||
| Triage: | Triaged: D5 (Feature request) | ||
[4 Nov 2005 15:01]
Roland Bouman
[7 Feb 2006 15:16]
Markus Popp
I would also appreciate a function which returns the database from where the procedure is called instead of where the procedure resides.
[7 Feb 2006 15:21]
Valeriy Kravchuk
Thank you for a resonable feature request.
[7 Feb 2006 21:04]
Roland Bouman
Than you Valeriy for verifying this, and thank you Markus for picking this up. It would be nice to have many more of these reflective functions (CURRENT_PROCEDURE(), CURRENT_TRIGGER(), CURRENT_PROCEDURE_DEFINER(), CURRENT_PROCEDURE_INVOKER...well, we could go on and on...) but I would have an immediate purpose for this one.
[7 Feb 2006 22:43]
Markus Popp
There are some more commands for stored procedures, functions etc. that unfortunately still don't exist for triggers, e.g. SHOW TRIGGER STATUS SHOW CREATE TRIGGER DROP TRIGGER IF EXISTS (doesn't work with IF EXISTS) ... maybe more? I think that the same set of commands that are available for other features should work for triggers, too - there also should be an own set of privileges for triggers (I think, there is already a separate feature request for that).
