Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
10.4(EOL)
-
None
Description
In the 10.3 version of the server HELP, the following works correctly
> HELP Logical Operators
|
You asked for help about help category: "Logical operators"
|
For more information, type 'help <item>', where <item> is one of the following
|
topics:
|
!
|
&&
|
...
|
|
> HELP &&
|
Name: '&&'
|
Description:
|
Syntax:
|
AND, &&
|
...
|
In the current versions from 10.4, it does not work:
> HELP Logical Operators
|
You asked for help about help category: "Logical Operators"
|
For more information, type 'help <item>', where <item> is one of the following
|
topics:
|
!
|
&&
|
...
|
|
> HELP &&
|
|
Nothing found
|
Please try to run 'help contents' for a list of all accessible topics
|
|
> HELP &&
|
|
Nothing found
|
Please try to run 'help contents' for a list of all accessible topics
|
|
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that
|
corresponds to your MariaDB server version for the right syntax to use near '&' at line 1
|
Attachments
Issue Links
- is part of
-
MDEV-28701 Update server HELP contents
- Closed