Commit 1bcfa14e authored by Monty's avatar Monty Committed by Alexander Barkov

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
parent 7c767a30
......@@ -4235,7 +4235,7 @@ sub extract_server_log ($$) {
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 ();
}
}
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment