Created
January 15, 2014 08:57
-
-
Save yoku0825/8432956 to your computer and use it in GitHub Desktop.
mysql-5.6.15/sql/sql_yacc.yy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*** sql/sql_yacc.yy.orig 2013-11-18 03:02:54.000000000 +0900 | |
--- sql/sql_yacc.yy 2014-01-15 17:55:29.909809584 +0900 | |
*************** | |
*** 1855,1861 **** | |
opt_precision opt_ignore opt_column opt_restrict | |
grant revoke set lock unlock string_list field_options field_option | |
field_opt_list opt_binary ascii unicode table_lock_list table_lock | |
! ref_list opt_match_clause opt_on_update_delete use | |
opt_delete_options opt_delete_option varchar nchar nvarchar | |
opt_outer table_list table_name table_alias_ref_list table_alias_ref | |
opt_place | |
--- 1855,1861 ---- | |
opt_precision opt_ignore opt_column opt_restrict | |
grant revoke set lock unlock string_list field_options field_option | |
field_opt_list opt_binary ascii unicode table_lock_list table_lock | |
! ref_list opt_match_clause opt_on_update_delete cd | |
opt_delete_options opt_delete_option varchar nchar nvarchar | |
opt_outer table_list table_name table_alias_ref_list table_alias_ref | |
opt_place | |
*************** | |
*** 2067,2073 **** | |
| uninstall | |
| unlock | |
| update | |
! | use | |
| xa | |
; | |
--- 2067,2073 ---- | |
| uninstall | |
| unlock | |
| update | |
! | cd | |
| xa | |
; | |
*************** | |
*** 13029,13035 **** | |
/* change database */ | |
! use: | |
USE_SYM ident | |
{ | |
LEX *lex=Lex; | |
--- 13029,13035 ---- | |
/* change database */ | |
! cd: | |
USE_SYM ident | |
{ | |
LEX *lex=Lex; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment