~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/sql_common.h

  • Committer: Monty Taylor
  • Date: 2008-09-16 04:26:53 UTC
  • mto: This revision was merged to the branch mainline in revision 391.
  • Revision ID: monty@inaugust.com-20080916042653-59fgd0y0lbw6ohna
Oh dear god the changes. The changes. I'd tell you what they are, but I'd just be making stuff up. Suffice it to day it's mostly all around splitting files in libdrizzle into different files and removing interdepends. And whatever else I happened to see... 

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
extern "C" {
25
25
#endif
26
26
 
27
 
DRIZZLE_FIELD *unpack_fields(DRIZZLE_DATA *data, uint fields,
28
 
                             bool default_value);
29
 
void free_rows(DRIZZLE_DATA *cur);
30
 
void net_clear_error(NET *net);
31
27
#ifdef  __cplusplus
32
28
}
33
29
#endif