~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to notes.textile

  • Committer: Monty Taylor
  • Date: 2008-10-14 21:20:42 UTC
  • mto: (511.1.4 codestyle)
  • mto: This revision was merged to the branch mainline in revision 521.
  • Revision ID: monty@inaugust.com-20081014212042-tef3njx3368b6lwt
Override copy ctr and op= because we have pointer members.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
h1. Andy's notes
 
2
 
 
3
All the functions in mystrings/ do this little "increment in the
 
4
loop and then decrement on the way out."  That's just silly.
 
5
 
 
6
Move my_compress() into libdrizzle/net_serv.c and throw away my_uncompress.
 
7
 
 
8
The const uchar *packet into net_real_write() is wrong.  We free
 
9
the packet, so it is not const.
 
10
 
 
11
The const uchar *key in _mi_record_pos is wrong.
 
12
 
 
13
Work on getting ccache running.