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

having not() provokes an ERROR 2013

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Major
    • Resolution: Unresolved
    • 5.5.2
    • Icebox
    • None
    • None

    Description

      See the example below

      CREATE TABLE `manu_test` (
      id tinyint unsigned NOT NULL,
      test tinyint default null
      ) ENGINE=Columnstore DEFAULT CHARSET=utf8;

      INSERT INTO `manu_test`
      (`id`,
      `test`)
      VALUES
      (1,0),
      (2,1),
      (3,null)
      ;

      select id, test from manu_test having not(test);

      "having not" creates an "Error Code: 2013. Lost connection to MySQL server during query"

      having, where, where not all work fine

      Attachments

        Activity

          People

            Unassigned Unassigned
            Girod Emmanuel
            Votes:
            1 Vote for this issue
            Watchers:
            2 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.