Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-29286

HELP && does not work in current versions

    XMLWordPrintable

Details

    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:
         !
         &amp;&amp;
      ...
       
      > HELP &&
       
      Nothing found
      Please try to run 'help contents' for a list of all accessible topics
       
      > HELP &amp;&amp;
       
      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 '&amp' at line 1
      

      Attachments

        Issue Links

          Activity

            People

              greenman Ian Gilfillan
              greenman Ian Gilfillan
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.