diff options
author | bell@sanja.is.com.ua <> | 2004-03-26 16:19:45 +0200 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2004-03-26 16:19:45 +0200 |
commit | a0f629385fd3dd6bd9b96d7605f81a48637e026a (patch) | |
tree | c15da949f75c5bba8e6ba2712b0a86231b05236f /sql/sql_base.cc | |
parent | 36e7f41d63655f0d79a40d1ad49b43baf32fbf75 (diff) | |
parent | 0f0239fde1121abec6b43345c45468a623997cc9 (diff) | |
download | mariadb-git-a0f629385fd3dd6bd9b96d7605f81a48637e026a.tar.gz |
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
into sanja.is.com.ua:/home/bell/mysql/bk/work-4.1
Diffstat (limited to 'sql/sql_base.cc')
-rw-r--r-- | sql/sql_base.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_base.cc b/sql/sql_base.cc index c54892c9341..b4ee3df14e2 100644 --- a/sql/sql_base.cc +++ b/sql/sql_base.cc @@ -1844,7 +1844,7 @@ Field *find_field_in_table(THD *thd,TABLE *table,const char *name,uint length, find_field_in_tables() thd Pointer to current thread structure item Field item that should be found - tables Tables for scaning + tables Tables for scanning where Table where field found will be returned via this parameter report_error If FALSE then do not report error if item not found |