3315 MySQL Build Team 2011-04-06
same bug
modified:
mysys/default.c
3314 MySQL Build Team 2011-04-05
bug 35418
modified:
mysys/default.c
=== modified file 'mysys/default.c'
--- a/mysys/default.c 2011-04-04 22:21:22 +0000
+++ b/mysys/default.c 2011-04-06 02:20:21 +0000
@@ -1070,9 +1070,9 @@ void my_print_default_files(const char *
*end++= '.';
if (my_defaults_extra_file)
- strxmov(end, conf_file, " ", NullS);
+ strxmov(end, conf_file, *ext , " ", NullS);
else
- strxmov(end, conf_file, *ext, " ", NullS);
+ strxmov(*ext, " ", NullS);
fputs("\nnew_line", stdout);
fputs(name, stdout);
}
Attachment: [text/bzr-bundle] bzr/build@mysql.com-20110406022021-050g4grwgw3m3ly4.bundle
| Thread |
|---|
| • bzr push into mysql-trunk branch (build:3314 to 3315) | MySQL Build Team | 6 Apr |