diff options
author | Monty <monty@mariadb.org> | 2017-03-29 23:10:42 +0300 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.org> | 2017-04-07 19:12:58 +0400 |
commit | 1bcfa14e26f96d5438277a87fce63c926e7766a2 (patch) | |
tree | d1ef296e85c0e9b20fca58f864f810b1409541bc /support-files | |
parent | 7c767a30a708e58b537568412da581400dddd1b2 (diff) | |
download | mariadb-git-1bcfa14e26f96d5438277a87fce63c926e7766a2.tar.gz |
Simple cleanups
- Added file name to error in mysql-test-run
- When creating tags, first do it for sql to make it easier to find things in server
Diffstat (limited to 'support-files')
-rwxr-xr-x | support-files/build-tags | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support-files/build-tags b/support-files/build-tags index 03b243ee8cc..e0616661a75 100755 --- a/support-files/build-tags +++ b/support-files/build-tags @@ -5,8 +5,8 @@ rm -f TAGS if git rev-parse HEAD >/dev/null 2>&1 then cd `git rev-parse --show-toplevel` - echo client storage dbug libmysql sql-common \ - sql extra mysys mysys_ssl strings regex pcre vio include \ + echo sql mysys strings client storage dbug libmysql sql-common \ + extra mysys_ssl strings regex pcre vio include \ tools unittest plugin libmysqld | \ xargs -n1 git ls-files | grep -v '\.jar$' | \ xargs etags -o TAGS --append |