Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions mysql-test/main/mysqld--help.result
Original file line number Diff line number Diff line change
Expand Up @@ -861,6 +861,9 @@ The following specify which files/extra groups are read (specified before remain
--optimizer-record-context
Controls storing of optmizer context of all the tables
that are referenced in a query
--optimizer-replay-context=name
The context for a query that is in JSON format for
reusing the stored stats
--optimizer-row-copy-cost=#
Cost of copying a row from the engine or the join cache
to the SQL layer
Expand Down Expand Up @@ -1895,6 +1898,7 @@ optimizer-max-sel-arg-weight 32000
optimizer-max-sel-args 16000
optimizer-prune-level 2
optimizer-record-context FALSE
optimizer-replay-context
optimizer-row-copy-cost 0.060866
optimizer-row-lookup-cost 0.130839
optimizer-row-next-find-cost 0.045916
Expand Down
Loading