Merge branch 'column_store'
Co-authored-by: wangt1xiuyi <13547954130@163.com> Co-authored-by: yangqise7en <877793735@qq.com> Co-authored-by: Zach41 <zach_41@163.com>
This commit is contained in:
2
src/sql/parser/sql_parser_mysql_mode.l
Executable file → Normal file
2
src/sql/parser/sql_parser_mysql_mode.l
Executable file → Normal file
@ -979,6 +979,8 @@ Timestamp{whitespace}?\"[^\"]*\" {
|
||||
<hint>MONITOR { return MONITOR; }
|
||||
<hint>AUTO { return AUTO; }
|
||||
<hint>FORCE { return FORCE; }
|
||||
<hint>USE_COLUMN_TABLE { return USE_COLUMN_STORE_HINT; }
|
||||
<hint>NO_USE_COLUMN_TABLE { return NO_USE_COLUMN_STORE_HINT; }
|
||||
<hint>[(),.@] {
|
||||
ParseResult *p = (ParseResult *)yyextra;
|
||||
if (!p->is_ignore_token_) {
|
||||
|
||||
Reference in New Issue
Block a user