summaryrefslogtreecommitdiff
path: root/include/mysql.h.pp
diff options
context:
space:
mode:
authorDavi Arnaut <Davi.Arnaut@Sun.COM>2009-11-24 19:25:23 -0200
committerDavi Arnaut <Davi.Arnaut@Sun.COM>2009-11-24 19:25:23 -0200
commit6cfe31e382ac5fb22eada408dc37eb368536a592 (patch)
treede192332ac9c771c0738e3a88ce93e6af3b52183 /include/mysql.h.pp
parent18448bc05c2780a31fedbaec475d41dacff7ba75 (diff)
downloadmariadb-git-6cfe31e382ac5fb22eada408dc37eb368536a592.tar.gz
Post-merge fix for bug 41728: revert fix that was pushed in mistake to 5.1 and up.
Diffstat (limited to 'include/mysql.h.pp')
-rw-r--r--include/mysql.h.pp10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/mysql.h.pp b/include/mysql.h.pp
index bd4c79916dd..633cde41130 100644
--- a/include/mysql.h.pp
+++ b/include/mysql.h.pp
@@ -518,16 +518,6 @@ unsigned long mysql_real_escape_string(MYSQL *mysql,
char *to,const char *from,
unsigned long length);
void mysql_debug(const char *debug);
-char * mysql_odbc_escape_string(MYSQL *mysql,
- char *to,
- unsigned long to_length,
- const char *from,
- unsigned long from_length,
- void *param,
- char *
- (*extend_buffer)
- (void *, char *to,
- unsigned long *length));
void myodbc_remove_escape(MYSQL *mysql,char *name);
unsigned int mysql_thread_safe(void);
my_bool mysql_embedded(void);