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/show_create.h>
29
28
bool statement::ShowCreate::execute()
31
30
TableList *first_table= (TableList *) session->lex->select_lex.table_list.first;
32
31
TableList *all_tables= session->lex->query_tables;
33
32
assert(first_table == all_tables && first_table != 0);