diff options
author | Otto Kekäläinen <otto@kekalainen.net> | 2020-12-20 21:07:38 +0200 |
---|---|---|
committer | Daniel Black <daniel@mariadb.org> | 2021-03-22 15:46:45 +1100 |
commit | 2053cb1766fe0e9470576b19f4fd8dbf33424855 (patch) | |
tree | 99068da2237fbb33ad57ab920e70332b3832b565 | |
parent | e7ddf46632db84f55af85cd4f401d59c6ab29242 (diff) | |
download | mariadb-git-bb-10.5-ok-spelling-pr1719.tar.gz |
Fix various spelling errors still found in codebb-10.5-ok-spelling-pr1719
Reseting -> Resetting
Unknow -> Unknown
capabilites -> capabilities
choosen -> chosen
direcory -> directory
informations -> information
openned -> opened
refered -> referred
to access -> one to access
missmatch -> mismatch
succesfully -> successfully
dont -> don't
closes #1719
60 files changed, 91 insertions, 92 deletions
diff --git a/man/aria_chk.1 b/man/aria_chk.1 index 1d08d78b964..435dac75d70 100644 --- a/man/aria_chk.1 +++ b/man/aria_chk.1 @@ -155,7 +155,7 @@ Change the collation used by the index. Faster repair by not modifying the data file. One can give a second '\-q' to force aria_chk to modify the original datafile in case of duplicate keys. -NOTE: Tables where the data file is currupted can't be +NOTE: Tables where the data file is corrupted can't be fixed with this option. .TP \fB\-u\fR, \fB\-\-unpack\fR diff --git a/man/aria_read_log.1 b/man/aria_read_log.1 index 4570c2ceee9..db42162c48f 100644 --- a/man/aria_read_log.1 +++ b/man/aria_read_log.1 @@ -60,7 +60,7 @@ Start applying from last checkpoint Print less information during apply/undo phase .TP \fB\-T\fR, \fB\-\-tables\-to\-redo\fR=\fIname\fR -List of tables sepearated with , that we should apply +List of tables separated with , that we should apply REDO on. Use this if you only want to recover some tables .TP \fB\-t\fR, \fB\-\-tmpdir\fR=\fIname\fR diff --git a/mysql-test/include/index_merge1.inc b/mysql-test/include/index_merge1.inc index 5934539061a..a1366af2c28 100644 --- a/mysql-test/include/index_merge1.inc +++ b/mysql-test/include/index_merge1.inc @@ -374,7 +374,7 @@ drop table t1; if ($merge_table_support) { # -# BUG#17314: Index_merge/intersection not choosen by the optimizer for MERGE tables +# BUG#17314: Index_merge/intersection not chosen by the optimizer for MERGE tables # create table t1 ( a int, b int, diff --git a/mysql-test/include/ps_conv.inc b/mysql-test/include/ps_conv.inc index d31f41ef39d..fd69741773f 100644 --- a/mysql-test/include/ps_conv.inc +++ b/mysql-test/include/ps_conv.inc @@ -157,7 +157,7 @@ select @arg01:= c1, @arg02:= c2, @arg03:= c3, @arg04:= c4, @arg25:= c25, @arg26:= c26, @arg27:= c27, @arg28:= c28, @arg29:= c29, @arg30:= c30, @arg31:= c31, @arg32:= c32 from t9 where c1= 1 ; -# get as much informations about the parameters as possible +# get as much information about the parameters as possible --enable_metadata execute full_info ; --disable_metadata @@ -171,7 +171,7 @@ select @arg01:= c1, @arg02:= c2, @arg03:= c3, @arg04:= c4, @arg25:= c25, @arg26:= c26, @arg27:= c27, @arg28:= c28, @arg29:= c29, @arg30:= c30, @arg31:= c31, @arg32:= c32 from t9 where c1= 0 ; -# get as much informations about the parameters as possible +# get as much information about the parameters as possible --enable_metadata execute full_info ; --disable_metadata @@ -188,14 +188,14 @@ prepare stmt1 from "select from t9 where c1= ?" ; set @my_key= 1 ; execute stmt1 using @my_key ; -# get as much informations about the parameters as possible +# get as much information about the parameters as possible --enable_metadata execute full_info ; --disable_metadata # now the same procedure with the record containing so many NULLs set @my_key= 0 ; execute stmt1 using @my_key ; -# get as much informations about the parameters as possible +# get as much information about the parameters as possible --enable_metadata execute full_info ; --disable_metadata @@ -215,7 +215,7 @@ into @arg01, @arg02, @arg03, @arg04, @arg05, @arg06, @arg07, @arg08, @arg17, @arg18, @arg19, @arg20, @arg21, @arg22, @arg23, @arg24, @arg25, @arg26, @arg27, @arg28, @arg29, @arg30, @arg31, @arg32 from t9 where c1= 1 ; -# get as much informations about the parameters as possible +# get as much information about the parameters as possible --enable_metadata execute full_info ; --disable_metadata @@ -228,7 +228,7 @@ into @arg01, @arg02, @arg03, @arg04, @arg05, @arg06, @arg07, @arg08, @arg17, @arg18, @arg19, @arg20, @arg21, @arg22, @arg23, @arg24, @arg25, @arg26, @arg27, @arg28, @arg29, @arg30, @arg31, @arg32 from t9 where c1= 0 ; -# get as much informations about the parameters as possible +# get as much information about the parameters as possible --enable_metadata execute full_info ; --disable_metadata @@ -243,7 +243,7 @@ into @arg01, @arg02, @arg03, @arg04, @arg05, @arg06, @arg07, @arg08, from t9 where c1= ?" ; set @my_key= 1 ; execute stmt1 using @my_key ; -# get as much informations about the parameters as possible +# get as much information about the parameters as possible --enable_metadata execute full_info ; --disable_metadata @@ -251,7 +251,7 @@ execute full_info ; # Bug#5034: prepared "select 1 into @arg15", second execute crashes server set @my_key= 0 ; execute stmt1 using @my_key ; -# get as much informations about the parameters as possible +# get as much information about the parameters as possible --enable_metadata execute full_info ; --disable_metadata diff --git a/mysql-test/main/partition.test b/mysql-test/main/partition.test index 81752982959..5d5dafdb206 100644 --- a/mysql-test/main/partition.test +++ b/mysql-test/main/partition.test @@ -1054,7 +1054,7 @@ drop table t1; # # Bug #17754 Change to explicit removal of partitioning scheme # Also added a number of tests to ensure that proper engine is -# choosen in all kinds of scenarios. +# chosen in all kinds of scenarios. # create table t1 (a int) diff --git a/mysql-test/main/ps_1general.test b/mysql-test/main/ps_1general.test index 0df1b3cabe9..47db79cb6c6 100644 --- a/mysql-test/main/ps_1general.test +++ b/mysql-test/main/ps_1general.test @@ -60,7 +60,7 @@ select * from t1 where a = @var ; # 3. DEALLOCATE PREPARE stmt_name; # -# Send the server the order to drop the parse informations. +# Send the server the order to drop the parse information. # The server will reply with "Query Ok" or an error message. DEALLOCATE PREPARE stmt ; diff --git a/mysql-test/main/sp-error.result b/mysql-test/main/sp-error.result index 55777da3ee8..f64735f8006 100644 --- a/mysql-test/main/sp-error.result +++ b/mysql-test/main/sp-error.result @@ -2242,7 +2242,7 @@ H2 Warnings: Warning 1642 Unhandled user-defined warning condition -# -- Check that handlers are choosen properly in case of deep stack and +# -- Check that handlers are chosen properly in case of deep stack and # -- nested SQL-blocks. CREATE PROCEDURE p10() diff --git a/mysql-test/main/sp-error.test b/mysql-test/main/sp-error.test index 4eb1a00caa4..d2af9834823 100644 --- a/mysql-test/main/sp-error.test +++ b/mysql-test/main/sp-error.test @@ -3162,7 +3162,7 @@ END| CALL p9()| --echo ---echo # -- Check that handlers are choosen properly in case of deep stack and +--echo # -- Check that handlers are chosen properly in case of deep stack and --echo # -- nested SQL-blocks. --echo diff --git a/mysql-test/suite/funcs_1/r/is_engines_federated.result b/mysql-test/suite/funcs_1/r/is_engines_federated.result index 20926458ed0..d9da64c7f7d 100644 --- a/mysql-test/suite/funcs_1/r/is_engines_federated.result +++ b/mysql-test/suite/funcs_1/r/is_engines_federated.result @@ -2,7 +2,7 @@ SELECT * FROM information_schema.engines WHERE ENGINE = 'FEDERATED'; ENGINE FEDERATED SUPPORT YES -COMMENT Allows to access tables on other MariaDB servers, supports transactions and more +COMMENT Allows one to access tables on other MariaDB servers, supports transactions and more TRANSACTIONS YES XA NO SAVEPOINTS YES diff --git a/mysql-test/suite/innodb/r/innodb_bug34300.result b/mysql-test/suite/innodb/r/innodb_bug34300.result index b168c7782bb..96dd8d0ea85 100644 --- a/mysql-test/suite/innodb/r/innodb_bug34300.result +++ b/mysql-test/suite/innodb/r/innodb_bug34300.result @@ -1,5 +1,5 @@ # -# Bug#34300 Tinyblob & tinytext fields currupted after export/import and alter in 5.1 +# Bug#34300 Tinyblob & tinytext fields corrupted after export/import and alter in 5.1 # SET @@global.max_allowed_packet=16777216; connect newconn, localhost, root,,; diff --git a/mysql-test/suite/innodb/r/instant_alter_charset.result b/mysql-test/suite/innodb/r/instant_alter_charset.result index 6b60c79b558..76d02df789e 100644 --- a/mysql-test/suite/innodb/r/instant_alter_charset.result +++ b/mysql-test/suite/innodb/r/instant_alter_charset.result @@ -1847,7 +1847,7 @@ HEX(a) 0061 DROP TABLE t1; # -# MDEV-19285 INSTANT ALTER from ascii_general_ci to latin1_general_ci produces currupt data +# MDEV-19285 INSTANT ALTER from ascii_general_ci to latin1_general_ci produces corrupt data # CREATE TABLE t1 (a VARCHAR(10) CHARACTER SET ascii COLLATE ascii_general_ci, PRIMARY KEY(a)) ENGINE=InnoDB; INSERT INTO t1 VALUES ('a'),(0xC0),('b'); diff --git a/mysql-test/suite/innodb/t/innodb_bug34300.test b/mysql-test/suite/innodb/t/innodb_bug34300.test index 8c73af13bc1..3ca03164b5b 100644 --- a/mysql-test/suite/innodb/t/innodb_bug34300.test +++ b/mysql-test/suite/innodb/t/innodb_bug34300.test @@ -1,5 +1,5 @@ --echo # ---echo # Bug#34300 Tinyblob & tinytext fields currupted after export/import and alter in 5.1 +--echo # Bug#34300 Tinyblob & tinytext fields corrupted after export/import and alter in 5.1 --echo # -- source include/have_innodb.inc diff --git a/mysql-test/suite/innodb/t/instant_alter_charset.test b/mysql-test/suite/innodb/t/instant_alter_charset.test index a5ddd49830c..eb0f90a4ce4 100644 --- a/mysql-test/suite/innodb/t/instant_alter_charset.test +++ b/mysql-test/suite/innodb/t/instant_alter_charset.test @@ -640,7 +640,7 @@ SELECT HEX(a) FROM t1; DROP TABLE t1; --echo # ---echo # MDEV-19285 INSTANT ALTER from ascii_general_ci to latin1_general_ci produces currupt data +--echo # MDEV-19285 INSTANT ALTER from ascii_general_ci to latin1_general_ci produces corrupt data --echo # CREATE TABLE t1 (a VARCHAR(10) CHARACTER SET ascii COLLATE ascii_general_ci, PRIMARY KEY(a)) ENGINE=InnoDB; diff --git a/mysql-test/suite/parts/inc/partition.pre b/mysql-test/suite/parts/inc/partition.pre index 0fae04dddd4..fba909687a0 100644 --- a/mysql-test/suite/parts/inc/partition.pre +++ b/mysql-test/suite/parts/inc/partition.pre @@ -179,7 +179,7 @@ if (0) # That means statements which # - are most time of low interest and do auxiliary stuff # like generating the next SQL statement to be executed -# - additional statements giving informations about table +# - additional statements giving information about table # contents or the value of some variables # You will get huge differences, because the file with the # expected results was created with $debug = 0 . @@ -221,7 +221,7 @@ if (0) # $ls= 1 (default) # --> Display the table related directory content via # "ls $MYSQLTEST_VARDIR/mysqld.1/data/test/t1*" -# if these informations were collected. +# if these information were collected. # This is probably not portable to some OS. # $ls= 0 # --> Omit displaying the directory diff --git a/mysql-test/suite/parts/inc/partition_engine.inc b/mysql-test/suite/parts/inc/partition_engine.inc index 947957d29a9..c964557e69f 100644 --- a/mysql-test/suite/parts/inc/partition_engine.inc +++ b/mysql-test/suite/parts/inc/partition_engine.inc @@ -7,7 +7,7 @@ # This routine is only useful for the partition_<feature>_<engine> tests. # # # # Note: There were some problems in history. # -# It looks like a table holds informations about the storage engine # +# It looks like a table holds information about the storage engine # # for # # "the whole table" -> in statement after column list before partitioning # # a partition -> in statement after definition of partition # diff --git a/mysql-test/suite/parts/inc/partition_layout.inc b/mysql-test/suite/parts/inc/partition_layout.inc index 12fbfb9a46a..c1ab14f974d 100644 --- a/mysql-test/suite/parts/inc/partition_layout.inc +++ b/mysql-test/suite/parts/inc/partition_layout.inc @@ -1,6 +1,6 @@ # inc/partition_layout.inc # -# Print partitioning related informations about the table t1 +# Print partitioning related information about the table t1 # eval SHOW CREATE TABLE t1; diff --git a/mysql-test/suite/rpl/t/rpl_heartbeat_basic.test b/mysql-test/suite/rpl/t/rpl_heartbeat_basic.test index 4c8d3a1fedb..f12c5921ba2 100644 --- a/mysql-test/suite/rpl/t/rpl_heartbeat_basic.test +++ b/mysql-test/suite/rpl/t/rpl_heartbeat_basic.test @@ -12,7 +12,7 @@ --source include/master-slave.inc # # The test runs long and does not have any specifics to -# binlog_format. It is choosen therefore to run with MIXED mode +# binlog_format. It is chosen therefore to run with MIXED mode # in order to not slow down much `make test'. # --source include/have_binlog_format_mixed.inc diff --git a/mysql-test/suite/sys_vars/r/innodb_scrub_log_basic.result b/mysql-test/suite/sys_vars/r/innodb_scrub_log_basic.result index fc3a31fc5a2..f56d80455c5 100644 --- a/mysql-test/suite/sys_vars/r/innodb_scrub_log_basic.result +++ b/mysql-test/suite/sys_vars/r/innodb_scrub_log_basic.result @@ -45,4 +45,4 @@ SELECT @@GLOBAL.innodb_scrub_log; 0 Expected SELECT innodb_scrub_log; ERROR 42S22: Unknown column 'innodb_scrub_log' in 'field list' -Expected error 'Unknow column in field list' +Expected error 'Unknown column in field list' diff --git a/mysql-test/suite/sys_vars/r/innodb_scrub_log_speed_basic.result b/mysql-test/suite/sys_vars/r/innodb_scrub_log_speed_basic.result index c9b46cc0c95..9fba89438fb 100644 --- a/mysql-test/suite/sys_vars/r/innodb_scrub_log_speed_basic.result +++ b/mysql-test/suite/sys_vars/r/innodb_scrub_log_speed_basic.result @@ -54,4 +54,4 @@ SELECT @@GLOBAL.innodb_scrub_log_speed; 200 Expected SELECT innodb_scrub_log_speed; ERROR 42S22: Unknown column 'innodb_scrub_log_speed' in 'field list' -Expected error 'Unknow column in field list' +Expected error 'Unknown column in field list' diff --git a/mysql-test/suite/sys_vars/t/innodb_scrub_log_basic.test b/mysql-test/suite/sys_vars/t/innodb_scrub_log_basic.test index 302f2a963c4..74d76f31f49 100644 --- a/mysql-test/suite/sys_vars/t/innodb_scrub_log_basic.test +++ b/mysql-test/suite/sys_vars/t/innodb_scrub_log_basic.test @@ -47,4 +47,4 @@ SELECT @@GLOBAL.innodb_scrub_log; --Error ER_BAD_FIELD_ERROR SELECT innodb_scrub_log; ---echo Expected error 'Unknow column in field list' +--echo Expected error 'Unknown column in field list' diff --git a/mysql-test/suite/sys_vars/t/innodb_scrub_log_speed_basic.test b/mysql-test/suite/sys_vars/t/innodb_scrub_log_speed_basic.test index 5e750eebd65..59a217373a2 100644 --- a/mysql-test/suite/sys_vars/t/innodb_scrub_log_speed_basic.test +++ b/mysql-test/suite/sys_vars/t/innodb_scrub_log_speed_basic.test @@ -52,4 +52,4 @@ SELECT @@GLOBAL.innodb_scrub_log_speed; --Error ER_BAD_FIELD_ERROR SELECT innodb_scrub_log_speed; ---echo Expected error 'Unknow column in field list' +--echo Expected error 'Unknown column in field list' diff --git a/mysys/my_mkdir.c b/mysys/my_mkdir.c index ea1f66f3b7b..e14b85d98be 100644 --- a/mysys/my_mkdir.c +++ b/mysys/my_mkdir.c @@ -34,7 +34,7 @@ int my_mkdir(const char *dir, int Flags, myf MyFlags) #endif { my_errno=errno; - DBUG_PRINT("error",("error %d when creating direcory %s",my_errno,dir)); + DBUG_PRINT("error",("error %d when creating directory %s",my_errno,dir)); if (MyFlags & (MY_FFNF | MY_FAE | MY_WME)) my_error(EE_CANT_MKDIR, MYF(ME_BELL), dir, my_errno); DBUG_RETURN(-1); diff --git a/scripts/mytop.sh b/scripts/mytop.sh index f4e6dffb3b5..7d40c44c2d6 100644 --- a/scripts/mytop.sh +++ b/scripts/mytop.sh @@ -348,7 +348,7 @@ if ($has_is_processlist == 1) if ($has_time_ms == 1) { ## Check if the server has the STAGE column on the I_S.PROCESSLIST - ## table (MariaDB) to retreive query completion informations + ## table (MariaDB) to retreive query completion information $has_progress = Execute("SELECT /*mytop*/ 1 FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_SCHEMA = 'information_schema' AND TABLE_NAME = 'PROCESSLIST' AND @@ -853,7 +853,7 @@ while (1) } ## a - progress column toggle (the column is only displayed - ## if progress informations are available from the processlist) + ## if progress information are available from the processlist) if ($key eq 'a') { diff --git a/sql-common/client.c b/sql-common/client.c index 0de1d8c1208..f314c03944b 100644 --- a/sql-common/client.c +++ b/sql-common/client.c @@ -2772,7 +2772,7 @@ CLI_MYSQL_REAL_CONNECT(MYSQL *mysql,const char *host, const char *user, VIO_LOCALHOST | VIO_BUFFERED_READ); if (!net->vio) { - DBUG_PRINT("error",("Unknow protocol %d ", mysql->options.protocol)); + DBUG_PRINT("error",("Unknown protocol %d ", mysql->options.protocol)); set_mysql_error(mysql, CR_CONN_UNKNOW_PROTOCOL, unknown_sqlstate); closesocket(sock); goto error; @@ -2947,7 +2947,7 @@ CLI_MYSQL_REAL_CONNECT(MYSQL *mysql,const char *host, const char *user, DBUG_PRINT("info", ("net->vio: %p", net->vio)); if (!net->vio) { - DBUG_PRINT("error",("Unknow protocol %d ",mysql->options.protocol)); + DBUG_PRINT("error",("Unknown protocol %d ",mysql->options.protocol)); set_mysql_error(mysql, CR_CONN_UNKNOW_PROTOCOL, unknown_sqlstate); goto error; } diff --git a/sql/log_event_server.cc b/sql/log_event_server.cc index 6dee9b9adf6..607d5451134 100644 --- a/sql/log_event_server.cc +++ b/sql/log_event_server.cc @@ -5464,7 +5464,7 @@ int Rows_log_event::do_apply_event(rpl_group_info *rgi) */ { - DBUG_PRINT("debug", ("Checking compability of tables to lock - tables_to_lock: %p", + DBUG_PRINT("debug", ("Checking compatibility of tables to lock - tables_to_lock: %p", rgi->tables_to_lock)); /** diff --git a/sql/multi_range_read.cc b/sql/multi_range_read.cc index ec039962be9..c7c3079f28f 100644 --- a/sql/multi_range_read.cc +++ b/sql/multi_range_read.cc @@ -1679,15 +1679,15 @@ ha_rows DsMrr_impl::dsmrr_info(uint keyno, uint n_ranges, uint rows, if ((*flags & HA_MRR_USE_DEFAULT_IMPL) || choose_mrr_impl(keyno, rows, flags, bufsz, cost)) { - /* Default implementation is choosen */ - DBUG_PRINT("info", ("Default MRR implementation choosen")); + /* Default implementation is chosen */ + DBUG_PRINT("info", ("Default MRR implementation chosen")); *flags= def_flags; *bufsz= def_bufsz; } else { /* *flags and *bufsz were set by choose_mrr_impl */ - DBUG_PRINT("info", ("DS-MRR implementation choosen")); + DBUG_PRINT("info", ("DS-MRR implementation chosen")); } return 0; } @@ -1724,14 +1724,14 @@ ha_rows DsMrr_impl::dsmrr_info_const(uint keyno, RANGE_SEQ_IF *seq, if ((*flags & HA_MRR_USE_DEFAULT_IMPL) || choose_mrr_impl(keyno, rows, flags, bufsz, cost)) { - DBUG_PRINT("info", ("Default MRR implementation choosen")); + DBUG_PRINT("info", ("Default MRR implementation chosen")); *flags= def_flags; *bufsz= def_bufsz; } else { /* *flags and *bufsz were set by choose_mrr_impl */ - DBUG_PRINT("info", ("DS-MRR implementation choosen")); + DBUG_PRINT("info", ("DS-MRR implementation chosen")); } return rows; } @@ -1799,12 +1799,12 @@ bool DsMrr_impl::check_cpk_scan(THD *thd, TABLE_SHARE *share, uint keyno, @param keyno Index number @param rows E(full rows to be retrieved) @param flags IN MRR flags provided by the MRR user - OUT If DS-MRR is choosen, flags of DS-MRR implementation + OUT If DS-MRR is chosen, flags of DS-MRR implementation else the value is not modified - @param bufsz IN If DS-MRR is choosen, buffer use of DS-MRR implementation + @param bufsz IN If DS-MRR is chosen, buffer use of DS-MRR implementation else the value is not modified @param cost IN Cost of default MRR implementation - OUT If DS-MRR is choosen, cost of DS-MRR scan + OUT If DS-MRR is chosen, cost of DS-MRR scan else the value is not modified @retval TRUE Default MRR implementation should be used diff --git a/sql/mysqld.cc b/sql/mysqld.cc index c3a4881bde0..306d924b625 100644 --- a/sql/mysqld.cc +++ b/sql/mysqld.cc @@ -7671,7 +7671,7 @@ static void usage(void) It's also needed on some exotic platforms where global variables are not set to 0 when a program starts. - We don't need to set variables refered to in my_long_options + We don't need to set variables referred to in my_long_options as these are initialized by my_getopt. */ diff --git a/sql/opt_subselect.cc b/sql/opt_subselect.cc index 0a87d9ccd2f..1c7fe20f12e 100644 --- a/sql/opt_subselect.cc +++ b/sql/opt_subselect.cc @@ -2901,7 +2901,7 @@ void advance_sj_state(JOIN *join, table_map remaining_tables, uint idx, { DBUG_ASSERT(pos->sj_strategy != sj_strategy); /* - If the strategy choosen first time or + If the strategy chosen first time or the strategy replace strategy which was used to exectly the same tables */ diff --git a/sql/rpl_rli.h b/sql/rpl_rli.h index e3b59aa615c..85e31ef8187 100644 --- a/sql/rpl_rli.h +++ b/sql/rpl_rli.h @@ -274,7 +274,7 @@ public: Needed for problems when slave stops and we want to restart it skipping one or more events in the master log that have caused errors, and have been manually applied by DBA already. - Must be ulong as it's refered to from set_var.cc + Must be ulong as it's referred to from set_var.cc */ volatile ulonglong slave_skip_counter; ulonglong max_relay_log_size; diff --git a/sql/sql_acl.cc b/sql/sql_acl.cc index 3ec8b9ecfcd..3f6a13778a9 100644 --- a/sql/sql_acl.cc +++ b/sql/sql_acl.cc @@ -5023,7 +5023,7 @@ acl_update_proxy_user(ACL_PROXY_USER *new_value, bool is_revoke) { if (is_revoke) { - DBUG_PRINT("info", ("delting ACL_PROXY_USER")); + DBUG_PRINT("info", ("deleting ACL_PROXY_USER")); delete_dynamic_element(&acl_proxy_users, i); } else diff --git a/sql/sql_cache.cc b/sql/sql_cache.cc index 57070b038ca..b81dea78bcf 100644 --- a/sql/sql_cache.cc +++ b/sql/sql_cache.cc @@ -5128,7 +5128,7 @@ my_bool Query_cache::in_blocks(Query_cache_block * point) if (block->pprev->pnext != block) { DBUG_PRINT("error", - ("block %p in physical list is incorrect linked, prev block %p refered as next to %p (check from %p)", + ("block %p in physical list is incorrect linked, prev block %p referred as next to %p (check from %p)", block, block->pprev, block->pprev->pnext, point)); @@ -5156,7 +5156,7 @@ err1: if (block->pnext->pprev != block) { DBUG_PRINT("error", - ("block %p in physicel list is incorrect linked, next block %p refered as prev to %p (check from %p)", + ("block %p in physicel list is incorrect linked, next block %p referred as prev to %p (check from %p)", block, block->pnext, block->pnext->pprev, point)); @@ -5185,7 +5185,7 @@ my_bool Query_cache::in_list(Query_cache_block * root, if (block->prev->next != block) { DBUG_PRINT("error", - ("block %p in list '%s' %p is incorrect linked, prev block %p refered as next to %p (check from %p)", + ("block %p in list '%s' %p is incorrect linked, prev block %p referred as next to %p (check from %p)", block, name, root, block->prev, block->prev->next, point)); @@ -5214,7 +5214,7 @@ err1: if (block->next->prev != block) { DBUG_PRINT("error", - ("block %p in list '%s' %p is incorrect linked, next block %p refered as prev to %p (check from %p)", + ("block %p in list '%s' %p is incorrect linked, next block %p referred as prev to %p (check from %p)", block, name, root, block->next, block->next->prev, point)); @@ -5256,7 +5256,7 @@ my_bool Query_cache::in_table_list(Query_cache_block_table * root, if (table->prev->next != table) { DBUG_PRINT("error", - ("table %p(%p) in list '%s' %p(%p) is incorrect linked, prev table %p(%p) refered as next to %p(%p) (check from %p(%p))", + ("table %p(%p) in list '%s' %p(%p) is incorrect linked, prev table %p(%p) referred as next to %p(%p) (check from %p(%p))", table, table->block(), name, root, root->block(), table->prev, table->prev->block(), @@ -5291,7 +5291,7 @@ err1: if (table->next->prev != table) { DBUG_PRINT("error", - ("table %p(%p) in list '%s' %p(%p) is incorrect linked, next table %p(%p) refered as prev to %p(%p) (check from %p(%p))", + ("table %p(%p) in list '%s' %p(%p) is incorrect linked, next table %p(%p) referred as prev to %p(%p) (check from %p(%p))", table, table->block(), name, root, root->block(), table->next, table->next->block(), diff --git a/sql/sql_class.cc b/sql/sql_class.cc index 622b0f6c5f5..8a01f1a9ae5 100644 --- a/sql/sql_class.cc +++ b/sql/sql_class.cc @@ -3614,7 +3614,7 @@ int select_max_min_finder_subselect::send_data(List<Item> &items) break; case ROW_RESULT: case TIME_RESULT: - // This case should never be choosen + // This case should never be chosen DBUG_ASSERT(0); op= 0; } diff --git a/sql/sql_partition.cc b/sql/sql_partition.cc index 3d33731da5c..86ba393fb7b 100644 --- a/sql/sql_partition.cc +++ b/sql/sql_partition.cc @@ -41,7 +41,7 @@ which is often referred to as column lists in the code variables. This enables a user to specify a set of columns and their concatenated value as the partition value. By comparing the concatenation of these values - the proper partition can be choosen. + the proper partition can be chosen. */ /* Some general useful functions */ diff --git a/sql/sql_repl.cc b/sql/sql_repl.cc index 010ea794254..084259d863d 100644 --- a/sql/sql_repl.cc +++ b/sql/sql_repl.cc @@ -1958,7 +1958,7 @@ send_event_to_slave(binlog_send_info *info, Log_event_type event_type, { info->error= ER_MASTER_FATAL_ERROR_READING_BINLOG; return "Failed to replace GTID event with backwards-compatible event: " - "currupt event."; + "corrupt event."; } if (!need_dummy) return NULL; diff --git a/sql/sql_select.cc b/sql/sql_select.cc index ba78c77efc9..e52d57c3bbf 100644 --- a/sql/sql_select.cc +++ b/sql/sql_select.cc @@ -7702,7 +7702,7 @@ best_access_path(JOIN *join, Try re-using E(#rows) from "range" optimizer: We can do so if "range" optimizer used the same intervals as in (**). The intervals used by range optimizer may be not - available at this point (as "range" access might have choosen to + available at this point (as "range" access might have chosen to create quick select over another index), so we can't compare them to (**). We'll make indirect judgements instead. The sufficient conditions for re-use are: @@ -11010,7 +11010,7 @@ inline void add_cond_and_fix(THD *thd, Item **e1, Item *e2) Description of the optimization: - We look through equalities choosen to perform ref/eq_ref access, + We look through equalities chosen to perform ref/eq_ref access, pick equalities that have form "tbl.part_of_key = othertbl.field" (where othertbl is a non-const table and othertbl.field may be NULL) and add them to conditions on correspoding tables (othertbl in this @@ -17961,7 +17961,7 @@ Field *Item_sum::create_tmp_field(MEM_ROOT *root, bool group, TABLE *table) new_field= tmp_table_field_from_field_type(root, table); break; case ROW_RESULT: - // This case should never be choosen + // This case should never be chosen DBUG_ASSERT(0); new_field= 0; break; @@ -25139,7 +25139,7 @@ void calc_group_buffer(TMP_TABLE_PARAM *param, ORDER *group) break; } default: - /* This case should never be choosen */ + /* This case should never be chosen */ DBUG_ASSERT(0); my_error(ER_OUT_OF_RESOURCES, MYF(ME_FATAL)); } diff --git a/sql/sql_show.cc b/sql/sql_show.cc index db7750eedbe..ee4bf6ca7b6 100644 --- a/sql/sql_show.cc +++ b/sql/sql_show.cc @@ -1924,7 +1924,7 @@ static void add_table_options(THD *thd, TABLE *table, packet->append_ulonglong(share->stats_sample_pages); } - /* We use CHECKSUM, instead of TABLE_CHECKSUM, for backward compability */ + /* We use CHECKSUM, instead of TABLE_CHECKSUM, for backward compatibility */ if (create_info.options & HA_OPTION_CHECKSUM) packet->append(STRING_WITH_LEN(" CHECKSUM=1")); if (create_info.page_checksum != HA_CHOICE_UNDEF) @@ -5504,7 +5504,7 @@ static int get_schema_tables_record(THD *thd, TABLE_LIST *tables, str.qs_append(share->stats_sample_pages); } - /* We use CHECKSUM, instead of TABLE_CHECKSUM, for backward compability */ + /* We use CHECKSUM, instead of TABLE_CHECKSUM, for backward compatibility */ if (share->db_create_options & HA_OPTION_CHECKSUM) str.qs_append(STRING_WITH_LEN(" checksum=1")); diff --git a/sql/sql_signal.h b/sql/sql_signal.h index bf42cdb5f07..433cee21d58 100644 --- a/sql/sql_signal.h +++ b/sql/sql_signal.h @@ -77,7 +77,7 @@ public: /** Constructor, used to represent a SIGNAL statement. @param cond the SQL condition to signal (required). - @param set the collection of signal informations to signal. + @param set the collection of signal information to signal. */ Sql_cmd_signal(const sp_condition_value *cond, const Set_signal_information& set) @@ -104,7 +104,7 @@ public: /** Constructor, used to represent a RESIGNAL statement. @param cond the SQL condition to resignal (optional, may be NULL). - @param set the collection of signal informations to resignal. + @param set the collection of signal information to resignal. */ Sql_cmd_resignal(const sp_condition_value *cond, const Set_signal_information& set) diff --git a/sql/table.cc b/sql/table.cc index f4bdbdeac5a..d725e142f80 100644 --- a/sql/table.cc +++ b/sql/table.cc @@ -2283,7 +2283,7 @@ int TABLE_SHARE::init_from_binary_frm_image(THD *thd, bool write, } else { - DBUG_PRINT("info", ("Setting system versioning informations")); + DBUG_PRINT("info", ("Setting system versioning information")); if (init_period_from_extra2(&vers, extra2.system_period.str, extra2.system_period.str + extra2.system_period.length)) goto err; diff --git a/sql/tztime.cc b/sql/tztime.cc index 5a8d6915cec..23c015e4a5e 100644 --- a/sql/tztime.cc +++ b/sql/tztime.cc @@ -2564,7 +2564,7 @@ scan_tz_dir(char * name_end, uint symlink_recursion_level, uint verbose) /* This is a normal case and not critical. only print warning if - verbose mode is choosen. + verbose mode is chosen. */ if (verbose > 0) { diff --git a/sql/udf_example.c b/sql/udf_example.c index e4757de880d..cb3f3ad1c98 100644 --- a/sql/udf_example.c +++ b/sql/udf_example.c @@ -972,7 +972,7 @@ avgcost_deinit( UDF_INIT* initid ) } -/* This is only for MySQL 4.0 compability */ +/* This is only for MySQL 4.0 compatibility */ void avgcost_reset(UDF_INIT* initid, UDF_ARGS* args, char* is_null, char* message) { @@ -1119,7 +1119,7 @@ avg2_deinit( UDF_INIT* initid ) } -/* This is only for MySQL 4.0 compability */ +/* This is only for MySQL 4.0 compatibility */ void avg2_reset(UDF_INIT* initid, UDF_ARGS* args, char* is_null, char* message) { diff --git a/storage/connect/filter.cpp b/storage/connect/filter.cpp index e2361ddccb4..5dea66fff0d 100644 --- a/storage/connect/filter.cpp +++ b/storage/connect/filter.cpp @@ -856,7 +856,7 @@ PFIL FILTER::LinkFilter(PGLOBAL g, PFIL fp2) /***********************************************************************/ /* Checks whether filter contains reference to a previous table that */ -/* is not logically joined to the currently openned table, or whether */ +/* is not logically joined to the currently opened table, or whether */ /* it is a Sub-Select filter. In any case, local is set to FALSE. */ /* Note: This function is now applied to de-linearized filters. */ /***********************************************************************/ diff --git a/storage/connect/ioapi.h b/storage/connect/ioapi.h index 4fa73002053..e2148c56bac 100644 --- a/storage/connect/ioapi.h +++ b/storage/connect/ioapi.h @@ -82,7 +82,7 @@ #include "mz64conf.h" #endif -/* a type choosen by DEFINE */ +/* a type chosen by DEFINE */ #ifdef HAVE_64BIT_INT_CUSTOM typedef 64BIT_INT_CUSTOM_TYPE ZPOS64_T; #else diff --git a/storage/connect/myconn.cpp b/storage/connect/myconn.cpp index abb865cc61f..2e270368916 100644 --- a/storage/connect/myconn.cpp +++ b/storage/connect/myconn.cpp @@ -120,7 +120,7 @@ static MYSQL_RES *connect_use_result(MYSQL *mysql) /************************************************************************/ /* MyColumns: constructs the result blocks containing all columns */ /* of a MySQL table or view. */ -/* info = TRUE to get catalog column informations. */ +/* info = TRUE to get catalog column information. */ /************************************************************************/ PQRYRES MyColumns(PGLOBAL g, THD *thd, const char *host, const char *db, const char *user, const char *pwd, diff --git a/storage/federated/ha_federated.cc b/storage/federated/ha_federated.cc index db933b14b89..64a80808d6f 100644 --- a/storage/federated/ha_federated.cc +++ b/storage/federated/ha_federated.cc @@ -3394,7 +3394,7 @@ maria_declare_plugin(federated) &federated_storage_engine, "FEDERATED", "Patrick Galbraith and Brian Aker, MySQL AB", - "Allows to access tables on other MariaDB servers", + "Allows accessing tables on other MariaDB servers", PLUGIN_LICENSE_GPL, federated_db_init, /* Plugin Init */ federated_done, /* Plugin Deinit */ diff --git a/storage/federatedx/ha_federatedx.cc b/storage/federatedx/ha_federatedx.cc index 477cc87cd6c..5be37098dfc 100644 --- a/storage/federatedx/ha_federatedx.cc +++ b/storage/federatedx/ha_federatedx.cc @@ -3715,7 +3715,7 @@ maria_declare_plugin(federatedx) &federatedx_storage_engine, "FEDERATED", "Patrick Galbraith", - "Allows to access tables on other MariaDB servers, supports transactions and more", + "Allows one to access tables on other MariaDB servers, supports transactions and more", PLUGIN_LICENSE_GPL, federatedx_db_init, /* Plugin Init */ federatedx_done, /* Plugin Deinit */ @@ -3726,4 +3726,3 @@ maria_declare_plugin(federatedx) MariaDB_PLUGIN_MATURITY_STABLE /* maturity */ } maria_declare_plugin_end; - diff --git a/storage/heap/ChangeLog b/storage/heap/ChangeLog index 9d3ced84cc9..b6bd0e435bc 100644 --- a/storage/heap/ChangeLog +++ b/storage/heap/ChangeLog @@ -1,7 +1,7 @@ Sun Sep 6 10:56:59 1992 Michael Widenius (monty@bitch) * Added functions for first,next,last,prev and clear of database-heap - * Added optional index to rsame for compability. + * Added optional index to rsame for compatibility. Fri Aug 14 14:34:35 1992 Michael Widenius (monty@bitch) diff --git a/storage/innobase/btr/btr0cur.cc b/storage/innobase/btr/btr0cur.cc index b9b581f3675..18671308ece 100644 --- a/storage/innobase/btr/btr0cur.cc +++ b/storage/innobase/btr/btr0cur.cc @@ -2146,7 +2146,7 @@ need_opposite_intention: /* If the first or the last record of the page or the same key value to the first record or last record, - the another page might be choosen when BTR_CONT_MODIFY_TREE. + the another page might be chosen when BTR_CONT_MODIFY_TREE. So, the parent page should not released to avoiding deadlock with blocking the another search with the same key value. */ if (!detected_same_key_root diff --git a/storage/innobase/fil/fil0fil.cc b/storage/innobase/fil/fil0fil.cc index dbe05ba8a52..842dbaf1eb2 100644 --- a/storage/innobase/fil/fil0fil.cc +++ b/storage/innobase/fil/fil0fil.cc @@ -1895,7 +1895,7 @@ fil_space_t *fil_truncate_prepare(ulint space_id) /*******************************************************************//** Allocates and builds a file name from a path, a table or tablespace name and a suffix. The string must be freed by caller with ut_free(). -@param[in] path NULL or the direcory path or the full path and filename. +@param[in] path NULL or the directory path or the full path and filename. @param[in] name NULL if path is full, or Table/Tablespace name @param[in] suffix NULL or the file extention to use. @param[in] trim_name true if the last name on the path should be trimmed. diff --git a/storage/innobase/handler/ha_innodb.cc b/storage/innobase/handler/ha_innodb.cc index 3e6c46fb5aa..d125c8a3d4e 100644 --- a/storage/innobase/handler/ha_innodb.cc +++ b/storage/innobase/handler/ha_innodb.cc @@ -20008,7 +20008,7 @@ static MYSQL_SYSVAR_UINT(simulate_comp_failures, srv_simulate_comp_failures, static MYSQL_SYSVAR_BOOL(force_primary_key, srv_force_primary_key, PLUGIN_VAR_OPCMDARG, - "Do not allow to create table without primary key (off by default)", + "Do not allow creating a table without primary key (off by default)", NULL, NULL, FALSE); static const char *page_compression_algorithms[]= { "none", "zlib", "lz4", "lzo", "lzma", "bzip2", "snappy", 0 }; diff --git a/storage/innobase/include/fil0fil.h b/storage/innobase/include/fil0fil.h index a37bca6ec39..4d3b47c1d79 100644 --- a/storage/innobase/include/fil0fil.h +++ b/storage/innobase/include/fil0fil.h @@ -1548,7 +1548,7 @@ void fil_close_tablespace(ulint id); /*******************************************************************//** Allocates and builds a file name from a path, a table or tablespace name and a suffix. The string must be freed by caller with ut_free(). -@param[in] path NULL or the direcory path or the full path and filename. +@param[in] path NULL or the directory path or the full path and filename. @param[in] name NULL if path is full, or Table/Tablespace name @param[in] suffix NULL or the file extention to use. @return own: file name */ diff --git a/storage/maria/aria_chk.c b/storage/maria/aria_chk.c index 8f7f1b11b6f..cde87a04adc 100644 --- a/storage/maria/aria_chk.c +++ b/storage/maria/aria_chk.c @@ -586,7 +586,7 @@ Recover (repair)/ options (When using '--recover' or '--safe-recover'):\n\ -q, --quick Faster repair by not modifying the data file.\n\ One can give a second '-q' to force aria_chk to\n\ modify the original datafile in case of duplicate keys.\n\ - NOTE: Tables where the data file is currupted can't be\n\ + NOTE: Tables where the data file is corrupted can't be\n\ fixed with this option.\n\ -u, --unpack Unpack file packed with ariapack.\n\ "); @@ -1359,7 +1359,7 @@ static int maria_chk(HA_CHECK *param, char *filename) error= maria_zerofill(param, info, filename); if (!error) { - DBUG_PRINT("info", ("Reseting crashed state")); + DBUG_PRINT("info", ("Resetting crashed state")); share->state.changed&= ~(STATE_CHANGED | STATE_CRASHED_FLAGS | STATE_IN_REPAIR); } @@ -1423,7 +1423,7 @@ static int maria_chk(HA_CHECK *param, char *filename) share->state.open_count != 0) && (param->testflag & T_UPDATE_STATE)) info->update|=HA_STATE_CHANGED | HA_STATE_ROW_CHANGED; - DBUG_PRINT("info", ("Reseting crashed state")); + DBUG_PRINT("info", ("Resetting crashed state")); share->state.changed&= ~(STATE_CHANGED | STATE_CRASHED_FLAGS | STATE_IN_REPAIR); } diff --git a/storage/maria/aria_read_log.c b/storage/maria/aria_read_log.c index a96fd254e0e..51bfa879702 100644 --- a/storage/maria/aria_read_log.c +++ b/storage/maria/aria_read_log.c @@ -269,7 +269,7 @@ static struct my_option my_long_options[] = &opt_silent, &opt_silent, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0}, {"tables-to-redo", 'T', - "List of tables sepearated with , that we should apply REDO on. Use this if you only want to recover some tables", + "List of tables separated with , that we should apply REDO on. Use this if you only want to recover some tables", 0, 0, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, {"tmpdir", 't', "Path for temporary files. Multiple paths can be specified, " "separated by " diff --git a/storage/maria/ha_maria.cc b/storage/maria/ha_maria.cc index ea42763871e..c92f5f9eb5c 100644 --- a/storage/maria/ha_maria.cc +++ b/storage/maria/ha_maria.cc @@ -1345,7 +1345,7 @@ int ha_maria::check(THD * thd, HA_CHECK_OPT * check_opt) { file->update |= HA_STATE_CHANGED | HA_STATE_ROW_CHANGED; mysql_mutex_lock(&share->intern_lock); - DBUG_PRINT("info", ("Reseting crashed state")); + DBUG_PRINT("info", ("Resetting crashed state")); share->state.changed&= ~(STATE_CHANGED | STATE_CRASHED_FLAGS | STATE_IN_REPAIR); if (!(table->db_stat & HA_READ_ONLY)) @@ -1722,7 +1722,7 @@ int ha_maria::repair(THD *thd, HA_CHECK *param, bool do_optimize) { if ((share->state.changed & STATE_CHANGED) || maria_is_crashed(file)) { - DBUG_PRINT("info", ("Reseting crashed state")); + DBUG_PRINT("info", ("Resetting crashed state")); share->state.changed&= ~(STATE_CHANGED | STATE_CRASHED_FLAGS | STATE_IN_REPAIR | STATE_MOVED); file->update |= HA_STATE_CHANGED | HA_STATE_ROW_CHANGED; diff --git a/storage/maria/ma_backup.c b/storage/maria/ma_backup.c index 1ce6d43a9de..0384dfb4cc5 100644 --- a/storage/maria/ma_backup.c +++ b/storage/maria/ma_backup.c @@ -21,7 +21,7 @@ #include <aria_backup.h> /** - @brief Get capabilites for an Aria table + @brief Get capabilities for an Aria table @param kfile key file (.MAI) @param cap Capabilities are stored here diff --git a/storage/maria/ma_check.c b/storage/maria/ma_check.c index d63e7bee3c1..c6aa0662a9f 100644 --- a/storage/maria/ma_check.c +++ b/storage/maria/ma_check.c @@ -6428,7 +6428,7 @@ void _ma_update_auto_increment_key(HA_CHECK *param, MARIA_HA *info, keypart_k=c_k for arbitrary constants c_1 ... c_k) = {assuming that values have uniform distribution and index contains all - tuples from the domain (or that {c_1, ..., c_k} tuple is choosen from + tuples from the domain (or that {c_1, ..., c_k} tuple is chosen from index tuples} = #tuples-in-the-index / #distinct-tuples-in-the-index. diff --git a/storage/myisam/mi_open.c b/storage/myisam/mi_open.c index cca2afa0b03..3db424ea997 100644 --- a/storage/myisam/mi_open.c +++ b/storage/myisam/mi_open.c @@ -180,7 +180,7 @@ MI_INFO *mi_open(const char *name, int mode, uint open_flags) if ((share->options & HA_OPTION_RELIES_ON_SQL_LAYER) && ! (open_flags & HA_OPEN_FROM_SQL_LAYER)) { - DBUG_PRINT("error", ("table cannot be openned from non-sql layer")); + DBUG_PRINT("error", ("table cannot be opened from non-sql layer")); my_errno= HA_ERR_UNSUPPORTED; goto err; } diff --git a/storage/myisam/myisamchk.c b/storage/myisam/myisamchk.c index b18f23dacb8..4344ce11420 100644 --- a/storage/myisam/myisamchk.c +++ b/storage/myisam/myisamchk.c @@ -429,7 +429,7 @@ static void usage(void) -q, --quick Faster repair by not modifying the data file.\n\ One can give a second '-q' to force myisamchk to\n\ modify the original datafile in case of duplicate keys.\n\ - NOTE: Tables where the data file is currupted can't be\n\ + NOTE: Tables where the data file is corrupted can't be\n\ fixed with this option.\n\ -u, --unpack Unpack file packed with myisampack.\n\ "); diff --git a/storage/rocksdb/mysql-test/rocksdb/include/index_merge1.inc b/storage/rocksdb/mysql-test/rocksdb/include/index_merge1.inc index b5cf7bff763..c1462e7817a 100644 --- a/storage/rocksdb/mysql-test/rocksdb/include/index_merge1.inc +++ b/storage/rocksdb/mysql-test/rocksdb/include/index_merge1.inc @@ -676,7 +676,7 @@ drop table t1; if ($merge_table_support) { # -# BUG#17314: Index_merge/intersection not choosen by the optimizer for MERGE tables +# BUG#17314: Index_merge/intersection not chosen by the optimizer for MERGE tables # create table t0 (a int); insert into t0 values (0),(1),(2),(3),(4),(5),(6),(7),(8),(9); diff --git a/storage/tokudb/PerconaFT/ft/tests/logcursor-empty-logfile-3.cc b/storage/tokudb/PerconaFT/ft/tests/logcursor-empty-logfile-3.cc index 8bb9d961fdd..e54ea4955f1 100644 --- a/storage/tokudb/PerconaFT/ft/tests/logcursor-empty-logfile-3.cc +++ b/storage/tokudb/PerconaFT/ft/tests/logcursor-empty-logfile-3.cc @@ -174,7 +174,7 @@ test_main (int argc, const char *argv[]) { r = toku_logger_open(TOKU_TEST_FILENAME, logger); assert(r==0); toku_logger_maybe_trim_log(logger, trim_lsn); - assert( toku_logfilemgr_num_logfiles(logger->logfilemgr) == 4 ); // untrimmed log, empty log, plus newly openned log + assert( toku_logfilemgr_num_logfiles(logger->logfilemgr) == 4 ); // untrimmed log, empty log, plus newly opened log r = toku_logger_close(&logger); } diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c index f067a5c8294..4b3e0a5b446 100644 --- a/tests/mysql_client_test.c +++ b/tests/mysql_client_test.c @@ -18883,7 +18883,7 @@ static void test_bug58036() if (!mysql_change_user(conn, opt_user, opt_password, NULL)) { if (!opt_silent) - printf("mysql_change_user() succedded, error expected!"); + printf("mysql_change_user() succeeded, error expected!"); mysql_close(conn); DIE(""); } |