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

Merge InnoDB fulltext index from MySQL 5.6

    Details

    • Type: Task
    • Status: Closed
    • Priority: Major
    • Resolution: Duplicate
    • Fix Version/s: 10.0.5
    • Component/s: None
    • Labels:
      None

      Description

      Merge InnoDB full-text index from MySQL 5.6

        Gliffy Diagrams

          Attachments

            Issue Links

              Activity

              Hide
              sanja Oleksandr Byelkin added a comment -

              213 csets found...

              Show
              sanja Oleksandr Byelkin added a comment - 213 csets found...
              Hide
              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

              Show
              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

                • Assignee:
                  sanja Oleksandr Byelkin
                  Reporter:
                  ratzpo Rasmus Johansson
                • Votes:
                  0 Vote for this issue
                  Watchers:
                  3 Start watching this issue

                  Dates

                  • Created:
                    Updated:
                    Resolved: