~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/server_includes.h

  • Committer: Brian Aker
  • Date: 2009-06-01 02:14:08 UTC
  • mfrom: (1039.1.17 merge)
  • Revision ID: brian@gaz-20090601021408-ejp1tjf3m5fm7mzv
Merge of Brian

Show diffs side-by-side

added added

removed removed

Lines of Context:
190
190
int open_table_from_share(Session *session, TableShare *share, const char *alias,
191
191
                          uint32_t db_stat, uint32_t prgflag, uint32_t ha_open_flags,
192
192
                          Table *outparam, open_table_mode open_mode);
193
 
int read_string(File file, unsigned char* *to, size_t length);
194
193
void free_blobs(Table *table);
195
194
int set_zone(int nr,int min_zone,int max_zone);
196
195
uint32_t convert_period_to_month(uint32_t period);
245
244
TYPELIB *convert_strings_to_array_type(char * *typelibs, char * *end);
246
245
TYPELIB *typelib(MEM_ROOT *mem_root, List<String> &strings);
247
246
ulong get_form_pos(File file, unsigned char *head, TYPELIB *save_names);
248
 
off_t make_new_entry(File file,unsigned char *fileinfo,TYPELIB *formnames,
249
 
                     const char *newname);
250
247
ulong next_io_size(ulong pos);
251
248
void append_unescaped(String *res, const char *pos, uint32_t length);
252
249
int rename_table_proto_file(const char *from, const char* to);
255
252
bool check_db_name(LEX_STRING *db);
256
253
bool check_column_name(const char *name);
257
254
bool check_table_name(const char *name, uint32_t length);
258
 
char *get_field(MEM_ROOT *mem, Field *field);
259
 
bool get_field(MEM_ROOT *mem, Field *field, class String *res);
260
255
char *fn_rext(char *name);
261
256
 
262
257
/* Conversion functions */