Beware of using Apache::StatINC or Apache::Reload, especially is the module in question is a module acting as a configuration file. A severe shortage of fun can occur.
A piggy bank of commands, fixes, succinct reviews, some mini articles and technical opinions from a (mostly) Perl developer.
Jump to
MySQL stored procedure gotchas
END and END IF statements must always end with a semicolon.
Labels:
databases,
mysql,
sql,
stored procedures
Putting MySQL to sleep
Use
select sleep(30);
You can call this from a script and then run
show full processlist;
on the server to verify that the script is hitting it.
Subscribe to:
Posts (Atom)