summaryrefslogtreecommitdiff
path: root/sql/mysqld.cc
diff options
context:
space:
mode:
authorunknown <salle@vafla.home>2004-02-02 12:09:47 +0200
committerunknown <salle@vafla.home>2004-02-02 12:09:47 +0200
commit0e1dc5a83e3c55790b2c8f6931d6385ec230843d (patch)
tree5ce9f05cc3fc1973a62eeb293ef4e2704cf038f8 /sql/mysqld.cc
parent66ed24b9045df3bf35c8285464b99b342867a065 (diff)
downloadmariadb-git-0e1dc5a83e3c55790b2c8f6931d6385ec230843d.tar.gz
Typo fixing
s/expection/exception BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
Diffstat (limited to 'sql/mysqld.cc')
-rw-r--r--sql/mysqld.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/mysqld.cc b/sql/mysqld.cc
index b2b53e571c3..14db51cf6fd 100644
--- a/sql/mysqld.cc
+++ b/sql/mysqld.cc
@@ -140,7 +140,7 @@ int initgroups(const char *,unsigned int);
typedef fp_except fp_except_t;
#endif
- /* We can't handle floating point expections with threads, so disable
+ /* We can't handle floating point exceptions with threads, so disable
this on freebsd
*/
@@ -4044,7 +4044,7 @@ this value; if zero (the default): when the size exceeds max_binlog_size. \
(gptr*) &max_system_variables.range_alloc_block_size, 0, GET_ULONG,
REQUIRED_ARG, RANGE_ALLOC_BLOCK_SIZE, 1024, ~0L, 0, 1024, 0},
{"read-only", OPT_READONLY,
- "Make all tables readonly, with the expections for replications (slave) threads and users with the SUPER privilege",
+ "Make all tables readonly, with the exception for replication (slave) threads and users with the SUPER privilege",
(gptr*) &opt_readonly,
(gptr*) &opt_readonly,
0, GET_BOOL, NO_ARG, 0, 0, 1, 0, 1, 0},