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

wrong DIGEST_TEXT parsing error

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Critical
    • Resolution: Unresolved
    • 11.8.4
    • None
    • None
    • None

    Description

      To be hostnest i developed my own function to generate DIGEST_TEXT, the problem with mariadb there is bug too : (that is had to reproduce ...)

      SELECT id FROM mysql_server WHERE id = 1;
      -- Not the same query than : (and not the same digest)
      SELECT `id` FROM `mysql_server` WHERE `id` = 1;
      

      SELECT id FROM mysql_server WHERE id = 1;
      --will give
      SELECT ID FROM mysql_server WHERE ID = ?  -- id without ` , it's the same problem for KEYS WORDS
       
      SELECT `id` FROM `mysql_server` WHERE `id` = 1;
      -- will give 
      SELECT `id` FROM `mysql_server` WHERE `id` = ? 
      

      These 2 query are equal by not give the same DIGEST_TEXT and of course not the same DIGEST too.

      MySQL fixed it already !

      Attachments

        Activity

          People

            Unassigned Unassigned
            Aurelien_LEQUOY Aurélien LEQUOY
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Git Integration

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