Commit 87b91752 authored by Jon Olav Hauglid's avatar Jon Olav Hauglid

Merge from mysql-5.1-bugteam to mysql-5.5-bugteam

No conflicts
parents ebe356cb 4776282b
......@@ -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);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment