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

Merge InnoDB fulltext index from MySQL 5.6

Details

    • Task
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Duplicate
    • 10.0.5
    • None
    • None

    Description

      Merge InnoDB full-text index from MySQL 5.6

      Attachments

        Issue Links

          Activity

            213 csets found...

            sanja Oleksandr Byelkin added a comment - 213 csets found...

            How to filter csets which makes changes not only in the innodb directory

            $ cat noinnodb.sh
            #!/bin/bash

            for REVISION in $@ ; do
            if [ `bzr diff -c ${REVISION} | \
            awk '/^+++ /

            {print $2 }

            /^--- /

            {print $2}

            ' | \
            grep -v storage/innobase/ | \
            wc -l ` -gt 0 ] ; then echo ${REVISION}
            fi
            done

            sanja Oleksandr Byelkin added a comment - How to filter csets which makes changes not only in the innodb directory $ cat noinnodb.sh #!/bin/bash for REVISION in $@ ; do if [ `bzr diff -c ${REVISION} | \ awk '/^+++ / {print $2 } /^--- / {print $2} ' | \ grep -v storage/innobase/ | \ wc -l ` -gt 0 ] ; then echo ${REVISION} fi done

            People

              sanja Oleksandr Byelkin
              ratzpo Rasmus Johansson (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 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.