Details
-
Bug
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
10.5.5, 10.4(EOL), 10.5
-
Help is present for 'EXECUTE IMMEDIATE', but the following topics are missing:
{code}
MariaDB [test]> HELP 'PREPARE';
Nothing found
Please try to run 'help contents' for a list of all accessible topics
MariaDB [test]> HELP 'EXECUTE';
Nothing found
Please try to run 'help contents' for a list of all accessible topics
MariaDB [test]> HELP 'DEALLOCATE';
Nothing found
Please try to run 'help contents' for a list of all accessible topics
MariaDB [test]> HELP 'DEALLOCATE PREPARE';
Nothing found
Please try to run 'help contents' for a list of all accessible topics
{code}
Help is present for 'EXECUTE IMMEDIATE', but the following topics are missing: {code} MariaDB [test]> HELP 'PREPARE'; Nothing found Please try to run 'help contents' for a list of all accessible topics MariaDB [test]> HELP 'EXECUTE'; Nothing found Please try to run 'help contents' for a list of all accessible topics MariaDB [test]> HELP 'DEALLOCATE'; Nothing found Please try to run 'help contents' for a list of all accessible topics MariaDB [test]> HELP 'DEALLOCATE PREPARE'; Nothing found Please try to run 'help contents' for a list of all accessible topics {code}
Description
Help is present for 'EXECUTE IMMEDIATE', but the following topics are missing:
MariaDB [test]> HELP 'PREPARE';
|
|
Nothing found
|
Please try to run 'help contents' for a list of all accessible topics
|
|
MariaDB [test]> HELP 'EXECUTE';
|
|
Nothing found
|
Please try to run 'help contents' for a list of all accessible topics
|
|
MariaDB [test]> HELP 'DEALLOCATE';
|
|
Nothing found
|
Please try to run 'help contents' for a list of all accessible topics
|
|
MariaDB [test]> HELP 'DEALLOCATE PREPARE';
|
|
Nothing found
|
Please try to run 'help contents' for a list of all accessible topics
|
Attachments
Issue Links
- relates to
-
MDEV-6521 HELP Contents need to use MariaDB Knowledgebase content
- Closed