From f4ad824df979d3ac2298b2f394b9e1555c48ceda Mon Sep 17 00:00:00 2001 From: "msvensson@neptunus.(none)" <> Date: Wed, 11 Jan 2006 11:07:17 +0100 Subject: [PATCH] Remove obsolete comment --- client/mysqltest.c | 1 - 1 file changed, 1 deletion(-) diff --git a/client/mysqltest.c b/client/mysqltest.c index 31fd4992650..552d8c4ee29 100644 --- a/client/mysqltest.c +++ b/client/mysqltest.c @@ -2669,7 +2669,6 @@ int read_line(char *buf, int size) The advantage with this approach is to be able to execute commands terminated by new line '\n' regardless how many "delimiter" it contain. - If query starts with @ this will specify a file to .... */ static char read_query_buf[MAX_QUERY];