mysql.rst
changeset 1854 9b224b68c1e1
parent 1853 c6be6cc87df4
child 1875 340162fb09a2
equal deleted inserted replaced
1853:c6be6cc87df4 1854:9b224b68c1e1
    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