diff options
author | unknown <bell@sanja.is.com.ua> | 2004-11-25 09:28:32 +0200 |
---|---|---|
committer | unknown <bell@sanja.is.com.ua> | 2004-11-25 09:28:32 +0200 |
commit | 7108deee6e9b2e805462df4e0002dbb32e0665b0 (patch) | |
tree | 0e2777f23da04f854cb207b4938c43cc0ac11773 /sql/sql_base.cc | |
parent | a352372170815bebd65755bc5fff00fdf964cf9b (diff) | |
download | mariadb-git-7108deee6e9b2e805462df4e0002dbb32e0665b0.tar.gz |
spelling fixed/comments added (postreview fixes)
sql/mysqld.cc:
spelling fixed
sql/sql_base.cc:
spelling fixed
sql/sql_delete.cc:
spelling fixed
sql/sql_parse.cc:
comments added
sql/sql_prepare.cc:
comments added
sql/sql_update.cc:
spelling fixed
sql/sql_view.cc:
spelling fixed
sql/table.cc:
spelling fixed
Diffstat (limited to 'sql/sql_base.cc')
-rw-r--r-- | sql/sql_base.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sql_base.cc b/sql/sql_base.cc index 8fba30e2df8..97e2a2cf0d0 100644 --- a/sql/sql_base.cc +++ b/sql/sql_base.cc @@ -2815,7 +2815,7 @@ bool setup_tables(THD *thd, TABLE_LIST *tables, Item **conds, DBUG_ENTER("setup_tables"); /* this is used for INSERT ... SELECT. - For select we setup tables except first (and its underlaying tables) + For select we setup tables except first (and its underlying tables) */ TABLE_LIST *first_select_table= (select_insert ? tables->next_local: @@ -3148,7 +3148,7 @@ insert_fields(THD *thd, TABLE_LIST *tables, const char *db_name, } /* All fields are used in case if usual tables (in case of view used - fields merked in setu_tables during fix_fields of view columns + fields marked in setup_tables during fix_fields of view columns */ if (table) table->used_fields=table->fields; |