summaryrefslogtreecommitdiff
path: root/sql/sql_yacc.yy
diff options
context:
space:
mode:
authorAlexander Nozdrin <alik@sun.com>2010-02-21 22:36:05 +0300
committerAlexander Nozdrin <alik@sun.com>2010-02-21 22:36:05 +0300
commiteb79ef1535f092a2e3fee9cf514ff0c581de0bd2 (patch)
tree551412956bc864d32aedd08989fa82ca72339d00 /sql/sql_yacc.yy
parentb5706ded0e519a3f0ad2ace630178e13faad5ca5 (diff)
parentd1ad316a59b6bd48dec94433ffe982ddfc376e35 (diff)
downloadmariadb-git-eb79ef1535f092a2e3fee9cf514ff0c581de0bd2.tar.gz
Auto-merge from mysql-next-mr.
Diffstat (limited to 'sql/sql_yacc.yy')
-rw-r--r--sql/sql_yacc.yy1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_yacc.yy b/sql/sql_yacc.yy
index 6f41961a8fc..f03694cb359 100644
--- a/sql/sql_yacc.yy
+++ b/sql/sql_yacc.yy
@@ -6060,6 +6060,7 @@ key_using_alg:
all_key_opt:
KEY_BLOCK_SIZE opt_equal ulong_num
{ Lex->key_create_info.block_size= $3; }
+ | COMMENT_SYM TEXT_STRING_sys { Lex->key_create_info.comment= $2; }
;
normal_key_opt: