Skip to content

DOCS-1474 moved explain.txt to cursor.explain.txt #957

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions bin/htaccess.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1482,6 +1482,14 @@ outputs:
- 'after-v2.2'
- 'manual'
---
redirect-path: '/reference/explain'
url-base: '/reference/method/cursor.explain'
type: 'redirect'
code: 301
outputs:
- 'after-v2.2'
- 'manual'
---
redirect-path: '/reference/meta-query-operators'
url-base: '/reference/operator/query-modifier'
type: 'redirect'
Expand Down
2 changes: 1 addition & 1 deletion source/core/read-operations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ use of the different indexes:

This returns the statistics regarding the execution of the query. For
more information on the output of :method:`explain()
<cursor.explain()>`, see the :doc:`/reference/explain`.
<cursor.explain()>`, see :doc:`/reference/method/cursor.explain`.

.. note::

Expand Down
2 changes: 1 addition & 1 deletion source/reference.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Status and Reporting
:maxdepth: 1

reference/database-profiler
reference/explain
reference/method/cursor.explain
reference/exit-codes

Internal Metadata
Expand Down
321 changes: 0 additions & 321 deletions source/reference/explain.txt

This file was deleted.

Loading