Commit 4a450928 authored by Sergei Golubchik's avatar Sergei Golubchik

fix a few spelling mistakes

https://github.com/MariaDB/server/pull/56
parent 98274e68
...@@ -1275,7 +1275,7 @@ to point the slave to the correct master server host\&. Add any such parameters ...@@ -1275,7 +1275,7 @@ to point the slave to the correct master server host\&. Add any such parameters
.\" max-allowed-packet option: mysqldump .\" max-allowed-packet option: mysqldump
\fB\-\-max\-allowed\-packet=\fR\fB\fIlength\fR\fR \fB\-\-max\-allowed\-packet=\fR\fB\fIlength\fR\fR
.sp .sp
Sets the maximum packet length to send to or recieve from server\&. Sets the maximum packet length to send to or receive from server\&.
.RE .RE
.sp .sp
.RS 4 .RS 4
......
...@@ -837,7 +837,7 @@ sub run_test_server ($$$) { ...@@ -837,7 +837,7 @@ sub run_test_server ($$$) {
redo; redo;
} }
# Limit number of parallell NDB tests # Limit number of parallel NDB tests
if ($t->{ndb_test} and $num_ndb_tests >= $max_ndb){ if ($t->{ndb_test} and $num_ndb_tests >= $max_ndb){
#mtr_report("Skipping, num ndb is already at max, $num_ndb_tests"); #mtr_report("Skipping, num ndb is already at max, $num_ndb_tests");
next; next;
...@@ -6411,10 +6411,10 @@ Options to control what engine/variation to run: ...@@ -6411,10 +6411,10 @@ Options to control what engine/variation to run:
non-blocking-api Use the non-blocking client API non-blocking-api Use the non-blocking client API
compress Use the compressed protocol between client and server compress Use the compressed protocol between client and server
ssl Use ssl protocol between client and server ssl Use ssl protocol between client and server
skip-ssl Dont start server with support for ssl connections skip-ssl Don't start server with support for ssl connections
vs-config Visual Studio configuration used to create executables vs-config Visual Studio configuration used to create executables
(default: MTR_VS_CONFIG environment variable) (default: MTR_VS_CONFIG environment variable)
parallel=# How many parallell test should be run parallel=# How many parallel test should be run
defaults-file=<config template> Use fixed config template for all defaults-file=<config template> Use fixed config template for all
tests tests
defaults-extra-file=<config template> Extra config template to add to defaults-extra-file=<config template> Extra config template to add to
...@@ -6543,7 +6543,7 @@ Options for debugging the product ...@@ -6543,7 +6543,7 @@ Options for debugging the product
up disks for heavily crashing server). Defaults to up disks for heavily crashing server). Defaults to
$opt_max_save_datadir, set to 0 for no limit. Set $opt_max_save_datadir, set to 0 for no limit. Set
it's default with MTR_MAX_SAVE_DATADIR it's default with MTR_MAX_SAVE_DATADIR
max-test-fail Limit the number of test failurs before aborting max-test-fail Limit the number of test failures before aborting
the current test run. Defaults to the current test run. Defaults to
$opt_max_test_fail, set to 0 for no limit. Set $opt_max_test_fail, set to 0 for no limit. Set
it's default with MTR_MAX_TEST_FAIL it's default with MTR_MAX_TEST_FAIL
...@@ -6590,7 +6590,7 @@ Misc options ...@@ -6590,7 +6590,7 @@ Misc options
--mysqld (if any) --mysqld (if any)
wait-all If --start or --start-dirty option is used, wait for all wait-all If --start or --start-dirty option is used, wait for all
servers to exit before finishing the process servers to exit before finishing the process
fast Run as fast as possible, dont't wait for servers fast Run as fast as possible, don't wait for servers
to shutdown etc. to shutdown etc.
force-restart Always restart servers between tests force-restart Always restart servers between tests
parallel=N Run tests in N parallel threads (default 1) parallel=N Run tests in N parallel threads (default 1)
...@@ -6625,7 +6625,7 @@ Misc options ...@@ -6625,7 +6625,7 @@ Misc options
actions. Disable facility with NUM=0. actions. Disable facility with NUM=0.
gcov Collect coverage information after the test. gcov Collect coverage information after the test.
The result is a gcov file per source and header file. The result is a gcov file per source and header file.
gcov-src-dir=subdir Colllect coverage only within the given subdirectory. gcov-src-dir=subdir Collect coverage only within the given subdirectory.
For example, if you're only developing the SQL layer, For example, if you're only developing the SQL layer,
it makes sense to use --gcov-src-dir=sql it makes sense to use --gcov-src-dir=sql
gprof Collect profiling information using gprof. gprof Collect profiling information using gprof.
......
...@@ -3291,7 +3291,7 @@ bool MYSQL_BIN_LOG::open(const char *log_name, ...@@ -3291,7 +3291,7 @@ bool MYSQL_BIN_LOG::open(const char *log_name,
it may be good to consider what actually happens when it may be good to consider what actually happens when
open_purge_index_file succeeds but register or sync fails. open_purge_index_file succeeds but register or sync fails.
Perhaps we might need the code below in MYSQL_LOG_BIN::cleanup Perhaps we might need the code below in MYSQL_BIN_LOG::cleanup
for "real life" purposes as well? for "real life" purposes as well?
*/ */
DBUG_EXECUTE_IF("fault_injection_registering_index", { DBUG_EXECUTE_IF("fault_injection_registering_index", {
......
...@@ -715,7 +715,7 @@ struct rpl_group_info ...@@ -715,7 +715,7 @@ struct rpl_group_info
/** /**
Save pointer to Annotate_rows event and switch on the Save pointer to Annotate_rows event and switch on the
binlog_annotate_row_events for this sql thread. binlog_annotate_row_events for this sql thread.
To be called when sql thread recieves an Annotate_rows event. To be called when sql thread receives an Annotate_rows event.
*/ */
inline void set_annotate_event(Annotate_rows_log_event *event) inline void set_annotate_event(Annotate_rows_log_event *event)
{ {
......
...@@ -1054,7 +1054,7 @@ static int maria_chk(HA_CHECK *param, char *filename) ...@@ -1054,7 +1054,7 @@ static int maria_chk(HA_CHECK *param, char *filename)
error= 1; error= 1;
goto end2; goto end2;
} }
/* We can't do parallell repair with BLOCK_RECORD yet */ /* We can't do parallel repair with BLOCK_RECORD yet */
if (param->testflag & T_REP_PARALLEL) if (param->testflag & T_REP_PARALLEL)
{ {
param->testflag&= ~T_REP_PARALLEL; param->testflag&= ~T_REP_PARALLEL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment