This repository was archived by the owner on Apr 9, 2021. It is now read-only.
File tree 4 files changed +6
-5
lines changed
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change
1
+ 3.2.11 16-Jul-2017
2
+ - Removed "--socket" from mysqlsh script
1
3
3.2.10 03-May-2017
2
4
- Fixed error in --custom_mysqld handling
3
5
3.2.09 01-May-2017
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ our @EXPORT_OK= qw( is_port_open
30
30
split_version
31
31
) ;
32
32
33
- our $VERSION =q{ 3.2.10 } ;
33
+ our $VERSION =q{ 3.2.11 } ;
34
34
our $DEBUG ;
35
35
36
36
BEGIN {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package MySQL::Sandbox::Recipes;
3
3
use strict;
4
4
use warnings;
5
5
6
- our $VERSION =q{ 3.2.10 } ;
6
+ our $VERSION =q{ 3.2.11 } ;
7
7
8
8
1;
9
9
__END__
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ our @EXPORT_OK = qw(
17
17
) ;
18
18
our @EXPORT = @EXPORT_OK ;
19
19
20
- our $VERSION =q{ 3.2.10 } ;
20
+ our $VERSION =q{ 3.2.11 } ;
21
21
22
22
our @MANIFEST = (
23
23
' clear.sh' ,
@@ -1568,8 +1568,7 @@ case $mode in
1568
1568
--sqlc \
1569
1569
--user=_DBUSER_ \
1570
1570
--password=_DBPASSWORD_ \
1571
- --port=_SERVERPORT_ \
1572
- --socket=_GLOBALTMPDIR_/mysql_sandbox_SERVERPORT_.sock "$@"
1571
+ --port=_SERVERPORT_ "$@"
1573
1572
;;
1574
1573
--js)
1575
1574
mysqlsh \
You can’t perform that action at this time.
0 commit comments