diff options
author | cmiller@zippy.cornsilk.net <> | 2007-12-14 10:52:10 -0500 |
---|---|---|
committer | cmiller@zippy.cornsilk.net <> | 2007-12-14 10:52:10 -0500 |
commit | c940d64a69474c165e3988eb7ad93f16a88ef852 (patch) | |
tree | 12c2887fa7da423ee894c74c94ab3ee5f2f1b748 /sql/item_create.cc | |
parent | a30c52cbf55f892bcd3b4269d63dab4991e6f540 (diff) | |
parent | 5a19f077b372d96b301a9a926326fb780d88c5e8 (diff) | |
download | mariadb-git-c940d64a69474c165e3988eb7ad93f16a88ef852.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-maint
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-maint
Diffstat (limited to 'sql/item_create.cc')
-rw-r--r-- | sql/item_create.cc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sql/item_create.cc b/sql/item_create.cc index dc9f6e92884..40578bef5f8 100644 --- a/sql/item_create.cc +++ b/sql/item_create.cc @@ -13,7 +13,12 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* Functions to create an item. Used by sql_yacc.yy */ +/** + @file + + @brief + Functions to create an item. Used by sql_yac.yy +*/ #include "mysql_priv.h" #include "item_create.h" |