NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
That's for CREATE, not running (Score:2)
Reading the docs, it seems like it's just for creating the triggers, not executing them.
Re: (Score:2)
Sorry, but not quite correct. It's a pain to read through, but this is the killer:
At trigger activation time, privileges are checked against the DEFINER user. This user must have these privileges:
That was not fun to track down, but there ya go.
Re: (Score:2)
Ugh, MySQL is _so_ lame.
Re: (Score:2)
Have you tested that? .. as it still seems to apply the privilege tests to the user that defined the trigger, rather than the user invoking it.
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;
Re: (Score:1)
Like Teejay said, DEFINER
Are you seeing something we're missing?
Bartek Jakubski (Score:1)
use the sandbox (Score:1)
flamerobin.org
Finally! (Score:1)