Commit 9c6ba43e authored by konstantin@mysql.com's avatar konstantin@mysql.com

Add missing commas to errmsg.c

parent e5c916f7
...@@ -80,7 +80,7 @@ const char *client_errors[]= ...@@ -80,7 +80,7 @@ const char *client_errors[]=
"Row retrieval was canceled by mysql_stmt_close() call", "Row retrieval was canceled by mysql_stmt_close() call",
"Attempt to read column without prior row fetch", "Attempt to read column without prior row fetch",
"Prepared statement contains no metadata", "Prepared statement contains no metadata",
"Attempt to read a row while there is no result set associated with the statement" "Attempt to read a row while there is no result set associated with the statement",
"" ""
}; };
...@@ -142,7 +142,7 @@ const char *client_errors[]= ...@@ -142,7 +142,7 @@ const char *client_errors[]=
"Row retrieval was canceled by mysql_stmt_close() call", "Row retrieval was canceled by mysql_stmt_close() call",
"Attempt to read column without prior row fetch", "Attempt to read column without prior row fetch",
"Prepared statement contains no metadata", "Prepared statement contains no metadata",
"Attempt to read a row while there is no result set associated with the statement" "Attempt to read a row while there is no result set associated with the statement",
"" ""
}; };
...@@ -202,7 +202,7 @@ const char *client_errors[]= ...@@ -202,7 +202,7 @@ const char *client_errors[]=
"Row retrieval was canceled by mysql_stmt_close() call", "Row retrieval was canceled by mysql_stmt_close() call",
"Attempt to read column without prior row fetch", "Attempt to read column without prior row fetch",
"Prepared statement contains no metadata", "Prepared statement contains no metadata",
"Attempt to read a row while there is no result set associated with the statement" "Attempt to read a row while there is no result set associated with the statement",
"" ""
}; };
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment