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
5fcd62a1
Commit
5fcd62a1
authored
May 04, 2004
by
guilhem@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
useless fixes for --report-password and --show-slave-auth-info (almost undocumented options),
just for beauty of truth.
parent
8ffa47c0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
sql/mysqld.cc
sql/mysqld.cc
+1
-1
sql/slave.cc
sql/slave.cc
+1
-1
No files found.
sql/mysqld.cc
View file @
5fcd62a1
...
...
@@ -3674,7 +3674,7 @@ relay logs",
"Change the value of a variable. Please note that this option is deprecated;you can set variables directly with --variable-name=value."
,
0
,
0
,
0
,
GET_STR
,
REQUIRED_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
{
"show-slave-auth-info"
,
OPT_SHOW_SLAVE_AUTH_INFO
,
"Show user and password in SHOW SLAVE
STATUS
"
,
"Show user and password in SHOW SLAVE
HOSTS on this master
"
,
(
gptr
*
)
&
opt_show_slave_auth_info
,
(
gptr
*
)
&
opt_show_slave_auth_info
,
0
,
GET_BOOL
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
{
"concurrent-insert"
,
OPT_CONCURRENT_INSERT
,
...
...
sql/slave.cc
View file @
5fcd62a1
...
...
@@ -1776,7 +1776,7 @@ int register_slave_on_master(MYSQL* mysql)
packet
.
append
((
char
)
0
);
if
(
report_password
)
net_store_data
(
&
packet
,
report_
user
);
net_store_data
(
&
packet
,
report_
password
);
else
packet
.
append
((
char
)
0
);
...
...
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