diff options
author | bell@sanja.is.com.ua <> | 2004-11-25 09:28:32 +0200 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2004-11-25 09:28:32 +0200 |
commit | a1cac9687ec38a5da5c1943d5067050d9fbee25d (patch) | |
tree | 0e2777f23da04f854cb207b4938c43cc0ac11773 /sql/sql_view.cc | |
parent | 69ec6a4592f865896d4fa90029b01042aec41d84 (diff) | |
download | mariadb-git-a1cac9687ec38a5da5c1943d5067050d9fbee25d.tar.gz |
spelling fixed/comments added (postreview fixes)
Diffstat (limited to 'sql/sql_view.cc')
-rw-r--r-- | sql/sql_view.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_view.cc b/sql/sql_view.cc index 38ab3a3db9f..81d8000831b 100644 --- a/sql/sql_view.cc +++ b/sql/sql_view.cc @@ -1046,7 +1046,7 @@ bool check_key_in_view(THD *thd, TABLE_LIST *view) if (i == elements_in_view) // If field didn't exists { /* - Keys or all fields of underlaying tables are not foud => we have + Keys or all fields of underlying tables are not foud => we have to check variable updatable_views_with_limit to decide should we issue an error or just a warning */ |