- Notifications
You must be signed in to change notification settings - Fork5
Commit5357566
committed
During looking stuff up for a discussion on -general, I realized that
I'd placed the check for newly created matching pk rows for on update noaction earlier than it needed to be so that it'd check even when the keyvalues hadn't changed. This patch moves it to after checking for NULLsin the old row and comparing the values since the select's probably moreexpensive.Stephan Szabo1 parent9167a56 commit5357566
1 file changed
+13
-12
lines changedLines changed: 13 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| |||
883 | 883 |
| |
884 | 884 |
| |
885 | 885 |
| |
886 |
| - | |
887 |
| - | |
888 |
| - | |
889 |
| - | |
890 |
| - | |
891 |
| - | |
892 |
| - | |
893 |
| - | |
894 |
| - | |
895 |
| - | |
896 |
| - | |
897 | 886 |
| |
898 | 887 |
| |
899 | 888 |
| |
| |||
941 | 930 |
| |
942 | 931 |
| |
943 | 932 |
| |
| 933 | + | |
| 934 | + | |
| 935 | + | |
| 936 | + | |
| 937 | + | |
| 938 | + | |
| 939 | + | |
| 940 | + | |
| 941 | + | |
| 942 | + | |
| 943 | + | |
| 944 | + | |
944 | 945 |
| |
945 | 946 |
| |
946 | 947 |
| |
|
0 commit comments
Comments
(0)