Commit 71670dc9 authored by mwagner@cash.mwagner.org's avatar mwagner@cash.mwagner.org
Browse files

mysqldump.c:

  Added missing 'Q' for -Q option
parent d7a23f28
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,3 +40,4 @@ jcole@sarvik.tfr.cafe.ee
venu@work.mysql.com
bell@sanja.is.com.ua
kaj@work.mysql.com
mwagner@cash.mwagner.org
+2 −2
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@
** and adapted to mysqldump 05/11/01 by Jani Tolonen
*/

#define DUMP_VERSION "8.20"
#define DUMP_VERSION "8.21"

#include <my_global.h>
#include <my_sys.h>
@@ -309,7 +309,7 @@ static int get_options(int *argc,char ***argv)
  load_defaults("my",load_default_groups,argc,argv);
  set_all_changeable_vars(md_changeable_vars);
  while ((c=getopt_long(*argc,*argv,
			"#::p::h:u:O:P:r:S:T:EBaAcCdefFKlnqtvVw:?IxX",
			"#::p::h:u:O:P:r:S:T:EBaAcCdefFKlnqQtvVw:?IxX",
			long_options, &option_index)) != EOF)
  {
    switch(c) {