mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
a small fix for some shells
This commit is contained in:
@@ -50834,6 +50834,8 @@ each individual 4.0.x release.
|
|||||||
@appendixsubsec Changes in release 4.0.5
|
@appendixsubsec Changes in release 4.0.5
|
||||||
@itemize
|
@itemize
|
||||||
@item
|
@item
|
||||||
|
Small fix in mysqld_safe for some shells
|
||||||
|
@item
|
||||||
Give error if one has more than 2 ^ 32 rows in a MyISAM MERGE file and one
|
Give error if one has more than 2 ^ 32 rows in a MyISAM MERGE file and one
|
||||||
has not compiled MySQL with @code{-DBIG_TABLES}.
|
has not compiled MySQL with @code{-DBIG_TABLES}.
|
||||||
@item
|
@item
|
||||||
|
@@ -307,8 +307,8 @@ do
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "`date +'%y%m%d %H:%M:%S mysqld restarted'`" | tee -a $err_log
|
echo "`date +'%y%m%d %H:%M:%S' mysqld restarted" | tee -a $err_log
|
||||||
done
|
done
|
||||||
|
|
||||||
echo "`date +'%y%m%d %H:%M:%S mysqld ended'`" | tee -a $err_log
|
echo "`date +'%y%m%d %H:%M:%S'` mysqld ended" | tee -a $err_log
|
||||||
echo "" | tee -a $err_log
|
echo "" | tee -a $err_log
|
||||||
|
Reference in New Issue
Block a user