~daniel-nichter/mysql-sandbox/any-package-support

« back to all changes in this revision

Viewing changes to lib/MySQL/Sandbox.pm

  • Committer: Giuseppe Maxia
  • Date: 2010-04-06 16:00:41 UTC
  • Revision ID: g.maxia@gmail.com-20100406160041-wpi1t580w2jqdfak
- added a check in the 'start' script to verify that mysqld_safe exists and does can run properly.
- Added an exit code to the 'start' script to alert when the server does not start
- added help to make_sandbox_from_installed. Added /usr/sbin as source directory
- added instructions to the 'clear' script to remove functions and plugins 

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
                    use_env
23
23
                    get_option_file_contents ) ;
24
24
 
25
 
our $VERSION="3.0.08";
 
25
our $VERSION="3.0.09";
26
26
our $DEBUG;
27
27
 
28
28
BEGIN {