Commit 9a041944 authored by Sergei Golubchik's avatar Sergei Golubchik

No commit message

No commit message
parents 690d8cc6 93cac96a
......@@ -54,7 +54,7 @@ void test_concurrently(const char *test, pthread_handler handler, int n, int m)
int main(int argc __attribute__((unused)), char **argv)
{
MY_INIT("thd_template");
MY_INIT(argv[0]);
if (argv[1] && *argv[1])
DBUG_SET_INITIAL(argv[1]);
......
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