mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Move tmp_table_used to THD
Optimize depending sub querys Remove valgrind warnings
This commit is contained in:
@ -623,7 +623,7 @@ report_stats () {
|
||||
# Find errors
|
||||
for i in "^Warning:" "^Error:" "^==.* at 0x"
|
||||
do
|
||||
if `$GREP "$i" $MY_LOG_DIR/warnings.tmp >> $MY_LOG_DIR/warnings`
|
||||
if $GREP "$i" $MY_LOG_DIR/warnings.tmp >> $MY_LOG_DIR/warnings
|
||||
then
|
||||
found_error=1
|
||||
fi
|
||||
|
Reference in New Issue
Block a user