3319 MySQL Build Team 2011-04-09
same bug
modified:
mysys/default.c
3318 MySQL Build Team 2011-04-07
35418
modified:
mysys/default.c
=== modified file 'mysys/default.c'
--- a/mysys/default.c 2011-04-07 17:29:22 +0000
+++ b/mysys/default.c 2011-04-09 03:53:19 +0000
@@ -1070,9 +1070,9 @@ void my_print_default_files(const char *
*end++= '.';
if (my_defaults_extra_file)
- strxmov(*ext , " ", NullS);
+ strxmov(conf_file, " ", NullS);
else
- strxmov(*ext, " ", NullS);
+ strxmov(end, conf_file, *ext , " ", NullS);
fputs("\nnew_line", stdout);
fputs(name, stdout);
}
Attachment: [text/bzr-bundle] bzr/build@mysql.com-20110409035319-v2x7o0jes4lx3brs.bundle
| Thread |
|---|
| • bzr push into mysql-trunk branch (build:3318 to 3319) | MySQL Build Team | 9 Apr |