Changes between Version 12 and Version 13 of DatabaseBasedAnalysis/rootifysql
- Timestamp:
- 08/05/18 20:05:29 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DatabaseBasedAnalysis/rootifysql
v12 v13 467 467 Note that {{{--env.*}}} and {{{--list.*}}} can be mixed. 468 468 469 == Explain and profiling == 470 471 The {{{--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 473 The {{{--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. 469 474 470 475 == Returns ==