mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
Merge bk-internal:/home/bk/mysql-4.0/
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
This commit is contained in:
commit
57c48a22b6
1 changed files with 1 additions and 1 deletions
|
@ -460,7 +460,7 @@ static char *remove_end_comment(char *ptr)
|
|||
else if (quote == *ptr)
|
||||
quote= 0;
|
||||
}
|
||||
if (!quote && *ptr == '#') /* We are not inside a comment */
|
||||
if (!quote && *ptr == '#') /* We are not inside a string */
|
||||
{
|
||||
*ptr= 0;
|
||||
return ptr;
|
||||
|
|
Loading…
Reference in a new issue