summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <msvensson@neptunus.(none)>2006-01-11 11:07:17 +0100
committerunknown <msvensson@neptunus.(none)>2006-01-11 11:07:17 +0100
commitc5451d02ad12a66b9be067be9db77e184651a12b (patch)
tree9f9efe8b210e30c3ca574b98c1c4ac68f3ab2617
parentb5fb52dc4971354342126f3a018160366d09b30c (diff)
downloadmariadb-git-c5451d02ad12a66b9be067be9db77e184651a12b.tar.gz
Remove obsolete comment
-rw-r--r--client/mysqltest.c1
1 files changed, 0 insertions, 1 deletions
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 @<file_name> this will specify a file to ....
*/
static char read_query_buf[MAX_QUERY];