18
18
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
22
22
#include <drizzled/show.h>
23
23
#include <drizzled/lock.h>
24
24
#include <drizzled/session.h>
25
25
#include <drizzled/probes.h>
26
26
#include <drizzled/statement/insert_select.h>
32
31
bool statement::InsertSelect::execute()
36
35
assert(first_table == all_tables && first_table != 0);
39
38
select_result *sel_result= NULL;
41
40
bool need_start_waiting= false;