diff options
author | dan <dan@noemail.net> | 2011-08-12 15:02:00 +0000 |
---|---|---|
committer | dan <dan@noemail.net> | 2011-08-12 15:02:00 +0000 |
commit | 689ab897817c88f4ca42a8c591ef2f57b59bd94a (patch) | |
tree | ba857643e68ca0ab3faf5f475ff3fd862b44af60 /test/indexfault.test | |
parent | 262765a74ea2e761a0a5d0723494869509b983ef (diff) | |
download | sqlite-689ab897817c88f4ca42a8c591ef2f57b59bd94a.tar.gz sqlite-689ab897817c88f4ca42a8c591ef2f57b59bd94a.zip |
Add the SQLITE_OMIT_MERGE_SORT pre-processor directive. To omit the code in vdbesort.c.
FossilOrigin-Name: 4ced2394b10d0a4f86422ff893bcdf3cf32591e3
Diffstat (limited to 'test/indexfault.test')
-rw-r--r-- | test/indexfault.test | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/indexfault.test b/test/indexfault.test index 6f254adc9..efe493219 100644 --- a/test/indexfault.test +++ b/test/indexfault.test @@ -15,6 +15,11 @@ source $testdir/tester.tcl source $testdir/lock_common.tcl source $testdir/malloc_common.tcl +ifcapable !mergesort { + finish_test + return +} + set testprefix indexfault # Set up the custom fault-injector. This is further configured by using |