summaryrefslogtreecommitdiff
path: root/libmysql
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-09-17 15:40:03 +0300
committermonty@hundin.mysql.fi <>2001-09-17 15:40:03 +0300
commit295107457f420a6f30e8f915c0cd9d3d8447cc86 (patch)
tree223c241e869976a0e08b0b04c79b6e43d262ab79 /libmysql
parent2e63f78787341198d853cdf07a4bbbd4c1c2ab69 (diff)
downloadmariadb-git-295107457f420a6f30e8f915c0cd9d3d8447cc86.tar.gz
Fixed bug with SELECT * ... UNION
Diffstat (limited to 'libmysql')
-rw-r--r--libmysql/libmysql.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/libmysql/libmysql.c b/libmysql/libmysql.c
index cb2407efdd0..eb0e2f1820a 100644
--- a/libmysql/libmysql.c
+++ b/libmysql/libmysql.c
@@ -92,10 +92,12 @@ static ulong mysql_sub_escape_string(CHARSET_INFO *charset_info, char *to,
const char *from, ulong length);
void mysql_server_init(int argc __attribute__((unused)),
- char **argv __attribute__((unused)),
- const char **groups __attribute__((unused))) {}
+ const char **argv __attribute__((unused)),
+ const char **groups __attribute__((unused)))
+{}
-void mysql_server_end() {}
+void mysql_server_end()
+{}
my_bool mysql_thread_init()
{