[MDEV-4115] Merge InnoDB fulltext index from MySQL 5.6 Created: 2013-01-30  Updated: 2013-08-17  Resolved: 2013-08-17

Status: Closed
Project: MariaDB Server
Component/s: None
Fix Version/s: 10.0.5

Type: Task Priority: Major
Reporter: Rasmus Johansson (Inactive) Assignee: Oleksandr Byelkin
Resolution: Duplicate Votes: 0
Labels: None

Issue Links:
Blocks
is blocked by MDEV-3932 5.6 merge Closed
Duplicate
is duplicated by MDEV-4744 InnoDB Fulltext indexes Closed

 Description   

Merge InnoDB full-text index from MySQL 5.6



 Comments   
Comment by Oleksandr Byelkin [ 2013-02-04 ]

213 csets found...

Comment by Oleksandr Byelkin [ 2013-02-20 ]

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

Generated at Thu Feb 08 06:53:51 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.