diff options
author | monty@mysql.com <> | 2004-04-28 17:45:08 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2004-04-28 17:45:08 +0300 |
commit | f10d098f7dc4c2f2281b8ef49e945114996b91a1 (patch) | |
tree | 44b9496a8f3b14561950eae22c33c0f3de67bd70 /scripts | |
parent | edc584accec0be3f99f686d1b157d5ec12428f1e (diff) | |
download | mariadb-git-f10d098f7dc4c2f2281b8ef49e945114996b91a1.tar.gz |
Fixed http address in some scripts (Bug #3460)
Output TIMESTAMP in 4.1 format for 4.1 tables (or for TIMESTAMP(19)) (portability fix)
Fixed that INTERVAL can handle big integers. (Bug #3498)
Fixed that hostname="" works identical as hostname="%" for table/column grants (Bug #3473)
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mysqld_safe.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/mysqld_safe.sh b/scripts/mysqld_safe.sh index 0f415ccd5f0..779438e75c3 100644 --- a/scripts/mysqld_safe.sh +++ b/scripts/mysqld_safe.sh @@ -162,6 +162,8 @@ then echo "Please do a cd to the mysql installation directory and restart" echo "this script from there as follows:" echo "./bin/mysqld_safe". + echo "See http://dev.mysql.com/doc/mysql/en/mysqld_safe.html for more" + echo "information" exit 1 fi |