Thread
Commits
-
doc: Mention CASCADE/RESTRICT for DROP STATISTICS
- e8321a3190bd 10.18 landed
- 36b607c9a8ed 11.13 landed
- df12b625a688 12.8 landed
- e159368027e3 13.4 landed
- 6d0dc1a7da79 14.0 landed
- d1216635610a 15.0 landed
-
Added documentation for cascade and restrict option of drop statistics
vignesh C <vignesh21@gmail.com> — 2021-07-16T14:42:56Z
Hi, Cascade and restrict options are supported for drop statistics syntax: drop statistics stat1 cascade; drop statistics stat2 restrict; The documentation for this was missing, attached a patch which includes the documentation for these options. Regards, Vignesh
-
Re: Added documentation for cascade and restrict option of drop statistics
Michael Paquier <michael@paquier.xyz> — 2021-07-18T03:37:48Z
On Fri, Jul 16, 2021 at 08:12:56PM +0530, vignesh C wrote: > Cascade and restrict options are supported for drop statistics syntax: > drop statistics stat1 cascade; > drop statistics stat2 restrict; > > The documentation for this was missing, attached a patch which > includes the documentation for these options. Indeed, good catch. The other commands document that, so let's fix it. -- Michael
-
Re: Added documentation for cascade and restrict option of drop statistics
Michael Paquier <michael@paquier.xyz> — 2021-07-19T03:46:11Z
On Sun, Jul 18, 2021 at 12:37:48PM +0900, Michael Paquier wrote: > Indeed, good catch. The other commands document that, so let's fix > it. Applied. -- Michael
-
Re: Added documentation for cascade and restrict option of drop statistics
vignesh C <vignesh21@gmail.com> — 2021-07-19T15:31:04Z
On Mon, 19 Jul 2021, 09:16 Michael Paquier, <michael@paquier.xyz> wrote: > > On Sun, Jul 18, 2021 at 12:37:48PM +0900, Michael Paquier wrote: > > Indeed, good catch. The other commands document that, so let's fix > > it. > > Applied. Thanks for committing this patch. Regards, Vignesh