#At file:///home/malff/BZR_TREE/mysql-next-mr-bugfixing-merge/ based on revid:holyfoot@stripped
3271 Marc Alff 2010-09-01 [merge]
Merge mysql-trunk-bugfixing --> mysql-next-mr-bugfixing
modified:
mysys/my_getopt.c
=== modified file 'mysys/my_getopt.c'
--- a/mysys/my_getopt.c 2010-08-26 15:23:47 +0000
+++ b/mysys/my_getopt.c 2010-09-02 01:50:32 +0000
@@ -163,7 +163,6 @@ int handle_options(int *argc, char ***ar
int error, i;
my_bool is_cmdline_arg= 1;
- LINT_INIT(opt_found);
/* handle_options() assumes arg0 (program name) always exists */
DBUG_ASSERT(argc && *argc >= 1);
DBUG_ASSERT(argv && *argv);
@@ -188,6 +187,7 @@ int handle_options(int *argc, char ***ar
{
char **first= pos;
char *cur_arg= *pos;
+ opt_found= 0;
if (!is_cmdline_arg && (cur_arg == args_separator))
{
is_cmdline_arg= 1;
Attachment: [text/bzr-bundle] bzr/marc.alff@oracle.com-20100902015032-zri7yudiu9f64wta.bundle
| Thread |
|---|
| • bzr commit into mysql-next-mr-bugfixing branch (marc.alff:3271) | Marc Alff | 2 Sep |