~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/lock.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include "drizzled/thr_lock.h"
24
24
 
 
25
namespace drizzled
 
26
{
 
27
 
25
28
class Session;
26
29
class Table;
27
30
class TableList;
59
62
void unlock_table_names(TableList *table_list, TableList *last_table);
60
63
bool lock_table_names_exclusively(Session *session, TableList *table_list);
61
64
 
 
65
} /* namespace drizzled */
 
66
 
62
67
#endif /* DRIZZLED_LOCK_H */