Skip to content
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.

Commit

Permalink
Removed "--socket" from mysqlsh script
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuseppe Maxia committed Jul 16, 2017
1 parent f96bbaa commit b34b6dd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 2 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
3.2.11 16-Jul-2017
- Removed "--socket" from mysqlsh script
3.2.10 03-May-2017
- Fixed error in --custom_mysqld handling
3.2.09 01-May-2017
Expand Down
2 changes: 1 addition & 1 deletion lib/MySQL/Sandbox.pm
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ our @EXPORT_OK= qw( is_port_open
split_version
) ;

our $VERSION=q{3.2.10};
our $VERSION=q{3.2.11};
our $DEBUG;

BEGIN {
Expand Down
2 changes: 1 addition & 1 deletion lib/MySQL/Sandbox/Recipes.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package MySQL::Sandbox::Recipes;
use strict;
use warnings;

our $VERSION=q{3.2.10};
our $VERSION=q{3.2.11};

1;
__END__
Expand Down
5 changes: 2 additions & 3 deletions lib/MySQL/Sandbox/Scripts.pm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ our @EXPORT_OK = qw(
);
our @EXPORT = @EXPORT_OK;

our $VERSION=q{3.2.10};
our $VERSION=q{3.2.11};

our @MANIFEST = (
'clear.sh',
Expand Down Expand Up @@ -1568,8 +1568,7 @@ case $mode in
--sqlc \
--user=_DBUSER_ \
--password=_DBPASSWORD_ \
--port=_SERVERPORT_ \
--socket=_GLOBALTMPDIR_/mysql_sandbox_SERVERPORT_.sock "$@"
--port=_SERVERPORT_ "$@"
;;
--js)
mysqlsh \
Expand Down

0 comments on commit b34b6dd

Please sign in to comment.