Commit 2ab7809
committed
MB-65809 Use default setting for plan stability if not present
In addition to UNSET of the entire plan_stability field for
system:settings, it is also possible to UNSET one of the
individual settings:
UPDATE system:settings UNSET plan_stability.error_policy;
In such cases we need to use default setting for the individual
setting as well.
Change-Id: I1a02824defe2581706481de9eb9d7597580a9267
Reviewed-on: https://review.couchbase.org/c/query/+/242515
Tested-by: Sitaram Vemulapalli <sitaram.vemulapalli@couchbase.com>
Reviewed-by: Sitaram Vemulapalli <sitaram.vemulapalli@couchbase.com>1 parent 0fcdb5b commit 2ab7809
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
80 | 89 | | |
81 | 90 | | |
82 | 91 | | |
| |||
0 commit comments