18
18
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
22
22
#include <drizzled/show.h>
23
23
#include <drizzled/session.h>
24
24
#include <drizzled/statement/analyze.h>
31
30
bool statement::Analyze::execute()
35
34
assert(first_table == all_tables && first_table != 0);
38
39
select_lex->table_list.first= (unsigned char*) first_table;