1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Fix incorrect spellings of "dropped" in source and tests. (Bug #12828)

This commit is contained in:
jimw@mysql.com
2005-08-30 12:24:37 -07:00
parent 16e30aaf68
commit 0dc444ec4e
5 changed files with 6 additions and 6 deletions

View File

@@ -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