diff options
author | unknown <jimw@mysql.com> | 2005-08-30 12:24:37 -0700 |
---|---|---|
committer | unknown <jimw@mysql.com> | 2005-08-30 12:24:37 -0700 |
commit | aa4820af4055f7b97c2fbf02109965c700cb143e (patch) | |
tree | c95133411d5cb26fe18db49056eeebdad5833e3b /mysql-test | |
parent | e6ac9175d13091b8bd7661b5e8ae8d3add81fbb0 (diff) | |
download | mariadb-git-aa4820af4055f7b97c2fbf02109965c700cb143e.tar.gz |
Fix incorrect spellings of "dropped" in source and tests. (Bug #12828)
include/my_alloc.h:
Fix incorrect spelling
mysql-test/t/rpl000009.test:
Fix incorrect spelling
mysql-test/t/system_mysql_db_fix.test:
Fix incorrect spelling
sql/sql_table.cc:
Fix incorrect spelling
tests/mysql_client_test.c:
Fix incorrect spelling
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/t/rpl000009.test | 2 | ||||
-rw-r--r-- | mysql-test/t/system_mysql_db_fix.test | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/t/rpl000009.test b/mysql-test/t/rpl000009.test index a51a64979fa..81e9860c186 100644 --- a/mysql-test/t/rpl000009.test +++ b/mysql-test/t/rpl000009.test @@ -167,7 +167,7 @@ drop database mysqltest2; save_master_pos; connection slave; sync_with_master; -# These has to be droped on slave as they are not replicated +# These have to be dropped on slave because they are not replicated drop database mysqltest2; drop database mysqltest3; diff --git a/mysql-test/t/system_mysql_db_fix.test b/mysql-test/t/system_mysql_db_fix.test index 583ca293baa..dc3047a8564 100644 --- a/mysql-test/t/system_mysql_db_fix.test +++ b/mysql-test/t/system_mysql_db_fix.test @@ -81,7 +81,7 @@ DROP TABLE db, host, user, func, tables_priv, columns_priv, help_category, help_ -- enable_query_log -# check that we droped all system tables +# check that we dropped all system tables show tables; # End of 4.1 tests |