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

GET_LOCK: Fractional part of timeout is ignored

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 10.1.21
    • 10.1.22
    • Locking
    • None

    Description

      Connection 1:

      MariaDB [test]> select get_lock('x', 1);
      +------------------+
      | get_lock('x', 1) |
      +------------------+
      |                1 |
      +------------------+
      1 row in set (0.00 sec)
      

      Connection 2:

      MariaDB [test]> select get_lock('x', 1.9);
      +--------------------+
      | get_lock('x', 1.9) |
      +--------------------+
      |                  0 |
      +--------------------+
      1 row in set (1.00 sec)
      

      Attachments

        Issue Links

          Activity

            People

              nirbhay_c Nirbhay Choubey (Inactive)
              nirbhay_c Nirbhay Choubey (Inactive)
              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.