23 #include <drizzled/sql_lex.h>
24 #include <drizzled/statement.h>
36 flush_tables_with_read_lock(
false),
38 flush_global_status(
false)
40 set_command(SQLCOM_FLUSH);
49 bool flush_tables_with_read_lock;
51 bool flush_global_status;
54 void setFlushLog(
bool f) { flush_log= f; }
55 void setFlushTables(
bool f) { flush_tables= f; }
56 void setFlushTablesWithReadLock(
bool f) {
57 flush_tables= flush_tables_with_read_lock= f;
59 void setFlushStatus(
bool f) { flush_status= f; }
60 void setFlushGlobalStatus(
bool f) { flush_global_status= f; }
TODO: Rename this file - func.h is stupid.
Represents a statement to be executed.