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
fafc130b
Commit
fafc130b
authored
Feb 25, 2004
by
arjen@bitbike.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Inserted comment about lost root pwd procedure in Docs relying on command order in mysqladmin.
parent
f75e125d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
BitKeeper/etc/logging_ok
BitKeeper/etc/logging_ok
+1
-0
client/mysqladmin.c
client/mysqladmin.c
+8
-0
No files found.
BitKeeper/etc/logging_ok
View file @
fafc130b
...
...
@@ -6,6 +6,7 @@ Miguel@light.local
Sinisa@sinisa.nasamreza.org
ahlentz@co3064164-a.rochd1.qld.optusnet.com.au
akishkin@work.mysql.com
arjen@bitbike.com
arjen@co3064164-a.bitbike.com
arjen@fred.bitbike.com
arjen@george.bitbike.com
...
...
client/mysqladmin.c
View file @
fafc130b
...
...
@@ -420,6 +420,14 @@ static int execute_commands(MYSQL *mysql,int argc, char **argv)
{
const
char
*
status
;
/*
MySQL documentation relies on the fact that mysqladmin will
execute commands in the order specified, e.g.
mysqladmin -u root flush-privileges password "newpassword"
to reset a lost root password.
If this behaviour is ever changed, Docs should be notified.
*/
for
(;
argc
>
0
;
argv
++
,
argc
--
)
{
switch
(
find_type
(
argv
[
0
],
&
command_typelib
,
2
))
{
...
...
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