1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-27 01:57:48 +03:00
unknown b67076102b A fix and a test case for Bug#14077 "Failure to replicate a stored
function with a cursor". Enable execution of SELECT queries in SP on slave.


mysql-test/r/rpl_sp.result:
  Test results were fixed (Bug#14077).
mysql-test/t/rpl_sp.test:
  Add a test case for Bug#14077 "Failure to replicate a stored 
  function with a cursor".
sql/sql_parse.cc:
  Do not rewrite SELECTs with DOs on slave: if this SELECT was for a stored
  routine cursor, slave must be able to execute the SELECT in order to
  open a cursor.
  At the moment the bug is present only in stored functions and stored
  procedures called from stored functions, because, due to
  stored procedure unfolding for replication, top level stored procedures
  are never executed on slave.
2005-11-17 03:15:10 +03:00
..
2005-07-28 17:09:54 +03:00
2005-10-28 23:17:51 +04:00
2005-07-28 17:09:54 +03:00
2005-11-02 16:28:58 +02:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-10-13 11:28:06 +02:00
2005-11-09 14:47:58 +03:00
2005-11-06 02:11:12 +03:00
2005-11-03 16:17:11 +04:00
2005-07-28 17:09:54 +03:00
2005-09-08 18:15:05 +01:00
2005-09-15 21:05:42 +02:00
2005-10-31 17:26:45 -08:00
2005-09-09 10:54:59 +04:00
2005-10-12 00:58:22 +03:00
2005-08-26 22:25:45 -07:00
2005-09-09 12:43:25 +02:00
2005-07-28 17:09:54 +03:00
2005-10-28 02:36:19 +03:00
2005-07-28 17:09:54 +03:00
2005-08-12 17:57:19 +03:00
2005-08-29 21:06:45 +02:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-09-02 09:50:17 +03:00
2005-09-24 04:11:51 +02:00
2005-09-26 22:43:09 -07:00
2005-11-02 17:34:40 +01:00
2005-07-28 17:09:54 +03:00
2005-09-15 22:21:30 +04:00
2005-10-12 13:56:07 +02:00
2005-08-19 11:38:14 +03:00
2005-09-14 23:12:01 +03:00
2005-10-13 11:28:06 +02:00
2005-10-13 11:28:06 +02:00
2005-10-13 00:29:23 +02:00
2005-09-22 03:23:07 +03:00
2005-08-09 00:13:49 +03:00
2005-10-11 14:58:25 +05:00
2005-11-10 16:32:49 +04:00
2005-11-01 19:47:53 +03:00
2005-11-16 02:08:20 +03:00