~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_alloc.h

Further drizzleclient cleanup. Starting to move all NET related functions into Protocol, removed some dead code, removing drizzleclient dependencies spread throughout drizzled.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef DRIZZLE_SERVER_SQL_ALLOC_H
21
21
#define DRIZZLE_SERVER_SQL_ALLOC_H
22
22
 
23
 
#include <libdrizzleclient/net_serv.h>
24
23
#include <mysys/my_alloc.h>
25
24
#include <mystrings/m_ctype.h>
26
25
 
39
38
                               const CHARSET_INFO * const to_cs,
40
39
                               size_t *result_length);
41
40
void sql_kill(Session *session, ulong id, bool only_kill_query);
42
 
bool net_request_file(NET* net, const char* fname);
43
41
char* query_table_status(Session *session,const char *db,const char *table_name);
44
42
 
45
43
/* mysql standard class memory allocator */