Skip to content

Commit

Permalink
Simple cleanups
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
montywi authored and Alexander Barkov committed Apr 7, 2017
1 parent 7c767a3 commit 1bcfa14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mysql-test/mysql-test-run.pl
Expand Up @@ -4235,7 +4235,7 @@ ($$)
push(@lines, $line);
if (scalar(@lines) > 1000000) {
$Ferr = undef;
mtr_warning("Too much log from test, bailing out from extracting");
mtr_warning("Too much log in $error_log, bailing out from extracting");
return ();
}
}
Expand Down
4 changes: 2 additions & 2 deletions support-files/build-tags
Expand Up @@ -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
Expand Down

0 comments on commit 1bcfa14

Please sign in to comment.