1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-08 14:02:17 +03:00

Disallow bulk execution if parameter count is 0

This commit is contained in:
Georg Richter
2017-05-15 14:11:59 +02:00
parent d0f9234620
commit e50571e3ab
4 changed files with 43 additions and 2 deletions

View File

@@ -156,6 +156,7 @@ const char *mariadb_client_errors[] =
/* 5003 */ "Server doesn't support function '%s'",
/* 5004 */ "File '%s' not found (Errcode: %d)",
/* 5005 */ "Error reading file '%s' (Errcode: %d)",
/* 5006 */ "Bulk operation without parameters is not supported",
""
};