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

Shenli/set password #195

Merged
merged 4 commits into from
Sep 20, 2015
Merged

Shenli/set password #195

merged 4 commits into from
Sep 20, 2015

Conversation

shenli
Copy link
Member

@shenli shenli commented Sep 19, 2015

No description provided.

@@ -203,6 +203,9 @@ func (s *testParserSuite) TestParser0(c *C) {
// SET CHARACTER SET
{"SET CHARACTER SET utf8mb4;", true},
{"SET CHARACTER SET 'utf8mb4';", true},
// Set password
{"SET PASSWORD = 'password';", true},
{"SET PASSWORD FOR 'shenli'@'localhost' = 'password';", true},
Copy link
Member

Choose a reason for hiding this comment

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

I think root may be better than your name......

@shenli
Copy link
Member Author

shenli commented Sep 19, 2015

PTAL

@qiuyesuifeng
Copy link
Member

LGTM

createDBSql string
dropDBSql string
useDBSql string
createTableSql string
Copy link
Member

Choose a reason for hiding this comment

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

Replace Sql to Text would be better.

Copy link
Member Author

Choose a reason for hiding this comment

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

They are all SQL statements.

Copy link
Member

Choose a reason for hiding this comment

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

Yes, SQL is structured query language, it doesn't means text.
But we do mean text here.

@shenli
Copy link
Member Author

shenli commented Sep 20, 2015

PTAL

@ngaut
Copy link
Member

ngaut commented Sep 20, 2015

LGTM

shenli added a commit that referenced this pull request Sep 20, 2015
@shenli shenli merged commit 0ddf7b8 into master Sep 20, 2015
@shenli shenli deleted the shenli/set-password branch September 20, 2015 03:26
YuJuncen pushed a commit to YuJuncen/tidb that referenced this pull request Apr 23, 2021
* restore: add error field to `DownloadResponse`

Signed-off-by: 5kbpers <tangminghua@pingcap.com>
okJiang pushed a commit to okJiang/tidb that referenced this pull request Oct 19, 2021
pingcap#195)

* hotfix the bug that -T can't work which is introduced from pingcap#194

* use sameStringArray
tisonkun pushed a commit to tisonkun/tidb that referenced this pull request Oct 20, 2021
…mpling#194 (pingcap#195)

* hotfix the bug that -T can't work which is introduced from pingcap/dumpling#194

* use sameStringArray
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