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

fix bug for spider where using "not like"

    XMLWordPrintable

Details

    Description

      test case:
      t1 is a spider engine table;
      CREATE TABLE `t1` (
      `id` int(11) NOT NULL DEFAULT '0',
      `name` char(64) DEFAULT NULL,
      PRIMARY KEY (`id`)
      ) ENGINE=SPIDER

      query: "select * from t1 where name not like 'x%' " would dispatch "select xxx name name like 'x%' " to remote mysqld, is wrong

      Attachments

        Issue Links

          Activity

            People

              Kentoku Kentoku Shiba (Inactive)
              Kentoku Kentoku Shiba (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 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.