summaryrefslogtreecommitdiff
path: root/libmysql
diff options
context:
space:
mode:
authorDavi Arnaut <Davi.Arnaut@Sun.COM>2009-11-03 16:18:44 -0200
committerDavi Arnaut <Davi.Arnaut@Sun.COM>2009-11-03 16:18:44 -0200
commitca00c92d3d980db6bf799a2b98bb115a46f1c4b4 (patch)
treeb592c340edd135292bb3887d921d412ad9e5d01f /libmysql
parent409160e4668faab964892fa9a8082be4482e8dac (diff)
parentfc55339e2f4ef58a1ee2841bbb5019353165c818 (diff)
downloadmariadb-git-ca00c92d3d980db6bf799a2b98bb115a46f1c4b4.tar.gz
Automerge.
Diffstat (limited to 'libmysql')
-rw-r--r--libmysql/libmysql.c14
1 files changed, 8 insertions, 6 deletions
diff --git a/libmysql/libmysql.c b/libmysql/libmysql.c
index 7d717ee084d..77ff2a01d7c 100644
--- a/libmysql/libmysql.c
+++ b/libmysql/libmysql.c
@@ -1631,12 +1631,14 @@ mysql_real_escape_string(MYSQL *mysql, char *to,const char *from,
char * STDCALL
-mysql_odbc_escape_string(MYSQL *mysql,
- char *to, ulong to_length,
- const char *from, ulong from_length,
- void *param,
- char * (*extend_buffer)
- (void *, char *, ulong *))
+mysql_odbc_escape_string(MYSQL *mysql __attribute__((unused)),
+ char *to __attribute__((unused)),
+ ulong to_length __attribute__((unused)),
+ const char *from __attribute__((unused)),
+ ulong from_length __attribute__((unused)),
+ void *param __attribute__((unused)),
+ char * (*extend_buffer)(void *, char *, ulong *)
+ __attribute__((unused)))
{
return NULL;
}