diff options
author | serg@serg.mylan <> | 2006-02-15 00:01:46 +0100 |
---|---|---|
committer | serg@serg.mylan <> | 2006-02-15 00:01:46 +0100 |
commit | 48b8e842ca361dad1746758ad425bafdb914e03b (patch) | |
tree | 04e10e6c13dff5a244c5e0b21952430d9eca324a /mysys/my_init.c | |
parent | 94d225aa6f1d57ade9bc99fb44fae07e67dd84b6 (diff) | |
parent | 63cfd11859c7d6b64ff86787af9686f0c2f925c9 (diff) | |
download | mariadb-git-48b8e842ca361dad1746758ad425bafdb914e03b.tar.gz |
Automerge
Diffstat (limited to 'mysys/my_init.c')
-rw-r--r-- | mysys/my_init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysys/my_init.c b/mysys/my_init.c index c2bfdde0ddd..efeee0fbc76 100644 --- a/mysys/my_init.c +++ b/mysys/my_init.c @@ -214,6 +214,7 @@ Voluntary context switches %ld, Involuntary context switches %ld\n", WSACleanup(); #endif /* __WIN__ */ my_init_done=0; + DBUG_VOID_RETURN; } /* my_end */ |