mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
Change a MALLOC to an XMALLOC. Refs #2623. [t:2623]
git-svn-id: file:///svn/toku/tokudb@20347 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
0b177d642b
commit
d6dc7aad45
1 changed files with 1 additions and 2 deletions
|
@ -1453,8 +1453,7 @@ static int merge_some_files_using_dbufio (const BOOL to_q, FIDX dest_data, QUEUE
|
|||
|
||||
struct rowset *output_rowset = NULL;
|
||||
if (to_q) {
|
||||
MALLOC(output_rowset);
|
||||
assert(output_rowset);
|
||||
XMALLOC(output_rowset);
|
||||
int r = init_rowset(output_rowset, memory_per_rowset(bl));
|
||||
assert(r==0);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue