3316 MySQL Build Team 2011-04-06
same bug
modified:
mysys/default.c
3315 MySQL Build Team 2011-04-06
same bug
modified:
mysys/default.c
=== modified file 'mysys/default.c'
--- a/mysys/default.c 2011-04-06 02:20:21 +0000
+++ b/mysys/default.c 2011-04-06 21:17:16 +0000
@@ -1070,7 +1070,7 @@ void my_print_default_files(const char *
*end++= '.';
if (my_defaults_extra_file)
- strxmov(end, conf_file, *ext , " ", NullS);
+ strxmov(end, *ext , " ", NullS);
else
strxmov(*ext, " ", NullS);
fputs("\nnew_line", stdout);
@@ -1084,6 +1084,8 @@ void my_print_default_files(const char *
puts("");
}
+# strxmov(end, conf_file, *ext , " ", NullS);
+
void print_defaults(const char *conf_file, const char **groups)
{
const char **groups_save= groups;
Attachment: [text/bzr-bundle] bzr/build@mysql.com-20110406211716-xr3v031k1fctx73d.bundle
| Thread |
|---|
| • bzr push into mysql-trunk branch (build:3315 to 3316) | MySQL Build Team | 6 Apr |