~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.cc

Merged plugin-slot-reorg.

Show diffs side-by-side

added added

removed removed

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