diff options
author | Sergey Petrunya <psergey@askmonty.org> | 2013-10-05 10:25:59 +0400 |
---|---|---|
committer | Sergey Petrunya <psergey@askmonty.org> | 2013-10-05 10:25:59 +0400 |
commit | 6a7f8af3f9ca95163cba3c7efdf04944378fb8d3 (patch) | |
tree | d5428645a73b06e4a8b1a17c5d6b703e573847b6 /sql/sql_select.h | |
parent | fedf769f0b2001f8294c2b44dbcaca1e562f82a9 (diff) | |
download | mariadb-git-6a7f8af3f9ca95163cba3c7efdf04944378fb8d3.tar.gz |
MDEV-3798: EXPLAIN UPDATE/DELETE
- Address review feedback: rename files
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r-- | sql/sql_select.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h index fc2ffb3c175..d6e133262f1 100644 --- a/sql/sql_select.h +++ b/sql/sql_select.h @@ -198,7 +198,7 @@ int rr_sequential(READ_RECORD *info); int rr_sequential_and_unpack(READ_RECORD *info); -#include "opt_qpf.h" +#include "sql_explain.h" /************************************************************************************** * New EXPLAIN structures END |