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
81437a72
Commit
81437a72
authored
Oct 31, 2005
by
pem@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed C++-isms from client/mysqltest.c
parent
da64397b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
client/mysqltest.c
client/mysqltest.c
+1
-2
No files found.
client/mysqltest.c
View file @
81437a72
...
...
@@ -2180,6 +2180,7 @@ int do_connect(struct st_query *q)
int
free_con_sock
=
0
;
int
error
=
0
;
int
create_conn
=
1
;
VAR
*
var_port
,
*
var_sock
;
DBUG_ENTER
(
"do_connect"
);
DBUG_PRINT
(
"enter"
,(
"connect: %s"
,
p
));
...
...
@@ -2199,7 +2200,6 @@ int do_connect(struct st_query *q)
p
=
safe_get_param
(
p
,
&
con_db
,
"Missing connection db"
);
/* Port */
VAR
*
var_port
;
p
=
safe_get_param
(
p
,
&
con_port_str
,
0
);
if
(
*
con_port_str
)
{
...
...
@@ -2222,7 +2222,6 @@ int do_connect(struct st_query *q)
}
/* Sock */
VAR
*
var_sock
;
p
=
safe_get_param
(
p
,
&
con_sock
,
0
);
if
(
*
con_sock
)
{
...
...
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