Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
7dc03144
Commit
7dc03144
authored
Aug 03, 2002
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge akeremidarski@work.mysql.com:/home/bk/mysql-4.0
into geopard.online.bg:/storage/bk/mysql-4.0
parents
8919dea9
8ab42633
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
include/sslopt-usage.h
include/sslopt-usage.h
+1
-1
scripts/mysqlhotcopy.sh
scripts/mysqlhotcopy.sh
+1
-0
No files found.
include/sslopt-usage.h
View file @
7dc03144
...
...
@@ -14,7 +14,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#ifdef
OPEN_
SSL
#ifdef
HAVE_OPEN
SSL
puts
(
"\
--ssl Use SSL for connection (automatically set with other flags
\n
\
--ssl-key X509 key in PEM format (implies --ssl)
\n
\
...
...
scripts/mysqlhotcopy.sh
View file @
7dc03144
...
...
@@ -156,6 +156,7 @@ $opt{allowold} = 1 if $opt{keepold};
# --- connect to the database ---
my
$dsn
=
";host=localhost"
;
$dsn
=
";host=127.0.0.1"
if
$opt
{
port
}
;
# use TCP/IP if port was given
$dsn
.
=
";port=
$opt
{port}"
if
$opt
{
port
}
;
$dsn
.
=
";mysql_socket=
$opt
{socket}"
if
$opt
{
socket
}
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment