Skip to content

Commit 7723853

Browse files
committed
Merge from mysql-5.1-bugteam to mysql-5.5-bugteam
No conflicts
2 parents d96afd2 + 6da8a65 commit 7723853

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dbug/dbug.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -905,6 +905,7 @@ void _db_set_init_(const char *control)
905905
CODE_STATE tmp_cs;
906906
bzero((uchar*) &tmp_cs, sizeof(tmp_cs));
907907
tmp_cs.stack= &init_settings;
908+
tmp_cs.process= db_process ? db_process : "dbug";
908909
DbugParse(&tmp_cs, control);
909910
}
910911

0 commit comments

Comments
 (0)