diff options
author | unknown <msvensson@neptunus.(none)> | 2006-01-11 11:07:17 +0100 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-01-11 11:07:17 +0100 |
commit | c5451d02ad12a66b9be067be9db77e184651a12b (patch) | |
tree | 9f9efe8b210e30c3ca574b98c1c4ac68f3ab2617 | |
parent | b5fb52dc4971354342126f3a018160366d09b30c (diff) | |
download | mariadb-git-c5451d02ad12a66b9be067be9db77e184651a12b.tar.gz |
Remove obsolete comment
-rw-r--r-- | client/mysqltest.c | 1 |
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]; |