Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

*: add builtin string function SPACE #1332

Merged
merged 5 commits into from
Jun 21, 2016
Merged

Conversation

tiancaiamao
Copy link
Contributor

@CLAassistant
Copy link

CLAassistant commented Jun 20, 2016

CLA assistant check
All committers have signed the CLA.

@@ -2647,6 +2648,10 @@ FunctionCallNonKeyword:
{
$$ = &ast.FuncCallExpr{FnName: model.NewCIStr($1.(string)), Args: []ast.ExprNode{$3.(ast.ExprNode)}}
}
| "SPACE" '(' Expression ')'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems this is not aligned. We use tab which is 8 spaces width.

@shenli
Copy link
Member

shenli commented Jun 21, 2016

LGTM

@shenli
Copy link
Member

shenli commented Jun 21, 2016

@coocood PTAL

@coocood
Copy link
Member

coocood commented Jun 21, 2016

LGTM

@tiancaiamao tiancaiamao merged commit b3bd0dc into master Jun 21, 2016
@tiancaiamao tiancaiamao deleted the tiancaiamao/add-builtin-space branch June 21, 2016 07:45
xhebox pushed a commit to xhebox/tidb that referenced this pull request Sep 28, 2021
xhebox pushed a commit to xhebox/tidb that referenced this pull request Oct 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants