~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/rpl_mi.cc

  • Committer: Brian Aker
  • Date: 2008-08-05 04:10:42 UTC
  • mfrom: (261.2.8 codestyle)
  • mto: This revision was merged to the branch mainline in revision 263.
  • Revision ID: brian@tangent.org-20080805041042-1l4893r3bwy2lxz2
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
  ssl_ca[0]= 0; ssl_capath[0]= 0; ssl_cert[0]= 0;
40
40
  ssl_cipher[0]= 0; ssl_key[0]= 0;
41
41
 
42
 
  memset((char*) &file, 0, sizeof(file));
 
42
  memset(&file, 0, sizeof(file));
43
43
  pthread_mutex_init(&run_lock, MY_MUTEX_INIT_FAST);
44
44
  pthread_mutex_init(&data_lock, MY_MUTEX_INIT_FAST);
45
45
  pthread_cond_init(&data_cond, NULL);