~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.cc

Re-org'd the replication stuff into slots.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
using namespace std;
51
51
using namespace drizzled;
52
52
 
53
 
extern drizzled::ReplicationServices replication_services;
54
 
 
55
53
bool drizzle_rm_tmp_tables(slot::Listen &listen_handler);
56
54
 
57
55
/**
2045
2043
  */
2046
2044
  if (unlikely(entry->file->implicit_emptied))
2047
2045
  {
 
2046
    ReplicationServices &replication_services= ReplicationServices::singleton();
2048
2047
    entry->file->implicit_emptied= 0;
2049
2048
    {
2050
2049
      char *query, *end;