1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Add the SQLITE_OMIT_MERGE_SORT pre-processor directive. To omit the code in vdbesort.c.

FossilOrigin-Name: 4ced2394b10d0a4f86422ff893bcdf3cf32591e3
This commit is contained in:
dan
2011-08-12 15:02:00 +00:00
parent 262765a74e
commit 689ab89781
9 changed files with 79 additions and 33 deletions

View File

@ -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