1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-10-28 19:54:55 +03:00
Files
mariadb-columnstore-engine/utils
Andrew Hutchings ccca4e1347 MCOL-1885 Fix libmysql error handling
If an error occurs in mysql_real_query() it fell through and tried to
get a result set anyway. This caused the MariaDB error message to be
forgotten and a generic one returned instead.

This fix returns the query error message and also uses the int error
code for generic errors instead of casting it to an unsigned int.
2018-11-13 17:22:36 +00:00
..
2018-08-02 14:55:01 +01:00
2018-10-04 14:25:01 -05:00
2018-09-25 11:32:56 -05:00
2018-09-26 15:05:27 -05:00
2018-09-25 11:32:56 -05:00
2016-06-01 17:30:57 -04:00