1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-23 03:54:27 +03:00
Files
mariadb/libmysql
davi@mysql.com/endora.local f23e3fd04c Bug#35103 mysql_client_test::test_bug29948 causes sporadic failures
The problem was that the COM_STMT_SEND_LONG_DATA was sending a response
packet if the prepared statement wasn't found in the server (due to
reconnection). The commands COM_STMT_SEND_LONG_DATA and COM_STMT_CLOSE
should not send any packets, even error packets should not be sent since
they are not expected by the client API.

The solution is to clear generated during the execution of the aforementioned
commands and to skip resend of prepared statement commands. Another fix is
that if the connection breaks during the send of prepared statement command,
the command is not sent again since the prepared statement is no longer in the
server.
2008-03-14 17:40:12 -03:00
..
2000-07-31 21:29:14 +02:00
2000-07-31 21:29:14 +02:00
2006-12-31 01:02:27 +01:00
2004-08-18 19:57:55 +02:00
2004-08-18 19:57:55 +02:00
2006-11-23 16:41:21 +02:00
2007-11-26 14:09:37 -02:00