Details
- 
    
Bug
 - 
    Status: Closed (View Workflow)
 - 
    
Major
 - 
    Resolution: Fixed
 - 
    None
 - 
    None
 
Description
When using multiple statement with metaAsArray options, connector might end with an unexpected error if first statement doesn't have a resultset.
Error message:
					/node_modules/mariadb/lib/cmd/resultset.js:348  | 
		
					this._meta[this._responseIndex] = this._columns;  | 
		
					TypeError: Cannot set property 'x' of undefined  |