Fossil SCM
Remove an db_begin_transaction() that had no matching db_end_transaction().
Commit
b2fca3dd4dc8e15b4dafb68b896f814322ac7c75989889cadbaae5de2880a6d9
Parent
5f3cb278fdb0ac3…
1 file changed
-1
-1
| --- src/setup.c | ||
| +++ src/setup.c | ||
| @@ -1950,11 +1950,10 @@ | ||
| 1950 | 1950 | if( !g.perm.Setup ){ |
| 1951 | 1951 | login_needed(0); |
| 1952 | 1952 | return; |
| 1953 | 1953 | } |
| 1954 | 1954 | add_content_sql_commands(g.db); |
| 1955 | - db_begin_transaction(); | |
| 1956 | 1955 | zQ = cgi_csrf_safe(1) ? P("q") : 0; |
| 1957 | 1956 | style_header("Raw SQL Commands"); |
| 1958 | 1957 | @ <p><b>Caution:</b> There are no restrictions on the SQL that can be |
| 1959 | 1958 | @ run by this page. You can do serious and irrepairable damage to the |
| 1960 | 1959 | @ repository. Proceed with extreme caution.</p> |
| 1961 | 1960 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -1950,11 +1950,10 @@ | |
| 1950 | if( !g.perm.Setup ){ |
| 1951 | login_needed(0); |
| 1952 | return; |
| 1953 | } |
| 1954 | add_content_sql_commands(g.db); |
| 1955 | db_begin_transaction(); |
| 1956 | zQ = cgi_csrf_safe(1) ? P("q") : 0; |
| 1957 | style_header("Raw SQL Commands"); |
| 1958 | @ <p><b>Caution:</b> There are no restrictions on the SQL that can be |
| 1959 | @ run by this page. You can do serious and irrepairable damage to the |
| 1960 | @ repository. Proceed with extreme caution.</p> |
| 1961 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -1950,11 +1950,10 @@ | |
| 1950 | if( !g.perm.Setup ){ |
| 1951 | login_needed(0); |
| 1952 | return; |
| 1953 | } |
| 1954 | add_content_sql_commands(g.db); |
| 1955 | zQ = cgi_csrf_safe(1) ? P("q") : 0; |
| 1956 | style_header("Raw SQL Commands"); |
| 1957 | @ <p><b>Caution:</b> There are no restrictions on the SQL that can be |
| 1958 | @ run by this page. You can do serious and irrepairable damage to the |
| 1959 | @ repository. Proceed with extreme caution.</p> |
| 1960 |