[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: |
|
||||||||||||||||
| 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 for REVISION in $@ ; do /^--- / {print $2}' | \ |