~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to notes.textile

  • Committer: Andy Lester
  • Date: 2008-08-10 01:24:02 UTC
  • mto: (266.1.31 use-replace-funcs)
  • mto: This revision was merged to the branch mainline in revision 295.
  • Revision ID: andy@petdance.com-20080810012402-poten4vrxv1y7rki
make things more const-correct

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
The const uchar *packet into net_real_write() is wrong.  We free
9
9
the packet, so it is not const.
10
10
 
 
11
The const uchar *key in _mi_record_pos is wrong.
 
12
 
11
13
Work on getting ccache running.