3252 Jon Olav Hauglid 2010-10-19 [merge]
Merge from mysql-5.1-bugteam to mysql-5.5-bugteam
No conflicts
modified:
dbug/dbug.c
3251 Tor Didriksen 2010-10-19 [merge]
automerge from 5.1-bugteam: Bug#52172 post-push fix: init auto-variable to NULL
modified:
dbug/dbug.c
=== modified file 'dbug/dbug.c'
--- a/dbug/dbug.c 2010-10-19 07:17:26 +0000
+++ b/dbug/dbug.c 2010-10-19 08:30:26 +0000
@@ -905,6 +905,7 @@ void _db_set_init_(const char *control)
CODE_STATE tmp_cs;
bzero((uchar*) &tmp_cs, sizeof(tmp_cs));
tmp_cs.stack= &init_settings;
+ tmp_cs.process= db_process ? db_process : "dbug";
DbugParse(&tmp_cs, control);
}
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-5.5-bugteam branch (jon.hauglid:3251 to 3252) | Jon Olav Hauglid | 19 Oct |