~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.cc

Re-org'd the replication stuff into slots.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
using namespace std;
44
44
using namespace drizzled;
45
45
 
46
 
extern drizzled::ReplicationServices replication_services;
47
 
 
48
46
KEY_CREATE_INFO default_key_create_info= { HA_KEY_ALG_UNDEF, 0, {NULL,0} };
49
47
 
50
48
/* number of entries in storage_engines[] */
2653
2651
                           const unsigned char *before_record,
2654
2652
                           const unsigned char *after_record)
2655
2653
{
 
2654
  ReplicationServices &replication_services= ReplicationServices::singleton();
2656
2655
  Session *const session= table->in_use;
2657
2656
 
2658
2657
  switch (session->lex->sql_command)