You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vertx-mysql-client/src/main/asciidoc/index.adoc
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -474,7 +474,7 @@ create easily create a string directly from the row set:
474
474
475
475
== MySQL Stored Procedure
476
476
477
-
You can run stored procedures in queries. The result will be retrieved from the server following the https://dev.mysql.com/doc/dev/mysql-server/8.0.12/page_protocol_command_phase_sp.html[MySQL protocol] without any magic here.
477
+
You can run stored procedures in queries. The result will be retrieved from the server following the https://dev.mysql.com/doc/dev/mysql-server/latest/page_protocol_command_phase_sp.html[MySQL protocol] without any magic here.
478
478
479
479
[source,$lang]
480
480
----
@@ -534,7 +534,7 @@ More information can be found in the http://vertx.io/docs/vertx-core/java/#ssl[V
534
534
== MySQL utility command
535
535
536
536
Sometimes you want to use MySQL utility commands and we provide support for this.
537
-
More information can be found in the https://dev.mysql.com/doc/dev/mysql-server/8.0.12/page_protocol_command_phase_utility.html[MySQL utility commands].
537
+
More information can be found in the https://dev.mysql.com/doc/dev/mysql-server/latest/page_protocol_command_phase_utility.html[MySQL utility commands].
0 commit comments