1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

Remove obsolete comment

This commit is contained in:
unknown
2006-01-11 11:07:17 +01:00
parent b5fb52dc49
commit c5451d02ad

View File

@@ -2669,7 +2669,6 @@ int read_line(char *buf, int size)
The advantage with this approach is to be able to execute commands The advantage with this approach is to be able to execute commands
terminated by new line '\n' regardless how many "delimiter" it contain. 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]; static char read_query_buf[MAX_QUERY];