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

UPDATE queries showing bad results

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Blocker
    • Resolution: Fixed
    • 1.4.2
    • 1.4.2
    • None
    • None
    • 2019-06

    Description

      The following shows 201 and 202 instead of 101 and 102:

      CREATE TABLE t1 (a INT, b VARCHAR(255)) ENGINE=columnstore;
      INSERT INTO t1 (a, b) VALUES (1, 'columnstore'), (2, 'test');
      UPDATE t1 SET a=a+100;
      SELECT * FROM t1;
      

      Attachments

        Activity

          People

            dleeyh Daniel Lee (Inactive)
            LinuxJedi Andrew Hutchings (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.