Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit 51582d3

Browse files
committed
README fix, agaaainn
1 parent ab18b6e commit 51582d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,12 +274,12 @@ Outputs a JSON formatted stack of all statements, stages and events within Perfo
274274
(line separation added for output)
275275

276276
```SQL
277-
mysql> SELECT sys.ps_thread_stack(37, FALSE) AS thread_stack\\G
277+
mysql> SELECT sys.ps_thread_stack(37, FALSE) AS thread_stack\G
278278
*************************** 1. row ***************************
279279
thread_stack: {"rankdir": "LR","nodesep": "0.10","stack_created": "2014-02-19 13:39:03",
280280
"mysql_version": "5.7.3-m13","mysql_user": "root@localhost","events":
281281
[{"nesting_event_id": "0", "event_id": "10", "timer_wait": 256.35, "event_info":
282-
"sql/select", "wait_info": "select @@version_comment limit 1\\nerrors: 0\\nwarnings: 0\\nlock time:
282+
"sql/select", "wait_info": "select @@version_comment limit 1\nerrors: 0\nwarnings: 0\nlock time:
283283
...
284284
```
285285

0 commit comments

Comments
 (0)