Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | This was suppose to go on "trunk" but got committed to the wrong branch. Add new "dynamic_triggers" test case to threadtest3.c. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | mistake |
Files: | files | file ages | folders |
SHA1: |
d9e588ef17ea4393a4219f03f5edf587 |
User & Date: | dan 2010-10-28 15:49:54 |
Original Comment: | Add new "dynamic_triggers" test case to threadtest3.c. |
Context
2010-10-28
| ||
15:49 | This was suppose to go on "trunk" but got committed to the wrong branch. Add new "dynamic_triggers" test case to threadtest3.c. Closed-Leaf check-in: d9e588ef user: dan tags: mistake | |
2010-10-27
| ||
19:23 | Add tail recursion to the sqlite3ExprDelete() routine in order to keep down stack space usage for really, really large expressions. Later: The tail recursion is dangerous since the recursion might happen after the expression has been freed. check-in: 7324c7f2 user: drh tags: mistake | |
Changes
Changes to test/threadtest3.c.