A little typo

Bug #1419581 reported by GIHWAN OH
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
mysql-5.6 (Ubuntu)
Fix Released
Low
Robie Basak

Bug Description

In the client/mysql_install_db.cc file, a little typo exists.

When we are using mysql_install_db client program with --help option,
it prompts [USAGE][OPTIONS] without space.

Here's my diff

--- a/client/mysql_install_db.cc
+++ b/client/mysql_install_db.cc
@@ -413,7 +413,7 @@ void usage(const string &p)
        << "MySQL Database Deployment Utility." << endl
        << "Usage: "
        << p
- << "[OPTIONS]\n";
+ << " [OPTIONS]\n";
   my_print_help(my_connection_options);
   my_print_variables(my_connection_options);
 }

Robie Basak (racb)
tags: added: needs-upstream-report
tags: added: patch
Robie Basak (racb)
Changed in mysql-5.6 (Ubuntu):
importance: Undecided → Low
Revision history for this message
Robie Basak (racb) wrote :

I'm looking at this with upstream right now. We can't find this in 5.6. It does exist in 5.7 but has been fixed. If you disagree, please explain and reopen.

Changed in mysql-5.6 (Ubuntu):
assignee: nobody → Robie Basak (racb)
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.