1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-26 01:44:06 +03:00
Files
mariadb/mysql-test/t
unknown d22c33992a Fixed bug #28244.
When the same VIEW was created at the master side twice,
malformed (truncated after the word 'AS') query string 
was forwarded to client side, so error messages on the
master and client was different, and replication was
broken.

The mysql_register_view function call failed
too early: fields of `view' output argument of this 
function was not filled yet with correct data required
for query replication.
The mysql_register_view function also copied pointers to 
local buffers into a memory allocated by the caller.


sql/sql_view.cc:
  Fixed bug #28244.
  Checking of existence of VIEW .frm file has been
  moved down to the place, when `view' argument is
  completely filled with proper data.
  view->query.str and view->query.md5 pointers has been
  set to the NULL before return from the mysql_register_view
  function.
mysql-test/t/rpl_view.test:
  Updated test case for bug #28244.
mysql-test/r/rpl_view.result:
  Updated test case for bug #28244.
2007-05-31 17:30:56 +05:00
..
2007-05-17 19:38:34 +03:00
2007-05-11 20:33:13 +04:00
2007-02-23 18:49:41 +02:00
2007-05-14 19:25:03 +04:00
2007-04-10 16:55:48 +03:00
2007-03-08 00:27:42 +03:00
2007-04-11 13:58:16 +03:00
2007-05-12 00:46:07 +04:00
2007-03-28 12:11:44 +02:00
2007-03-20 19:36:11 +01:00
2007-04-18 19:36:22 -06:00
2007-05-11 03:17:05 +05:00
2007-05-16 09:51:05 +04:00
2007-02-07 14:22:19 -08:00
2007-02-24 13:12:20 +03:00
2007-05-09 14:46:11 +04:00
2007-02-24 13:12:20 +03:00
2007-04-23 21:27:43 +02:00
2007-03-31 17:18:03 +02:00
2007-05-25 17:24:17 +05:00
2007-03-21 09:13:05 +01:00
2007-02-08 15:53:14 +01:00
2007-05-31 17:30:56 +05:00
2007-04-10 19:08:08 +03:00
2007-05-18 17:48:44 +02:00
2007-05-18 17:48:44 +02:00
2007-02-01 18:00:24 +04:00
2007-05-11 20:33:13 +04:00
2007-04-17 12:32:01 +02:00
2007-03-29 09:08:30 +05:00
2007-02-24 13:12:20 +03:00
2007-04-23 17:15:51 +03:00