mariadb/client
Monty 607b14c4dc Add --optimizer_trace option to mysqltest
This enables optimizer_trace output for the next SQL command.
Identical as if one would have done:
- Store value of @@optimizer_trace
- Set @optimizer_trace="enabled=on"
- Run query
- SELECT * from OPTIMIZER_TRACE
- Restore value of @@optimizer_trace

This is a great time saver when one wants to quickly check the optimizer
trace for a query in a mtr test.
2021-12-15 19:11:25 +02:00
..
async_example.c MWL#192: non-blocking client API, after-review fixes. 2012-01-06 12:43:18 +01:00
client_priv.h Merge 10.3 into 10.4 2020-04-16 12:12:26 +03:00
CMakeLists.txt Merge remote-tracking branch 'upstream/10.3' into 10.4 2021-09-09 09:23:35 +03:00
completion_hash.cc Merge 10.2 into 10.3 2020-11-02 15:48:47 +02:00
completion_hash.h Update FSF Address 2019-05-11 21:29:06 +03:00
echo.c Update FSF Address 2019-05-11 21:29:06 +03:00
my_readline.h Update FSF Address 2019-05-11 21:29:06 +03:00
mysql.cc Merge 10.3 into 10.4 2021-11-09 08:40:14 +02:00
mysql_plugin.c Merge branch '10.2' into 10.3 2021-09-07 23:24:06 +02:00
mysql_upgrade.c Merge 10.3 into 10.4 2020-11-03 14:49:17 +02:00
mysqladmin.cc Fixed that mariadb-# binaries reads their corresponding entry from my.cnf 2019-07-18 15:32:22 +03:00
mysqlbinlog.cc Merge 10.3 into 10.4 2020-09-03 15:53:38 +03:00
mysqlcheck.c Fixed that mariadb-# binaries reads their corresponding entry from my.cnf 2019-07-18 15:32:22 +03:00
mysqldump.c Merge branch 'bb-10.3-release' into bb-10.4-release 2021-02-12 17:44:22 +01:00
mysqlimport.c Merge 10.3 into 10.4 2020-06-13 19:01:28 +03:00
mysqlshow.c Fixed that mariadb-# binaries reads their corresponding entry from my.cnf 2019-07-18 15:32:22 +03:00
mysqlslap.c Merge 10.3 into 10.4 2020-12-23 14:52:59 +02:00
mysqltest.cc Add --optimizer_trace option to mysqltest 2021-12-15 19:11:25 +02:00
readline.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_string.cc.dontuse Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_string.h.dontuse Update FSF Address 2019-05-11 21:29:06 +03:00