1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
Files
mariadb/include
konstantin@mysql.com f60ebc4815 A fix and a test case for Bug#10794 "mysql_stmt_attr_set no
open cursor after mysql_stmt_execute" + post-review fixes.
The bug was caused by wrong flags in stmt->server_status on the client
side: if there was no cursor, the server didn't send server_status
flags to the client, and the old flags were used to set up the
fetch function of a statement. Consequently, stmt_read_row_from_cursor was
used when there was no cursor. The fix fixes the server to always
send server flags to the client.
2005-06-30 16:17:10 +04:00
..
2005-06-09 05:04:59 +02:00
2005-05-05 20:06:49 +05:00
2005-02-08 19:49:40 +02:00
2005-02-08 19:49:40 +02:00
2005-01-19 12:55:54 +02:00
2005-02-22 12:51:23 +02:00
2005-05-18 21:12:59 +03:00
2003-12-12 03:39:29 +03:00
2004-09-01 04:12:09 +03:00
2003-04-30 12:32:43 +02:00
2004-03-18 00:09:13 +02:00
2003-02-28 14:32:40 +02:00
2004-05-16 14:48:32 +03:00
2004-07-28 21:46:22 +02:00
2005-06-01 09:32:05 +02:00
2004-11-21 11:51:19 +03:00
2004-05-25 22:00:14 +03:00