diff options
author | monty@hundin.mysql.fi <> | 2001-09-12 23:54:22 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-09-12 23:54:22 +0300 |
commit | c946439d6c8d402a0a1a2a6520760dab16648c21 (patch) | |
tree | a1113c56652cc8609f61548a39b493926e4d06ad /sql/sql_table.cc | |
parent | e42eca1ea543f43fdf13cce7fad885253a3f528d (diff) | |
parent | 7a1998780596ac62b8fa50a98cc90e1a797da0c9 (diff) | |
download | mariadb-git-c946439d6c8d402a0a1a2a6520760dab16648c21.tar.gz |
Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
Diffstat (limited to 'sql/sql_table.cc')
-rw-r--r-- | sql/sql_table.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_table.cc b/sql/sql_table.cc index 8f4082c6688..4735e8a08ec 100644 --- a/sql/sql_table.cc +++ b/sql/sql_table.cc @@ -182,7 +182,7 @@ int quick_rm_table(enum db_type base,const char *db, } /***************************************************************************** - * Create at table. + * Create a table. * If one creates a temporary table, this is automaticly opened ****************************************************************************/ |