You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by GitBox <gi...@apache.org> on 2020/08/21 03:46:31 UTC

[GitHub] [incubator-brpc] eric-buaa-cn opened a new pull request #1212: Enable using brpc to implement an Mysql-compatible server as quickly as possible.

eric-buaa-cn opened a new pull request #1212:
URL: https://github.com/apache/incubator-brpc/pull/1212


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org


[GitHub] [incubator-brpc] wasphin commented on a change in pull request #1212: Enable using brpc to implement an Mysql-compatible server as quickly as possible.

Posted by GitBox <gi...@apache.org>.
wasphin commented on a change in pull request #1212:
URL: https://github.com/apache/incubator-brpc/pull/1212#discussion_r474685439



##########
File path: src/brpc/policy/my_command.h
##########
@@ -0,0 +1,102 @@
+/* Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License, version 2.0,

Review comment:
       Prefer to not use GPL licensed code in  Apache-2.0 licensed project.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org


[GitHub] [incubator-brpc] eric-buaa-cn commented on pull request #1212: Enable using brpc to implement an Mysql-compatible server as quickly as possible.

Posted by GitBox <gi...@apache.org>.
eric-buaa-cn commented on pull request #1212:
URL: https://github.com/apache/incubator-brpc/pull/1212#issuecomment-683579083


   May be later I'll fix the license problem.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org


[GitHub] [incubator-brpc] wasphin commented on a change in pull request #1212: Enable using brpc to implement an Mysql-compatible server as quickly as possible.

Posted by GitBox <gi...@apache.org>.
wasphin commented on a change in pull request #1212:
URL: https://github.com/apache/incubator-brpc/pull/1212#discussion_r474689903



##########
File path: src/brpc/policy/my_command.h
##########
@@ -0,0 +1,102 @@
+/* Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License, version 2.0,

Review comment:
       https://www.apache.org/licenses/GPL-compatibility.html




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org


[GitHub] [incubator-brpc] eric-buaa-cn closed pull request #1212: Enable using brpc to implement an Mysql-compatible server as quickly as possible.

Posted by GitBox <gi...@apache.org>.
eric-buaa-cn closed pull request #1212:
URL: https://github.com/apache/incubator-brpc/pull/1212


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org