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

Timestamp & '2017-03-12T02:40:50.596675'

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Not a Bug
    • 10.2.6
    • N/A
    • Time zones
    • Red Hat Linux 7.3

    Description

      drop table if exists AAAAA;
      create table AAAAA (
         ID INT NOT NULL PRIMARY KEY,
         FULLNAME VARCHAR(125),
         TS TIMESTAMP
      ) ENGINE=InnoDB CHARACTER SET latin1;
       
       
      insert into AAAAA values (1, 'Moe',   '2017-03-11T02:40:50.596675');
      insert into AAAAA values (2, 'Curly', '2017-03-12T02:40:50.596675');  <------ unable to insert this datum
      insert into AAAAA values (3, 'Larry', '2017-03-13T02:40:50.596675');​
      

      Attachments

        Activity

          People

            serg Sergei Golubchik
            redner Lawrence Dumaguing
            Votes:
            0 Vote for this issue
            Watchers:
            3 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.