mariadb/libmysql
Sergei Golubchik a8773ef380 MDEV-12660 inconsistent mysql_stmt_close
remove dead code: this "return rc" could've never happened,
because reset_stmt_handle can only possibly fail if RESET_SERVER
flag is used.

But this "return rc" was confusing, it was under DBUG_ENTER (while
not being DBUG_RETURN) and it was skipping required stmt cleanup
at the end of the function.
2017-05-15 22:23:11 +02:00
..
client_settings.h Do the partial merge of WL#5602 correctly: 2013-12-09 12:38:02 +01:00
CMakeLists.txt Merge branch '5.5' into 10.0 2016-04-26 23:05:26 +02:00
conf_to_src.c Bug#21973610: BUFFER OVERFLOW ISSUES 2015-11-06 16:41:55 +05:30
errmsg.c MDEV-9024 Build fails with VS2015 2016-02-06 22:41:58 +01:00
get_password.c Fixes for Windows XP 2013-03-26 10:34:21 +01:00
libmysql.c MDEV-12660 inconsistent mysql_stmt_close 2017-05-15 22:23:11 +02:00
libmysql.def Bug #12325444 : 60746: CLIENT_PLUGIN.H IS BROKEN 2011-04-06 17:31:26 +03:00
libmysql_versions.ld.in MDEV-5982 make fail @ ".../libmysql_versions.ld:155:9: invalid use of VERSION in input file" 2016-04-19 11:27:00 +02:00