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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
a7065679
Commit
a7065679
authored
Dec 28, 2000
by
mwagner@evoq.home.mwagner.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mysqltest.c Clean-ups.
parent
79999335
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
client/mysqltest.c
client/mysqltest.c
+1
-3
No files found.
client/mysqltest.c
View file @
a7065679
...
@@ -950,8 +950,6 @@ int read_query(struct query** q_ptr)
...
@@ -950,8 +950,6 @@ int read_query(struct query** q_ptr)
return
0
;
return
0
;
}
}
enum
options
{
OPT_NODEFAULTS
}
;
struct
option
long_options
[]
=
struct
option
long_options
[]
=
{
{
{
"verbose"
,
no_argument
,
0
,
'v'
},
{
"verbose"
,
no_argument
,
0
,
'v'
},
...
@@ -1030,7 +1028,7 @@ int parse_args(int argc, char **argv)
...
@@ -1030,7 +1028,7 @@ int parse_args(int argc, char **argv)
{
{
my_free
(
pass
,
MYF
(
MY_ALLOW_ZERO_PTR
));
my_free
(
pass
,
MYF
(
MY_ALLOW_ZERO_PTR
));
pass
=
my_strdup
(
optarg
,
MYF
(
MY_FAE
));
pass
=
my_strdup
(
optarg
,
MYF
(
MY_FAE
));
while
(
*
optarg
)
*
optarg
++=
'x'
;
/
/ Destroy argument
while
(
*
optarg
)
*
optarg
++=
'x'
;
/
* Destroy argument */
}
}
else
else
tty_password
=
1
;
tty_password
=
1
;
...
...
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