1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-5093, MDEV-5094:

- Make EXPLAIN {PARTITIONS,EXTENDED} {UPDATE,DELETE} work.
This commit is contained in:
Sergey Petrunya
2013-10-04 18:50:47 +04:00
parent 6519ca51dd
commit 5e4044e92c
7 changed files with 81 additions and 8 deletions

View File

@ -1853,7 +1853,7 @@ int print_explain_row(select_result_sink *result,
uint select_number,
const char *select_type,
const char *table_name,
//const char *partitions, (todo)
const char *partitions,
enum join_type jtype,
const char *possible_keys,
const char *index,