~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_class.cc

  • Committer: Monty Taylor
  • Date: 2008-10-06 04:45:56 UTC
  • mfrom: (438.1.13 drizzle)
  • Revision ID: monty@inaugust.com-20081006044556-5urk8k3yhnnl3o1p
Merged in from trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
463
463
  memset(ha_data, 0, sizeof(ha_data));
464
464
  mysys_var=0;
465
465
  binlog_evt_union.do_union= false;
466
 
  enable_slow_log= 0;
467
466
  dbug_sentry=THD_SENTRY_MAGIC;
468
467
  net.vio=0;
469
468
  client_capabilities= 0;                       // minimalistic client
2335
2334
  inserted/updated/deleted.
2336
2335
*/
2337
2336
 
2338
 
#ifndef DRIZZLE_CLIENT
2339
2337
 
2340
2338
/*
2341
2339
  Template member function for ensuring that there is an rows log
2801
2799
  elements++;
2802
2800
  return(0);
2803
2801
}
2804
 
 
2805
 
#endif /* !defined(DRIZZLE_CLIENT) */