From 5cfd3270ec79238b27765af3062ae7d97f6f06d0 Mon Sep 17 00:00:00 2001 From: Sergei Petrunia Date: Tue, 27 May 2014 21:04:45 +0400 Subject: MDEV-6109: EXPLAIN JSON - First code, "EXPLAIN FORMAT=JSON stmt" and "ANALYZE FORMAT=JSON stmt" work for basic queries. Complex constructs (e.g subqueries, etc) not yet supported. - No test infrastructure yet --- sql/sql_select.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sql/sql_select.h') diff --git a/sql/sql_select.h b/sql/sql_select.h index 66d7b007bbb..0e0d04cd967 100644 --- a/sql/sql_select.h +++ b/sql/sql_select.h @@ -1920,4 +1920,5 @@ ulong check_selectivity(THD *thd, TABLE *table, List *conds); + #endif /* SQL_SELECT_INCLUDED */ -- cgit v1.2.1