Skip to content

Commit b1053e8

Browse files
committed
Fixed warnings for code formatting
1 parent 1527fb5 commit b1053e8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/upgrading/upgrade/mysql.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ not be able to start any VM.
2323

2424
The following SQL statement needs to be manually executed in order to fix such issue:
2525

26-
.. parsed-literal::
27-
ALTER TABLE nics MODIFY COLUMN update_time timestamp DEFAULT CURRENT_TIMESTAMP;
26+
.. code-block:: mysql
27+
28+
ALTER TABLE nics MODIFY COLUMN update_time timestamp DEFAULT CURRENT_TIMESTAMP;
2829
2930
The issue is known to affect the following MySQL server versions:
3031

0 commit comments

Comments
 (0)