You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by "xu1009 (via GitHub)" <gi...@apache.org> on 2023/03/28 11:15:45 UTC

[GitHub] [skywalking-java] xu1009 commented on a diff in pull request #489: support mysql when useServerPrepStmts

xu1009 commented on code in PR #489:
URL: https://github.com/apache/skywalking-java/pull/489#discussion_r1150428682


##########
test/plugin/scenarios/mysql-scenario/src/main/resources/jdbc.properties:
##########
@@ -13,6 +13,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-mysql.url=jdbc:mysql://mysql-server:3306/test?serverTimezone=CST&enabledTLSProtocols=TLSv1.2&useSSL=false
+mysql.url=jdbc:mysql://mysql-server:3306/test?serverTimezone=CST&enabledTLSProtocols=TLSv1.2&useSSL=false&useServerPrepStmts=true

Review Comment:
   yes, PreparedStatement case will be overrided, create new test for useServerPrepStmts?



-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

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