summaryrefslogtreecommitdiff
path: root/sql/procedure.h
diff options
context:
space:
mode:
authorAlexander Nozdrin <alik@sun.com>2009-11-05 15:08:37 +0300
committerAlexander Nozdrin <alik@sun.com>2009-11-05 15:08:37 +0300
commit411a6bfeb94e89f4cd4b8daaee96fe1913218a85 (patch)
tree64caab6e7d4a7167ee56b4f7d6572bb07c30750a /sql/procedure.h
parentafe8b83bb82055c2510244e26fd2d7ad409f9fbf (diff)
parent06bfaf21f2965539ab76fed3338b3cb0089adc57 (diff)
downloadmariadb-git-411a6bfeb94e89f4cd4b8daaee96fe1913218a85.tar.gz
Auto-merge from mysql-next-mr.
Diffstat (limited to 'sql/procedure.h')
-rw-r--r--sql/procedure.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/procedure.h b/sql/procedure.h
index c6f50493876..25b30ac593d 100644
--- a/sql/procedure.h
+++ b/sql/procedure.h
@@ -26,7 +26,7 @@
#define PROC_NO_SORT 1 /**< Bits in flags */
#define PROC_GROUP 2 /**< proc must have group */
-/* Procedure items used by procedures to store values for send_fields */
+/* Procedure items used by procedures to store values for send_result_set_metadata */
class Item_proc :public Item
{