XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Incomplete
    • 10.4.13
    • N/A
    • Server
    • RDS in AWS

    Description

      I had to run twice a create database, something like this:

      mysql> create database tmp_009;
      Query OK, 1 row affected (0.08 sec)
       
      mysql> show databases;
      +-----------------------+
      | Database              |
      +-----------------------+
      | cfdi                               |
      | tmp_001                      |
      | information_schema    |
      | innodb                |
      | mysql                 |
      | performance_schema    |
      +-----------------------+
      6 rows in set (0.10 sec)
       
      mysql> create database tmp_009;
      Query OK, 1 row affected (0.09 sec)
       
      mysql> show databases;
      +-----------------------+
      | Database              |
      +-----------------------+
      | cfdi                             |
      | tmp_001                  |
      | tmp_009                 |
      | information_schema    |
      | innodb                |
      | mysql                 |
      | performance_schema    |
      +-----------------------+
      7 rows in set (0.10 sec)
      

      the first time didn´t create it, I can´t replicate the error, but I have to run the script twice.

      Attachments

        Activity

          People

            Unassigned Unassigned
            rleal Roberto Leal
            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.