Changes between Version 12 and Version 13 of DatabaseBasedAnalysis/rootifysql


Ignore:
Timestamp:
08/05/18 20:05:29 (6 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseBasedAnalysis/rootifysql

    v12 v13  
    467467Note that {{{--env.*}}} and {{{--list.*}}} can be mixed.
    468468
     469== Explain and profiling ==
     470
     471The {{{--explain}}} option request the server to explain ({{{EXPLAIN}}}) the query. The result is displayed as JSON and as standard data. In addition the returned optimized query is displayed. Some simple formatting is done for an easier readability. This is ''preliminary''. Please report any problems
     472
     473The {{{--profiling}}} option turns on profiling ({{{SET PROFILING=1}}}) and request the profile ({{{SHOW PROFILE}}}) of the main query afterwards and shows it on the console.
    469474
    470475== Returns ==