aboutsummaryrefslogtreecommitdiff
path: root/src/sqliteLimit.h
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2009-11-05 18:46:02 +0000
committerdrh <drh@noemail.net>2009-11-05 18:46:02 +0000
commit481aa74e21f484af6da26b506c7654ab3cc5d2f1 (patch)
treee07f53f41e750696df7d5f0d96a7ba86922415fc /src/sqliteLimit.h
parent1860e3f98f0cc83cee4e5a48031820aeacde6a16 (diff)
downloadsqlite-481aa74e21f484af6da26b506c7654ab3cc5d2f1.tar.gz
sqlite-481aa74e21f484af6da26b506c7654ab3cc5d2f1.zip
Recover an ophaned branch that resulted from some ill-advised "shunning".
This check-in should be identical to [bd443f39a9] except that it should be on the trunk. FossilOrigin-Name: 38eaf1ab6e05161e6dc7cd69e942aeca16548c45
Diffstat (limited to 'src/sqliteLimit.h')
-rw-r--r--src/sqliteLimit.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/sqliteLimit.h b/src/sqliteLimit.h
index 77d78589a..700420e3b 100644
--- a/src/sqliteLimit.h
+++ b/src/sqliteLimit.h
@@ -197,9 +197,5 @@
** may be executed.
*/
#ifndef SQLITE_MAX_TRIGGER_DEPTH
-#if defined(SQLITE_SMALL_STACK)
-# define SQLITE_MAX_TRIGGER_DEPTH 10
-#else
# define SQLITE_MAX_TRIGGER_DEPTH 1000
#endif
-#endif