- Notifications
You must be signed in to change notification settings - Fork5
Commitc9d7dba
committed
Skip truncating ON COMMIT DELETE ROWS temp tables, if the transaction hasn't
touched any temporary tables.We could try harder, and keep track of whether we've inserted to any temptables, rather than accessed them, and which temp tables have been insertedto. But this is dead simple, and already covers many interesting scenarios.1 parentfd4ced5 commitc9d7dba
1 file changed
+7
-1
lines changedLines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10124 | 10124 |
| |
10125 | 10125 |
| |
10126 | 10126 |
| |
10127 |
| - | |
| 10127 | + | |
| 10128 | + | |
| 10129 | + | |
| 10130 | + | |
| 10131 | + | |
| 10132 | + | |
| 10133 | + | |
10128 | 10134 |
| |
10129 | 10135 |
| |
10130 | 10136 |
| |
|
0 commit comments
Comments
(0)