~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/sql_common.h

  • Committer: Monty Taylor
  • Date: 2008-09-14 19:39:48 UTC
  • mfrom: (383.1.43 client-split)
  • Revision ID: monty@inaugust.com-20080914193948-ns2p0lts4qtsqx7n
Merged from client-split.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#ifdef  __cplusplus
29
29
extern "C" {
30
30
#endif
31
 
#include <mystrings/m_ctype.h>
32
31
 
33
 
extern CHARSET_INFO *default_client_charset_info;
34
 
DRIZZLE_FIELD *unpack_fields(DRIZZLE_DATA *data, MEM_ROOT *alloc, uint fields,
35
 
                                         bool default_value);
 
32
DRIZZLE_FIELD *unpack_fields(DRIZZLE_DATA *data, uint fields,
 
33
                             bool default_value);
36
34
void free_rows(DRIZZLE_DATA *cur);
37
35
void free_old_query(DRIZZLE *drizzle);
38
36
void end_server(DRIZZLE *drizzle);
39
37
bool drizzle_reconnect(DRIZZLE *drizzle);
40
 
void drizzle_read_default_options(struct st_drizzle_options *options,
41
 
                                const char *filename,const char *group);
42
38
bool
43
39
cli_advanced_command(DRIZZLE *drizzle, enum enum_server_command command,
44
40
                     const unsigned char *header, uint32_t header_length,