Fixed a few typos.
Docs/manual.texi: my.cfg -> my.cnf scripts/safe_mysqld.sh: my.cfg -> my.cnf support-files/mysql-multi.server.sh: my.cfg -> my.cnf support-files/mysql.server.sh: my.cfg -> my.cnf BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
This commit is contained in:
parent
dedf125dc1
commit
3a837a0403
@ -1,7 +1 @@
|
|||||||
heikki@donna.mysql.fi
|
jani@janikt.pp.saunalahti.fi
|
||||||
miguel@linux.local
|
|
||||||
mikef@nslinux.bedford.progress.com
|
|
||||||
monty@donna.mysql.fi
|
|
||||||
monty@tik.mysql.fi
|
|
||||||
mwagner@evoq.mwagner.org
|
|
||||||
sasha@mysql.sashanet.com
|
|
||||||
|
@ -46707,7 +46707,7 @@ Added table locks to Berkeley DB.
|
|||||||
Fixed a bug with @code{LEFT JOIN} and @code{ORDER BY} where the first
|
Fixed a bug with @code{LEFT JOIN} and @code{ORDER BY} where the first
|
||||||
table had only one matching row.
|
table had only one matching row.
|
||||||
@item
|
@item
|
||||||
Added 4 sample @code{my.cfg} example files in the @file{support-files}
|
Added 4 sample @code{my.cnf} example files in the @file{support-files}
|
||||||
directory.
|
directory.
|
||||||
@item
|
@item
|
||||||
Fixed @code{duplicated key} problem when doing big @code{GROUP BY}'s.
|
Fixed @code{duplicated key} problem when doing big @code{GROUP BY}'s.
|
||||||
|
@ -114,7 +114,7 @@ fi
|
|||||||
pid_file=
|
pid_file=
|
||||||
err_log=
|
err_log=
|
||||||
|
|
||||||
# Get first arguments from the my.cfg file, groups [mysqld] and [safe_mysqld]
|
# Get first arguments from the my.cnf file, groups [mysqld] and [safe_mysqld]
|
||||||
# and then merge with the command line arguments
|
# and then merge with the command line arguments
|
||||||
if test -x ./bin/my_print_defaults
|
if test -x ./bin/my_print_defaults
|
||||||
then
|
then
|
||||||
|
@ -65,7 +65,7 @@ parse_arguments() {
|
|||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
# Get arguments from the my.cfg file, groups [mysqld], [mysql_server],
|
# Get arguments from the my.cnf file, groups [mysqld], [mysql_server],
|
||||||
# and mysql_multi_server
|
# and mysql_multi_server
|
||||||
if test -x ./bin/my_print_defaults
|
if test -x ./bin/my_print_defaults
|
||||||
then
|
then
|
||||||
|
@ -53,7 +53,7 @@ parse_arguments() {
|
|||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
# Get arguments from the my.cfg file, groups [mysqld] and [mysql_server]
|
# Get arguments from the my.cnf file, groups [mysqld] and [mysql_server]
|
||||||
if test -x ./bin/my_print_defaults
|
if test -x ./bin/my_print_defaults
|
||||||
then
|
then
|
||||||
print_defaults="./bin/my_print_defaults"
|
print_defaults="./bin/my_print_defaults"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user