Uploaded image for project: 'MariaDB ColumnStore'
  1. MariaDB ColumnStore
  2. MCOL-4605

FROM_UNIXTIME(negativeDecimal) not behaving as InnoDB

    XMLWordPrintable

Details

    Description

      DROP TABLE IF EXISTS t1;
      CREATE TABLE t1 (a DECIMAL(10,1)) ENGINE=ColumnStore;
      INSERT INTO t1 VALUES (-0.1);
      SELECT FROM_UNIXTIME(a) FROM t1;
      

      +-----------------------+
      | FROM_UNIXTIME(a)      |
      +-----------------------+
      | 1970-01-01 04:00:00.1 |
      +-----------------------+
      

      DROP TABLE IF EXISTS t1;
      CREATE TABLE t1 (a DECIMAL(10,1)) ENGINE=InnoDB;
      INSERT INTO t1 VALUES (-0.1);
      SELECT FROM_UNIXTIME(a) FROM t1;
      

      +------------------+
      | FROM_UNIXTIME(a) |
      +------------------+
      | NULL             |
      +------------------+
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              bar Alexander Barkov
              Votes:
              0 Vote for this issue
              Watchers:
              1 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.