- Notifications
You must be signed in to change notification settings - Fork5
Commit4359ebe
committed
Update item:
< * Implement dirty reads or shared row locks and use them in RI triggers (?)> * Implement dirty reads or shared row locks and use them in RI triggers>> Adding shared locks requires recording the table/rows numbers in a> shared area, and this could potentially be a large amount of data.> One idea is to store the table/row numbers in a separate table and set> a bit on the row indicating looking in this new table is required to> find any shared row locks.>1 parentcda1bd6 commit4359ebe
1 file changed
+9
-2
lines changedLines changed: 9 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| |||
557 | 557 |
| |
558 | 558 |
| |
559 | 559 |
| |
560 |
| - | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
561 | 568 |
| |
562 | 569 |
| |
563 | 570 |
| |
|
0 commit comments
Comments
(0)