[11059] Fix crash in [11054]. As it turned out - we use not only async transactions but async queries too during server startup =/

Signed-off-by: Ambal <pogrebniak@gala.net>
This commit is contained in:
Ambal 2011-01-21 22:11:26 +02:00
parent 24164ef020
commit d67219e327
5 changed files with 17 additions and 10 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11058"
#define REVISION_NR "11059"
#endif // __REVISION_NR_H__