equal
deleted
inserted
replaced
74 |
74 |
75 MariaDB [mysql]> SHOW WARNINGS; |
75 MariaDB [mysql]> SHOW WARNINGS; |
76 MariaDB [mysql]> SHOW ERRORS; |
76 MariaDB [mysql]> SHOW ERRORS; |
77 MariaDB [mysql]> show engine innodb status; |
77 MariaDB [mysql]> show engine innodb status; |
78 |
78 |
|
79 Debugging quiery performance. |
|
80 ============================= |
|
81 :: |
|
82 |
|
83 explain select 1; |
|
84 |
|
85 .. |
|
86 |
|
87 https://mariadb.com/kb/en/mariadb/explain/ |
|
88 Syntax and transcription of EXPLAIN. |
|
89 |
79 Monitor server execution. |
90 Monitor server execution. |
80 ========================= |
91 ========================= |
81 |
92 |
82 List all current executions:: |
93 List all current executions:: |
83 |
94 |