Fix minor typo in 'get_dollar_quote_error'

pull/4308/head
Javier Jaramago Fernández 3 years ago
parent bfca112ca7
commit a9e8d7e657

@ -436,7 +436,7 @@ void close_all_non_term_fd(std::vector<int> excludeFDs) {
std::pair<int,const char*> get_dollar_quote_error(const char* version) {
const char* ER_PARSE_MSG {
"You have an error in your SQL syntax; check the manual that corresponds to your MySQL server"
" version for the right syntax to use near '$$' at line 1'"
" version for the right syntax to use near '$$' at line 1"
};
if (strcasecmp(version,"8.1.0") == 0) {

Loading…
Cancel
Save