This commit is contained in:
Andrey Hristov 2010-09-23 16:03:22 +00:00
parent 8bb124394b
commit 216effe4f5
12 changed files with 43 additions and 49 deletions

View file

@ -104,7 +104,6 @@ mysqlnd_mempool_resize_chunk(MYSQLND_MEMORY_POOL_CHUNK * chunk, unsigned int siz
DBG_RETURN(FAIL);
}
chunk->ptr = new_ptr;
}
DBG_RETURN(PASS);
}