Skip to content

Commit

Permalink
Merge branch 'mysql-5.5' into mysql-5.6
Browse files Browse the repository at this point in the history
Conflicts:
	support-files/build-tags
  • Loading branch information
Tor Didriksen committed Nov 12, 2014
2 parents 2e29f76 + dd4f852 commit 29386b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions support-files/build-tags
@@ -1,10 +1,10 @@
#! /bin/sh

rm -f TAGS
filter='\.cpp$\|\.cc$\|\.c$\|\.h$\|sql_yacc\.yy$\|\.hpp$'
filter='\.cpp$\|\.cc$\|\.c$\|\.h$\|sql_yacc\.yy$\|\.hpp$\|\.ic$'

list="find . -type f"
bzr root >/dev/null 2>/dev/null && list="bzr ls --from-root -R --kind=file --versioned"
git rev-parse >/dev/null 2>/dev/null && list="git ls-files"

$list |grep $filter |while read f;
do
Expand Down

0 comments on commit 29386b0

Please sign in to comment.