~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/drizzle.h

  • Committer: Brian Aker
  • Date: 2008-07-18 20:10:26 UTC
  • mfrom: (51.3.29 remove-dbug)
  • Revision ID: brian@tangent.org-20080718201026-tto5golt0xhwqe4a
Merging in Jay's final patch on dbug.

Show diffs side-by-side

added added

removed removed

Lines of Context:
399
399
uint32_t        STDCALL mysql_escape_string(char *to,const char *from, uint32_t from_length);
400
400
uint32_t        STDCALL mysql_hex_string(char *to,const char *from, uint32_t from_length);
401
401
uint32_t        STDCALL mysql_real_escape_string(MYSQL *mysql, char *to, const char *from, uint32_t length);
402
 
void            STDCALL mysql_debug(const char *debug);
403
402
void            STDCALL myodbc_remove_escape(MYSQL *mysql,char *name);
404
403
uint32_t        STDCALL mysql_thread_safe(void);
405
404
my_bool         STDCALL mysql_embedded(void);