mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
merge
This commit is contained in:
@ -1366,6 +1366,10 @@ int read_line(char* buf, int size)
|
||||
*p = 0;
|
||||
return 0;
|
||||
}
|
||||
else if (c == '\'')
|
||||
state = R_Q1;
|
||||
else if (c == '"')
|
||||
state = R_Q2;
|
||||
else
|
||||
state = R_NORMAL;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user