mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +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,
|
||||
&HeapFragValue,
|
||||
sizeof(HeapFragValue));
|
||||
//if (r!=0) //Do some error output if necessary.
|
||||
assert(r==0);
|
||||
//if (r==0) //Do some error output if necessary.
|
||||
assert(r!=0);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue