You've already forked mariadb-connector-c
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:
@@ -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",
|
||||
""
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user