MySQL is an open source relational database management system. Based in Structured Query Language (SQL), MySQL can run on most platforms and is mainly used for web-based applications. It is written in ...
Based on the source code, it looks like the driver tries to identify procedure calls using a regex, and handles the result differently when it detects a procedure [1]. When reading the results ...