mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 12:01:42 +01:00
invert the error code from HeapSetInformation. addresses #1328
git-svn-id: file:///svn/toku/tokudb.1032b@8428 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
7c167ffa5d
commit
8f60fa22ad
1 changed files with 2 additions and 2 deletions
|
@ -52,8 +52,8 @@ toku_ydb_init_malloc(void) {
|
||||||
HeapCompatibilityInformation,
|
HeapCompatibilityInformation,
|
||||||
&HeapFragValue,
|
&HeapFragValue,
|
||||||
sizeof(HeapFragValue));
|
sizeof(HeapFragValue));
|
||||||
//if (r!=0) //Do some error output if necessary.
|
//if (r==0) //Do some error output if necessary.
|
||||||
assert(r==0);
|
assert(r!=0);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue