summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2013-05-20 12:36:30 +0200
committerSergei Golubchik <sergii@pisem.net>2013-05-20 12:36:30 +0200
commitd7a6c801ac6890fd8a218484db5293afdcc2808a (patch)
treed399d63510cafdb2bb11ac083ae285aaebbb9096 /client
parentdb7085dfae07e8cf4e98e41bd0dc111fb1b4896b (diff)
parent639a766096733861ce5f4ed4863d9db37090a4f4 (diff)
downloadmariadb-git-d7a6c801ac6890fd8a218484db5293afdcc2808a.tar.gz
5.3 merge.
change maria.distinct to use a function that doesn't require ssl-enabled builds
Diffstat (limited to 'client')
-rw-r--r--client/mysqldump.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/client/mysqldump.c b/client/mysqldump.c
index 652dcfb9aab..63e0dc04096 100644
--- a/client/mysqldump.c
+++ b/client/mysqldump.c
@@ -1914,9 +1914,7 @@ static void print_xml_row(FILE *xml_file, const char *row_name,
const char *str_create)
{
uint i;
-#ifndef DBUG_OFF
- my_bool body_found= 0;
-#endif
+ my_bool body_found __attribute__((unused)) = 0;
char *create_stmt_ptr= NULL;
ulong create_stmt_len= 0;
MYSQL_FIELD *field;