mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
addresses #479
port remaining range_tree tests (45,47) to NOOVERLAPS git-svn-id: file:///svn/tokudb@2724 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
925b37c63a
commit
d1a6ea8526
2 changed files with 4 additions and 0 deletions
|
@ -159,7 +159,9 @@ int main(int argc, const char *argv[]) {
|
|||
buflen = 2;
|
||||
buf = (toku_range*)toku_malloc(2 * sizeof(toku_range));
|
||||
tests(FALSE);
|
||||
#ifndef TOKU_RT_NOOVERLAPS
|
||||
tests(TRUE);
|
||||
#endif
|
||||
|
||||
tree = NULL;
|
||||
toku_free(buf);
|
||||
|
|
|
@ -109,7 +109,9 @@ int main(int argc, const char *argv[]) {
|
|||
buflen = 2;
|
||||
buf = (toku_range*)toku_malloc(2 * sizeof(toku_range));
|
||||
tests(FALSE);
|
||||
#ifndef TOKU_RT_NOOVERLAPS
|
||||
tests(TRUE);
|
||||
#endif
|
||||
|
||||
tree = NULL;
|
||||
toku_free(buf);
|
||||
|
|
Loading…
Add table
Reference in a new issue