MXS-3297: Don't advertise unsupported capabilities
Only bulk execute is supported. Supporting progress reporting currently breaks the protocol result processing code.
This commit is contained in:
		| @ -272,6 +272,9 @@ typedef enum | ||||
| #define MXS_MARIA_CAP_COM_MULTI            (1 << 1) | ||||
| #define MXS_MARIA_CAP_STMT_BULK_OPERATIONS (1 << 2) | ||||
|  | ||||
| // Only bulk operations are supported | ||||
| #define MXS_MARIADB_CAP_SERVER MXS_MARIA_CAP_STMT_BULK_OPERATIONS | ||||
|  | ||||
| typedef enum | ||||
| { | ||||
|     MXS_COM_SLEEP = 0, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Markus Mäkelä
					Markus Mäkelä