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

having not() provokes an ERROR 2013

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 23.10.1
    • 23.10.3
    • None
    • None
    • 2024-2

    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

            alexey.antipovsky Alexey Antipovsky
            Girod Emmanuel
            Votes:
            1 Vote for this issue
            Watchers:
            4 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.