1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Fix an #ifdef of SQLITE_OMIT_VIRTUALTABLE that had an extra "_" character.

FossilOrigin-Name: 93e0be2bbf16d66d97ea7344187139d254b11cc3
This commit is contained in:
drh
2011-06-03 12:15:26 +00:00
parent 5bf3934652
commit be07ec582e
3 changed files with 8 additions and 8 deletions

View File

@@ -2585,7 +2585,7 @@ case OP_Savepoint: {
}else{
nName = sqlite3Strlen30(zName);
#ifndef SQLITE_OMIT_VIRTUAL_TABLE
#ifndef SQLITE_OMIT_VIRTUALTABLE
/* This call is Ok even if this savepoint is actually a transaction
** savepoint (and therefore should not prompt xSavepoint()) callbacks.
** If this is a transaction savepoint being opened, it is guaranteed