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:
@@ -95,5 +95,6 @@ extern const char *mariadb_client_errors[]; /* Error messages */
|
||||
#define CR_FUNCTION_NOT_SUPPORTED 5003
|
||||
#define CR_FILE_NOT_FOUND 5004
|
||||
#define CR_FILE_READ 5005
|
||||
#define CR_BULK_WITHOUT_PARAMETERS 5006
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user