1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
Files
mariadb/sql
unknown f89424f8b6 fix for BUG#11139 (multi-delete with alias breaking replication if table rules are
present): the problem originally was that the tables in auxilliary_tables did not have 
the correct real_name, which caused problems in the second call to tables_ok(). 
The fix corrects the real_name problem, and also sets the updating flag properly, 
which makes the second call to tables_ok() unnecessary.


mysql-test/r/rpl_multi_delete2.result:
  updates for for BUG#11139
mysql-test/t/rpl_multi_delete2-slave.opt:
  updates for for BUG#11139
mysql-test/t/rpl_multi_delete2.test:
  updates for for BUG#11139
sql/mysql_priv.h:
  fix for BUG#11139 (multi-delete with alias breaking replication if table rules are
   present)
sql/slave.cc:
  fix for BUG#11139 (multi-delete with alias breaking replication if table rules are
   present)
sql/sql_parse.cc:
  fix for BUG#11139 (multi-delete with alias breaking replication if table rules are
   present)
sql/sql_yacc.yy:
  fix for BUG#11139 (multi-delete with alias breaking replication if table rules are
   present)
2005-09-14 06:31:38 -06:00
..
2005-07-28 21:25:05 +03:00
2005-06-20 10:49:04 -07:00
2005-08-30 02:46:03 +02:00
2005-08-31 14:27:44 +03:00
2005-06-21 04:24:21 -07:00
2005-06-29 02:40:25 -07:00
2005-08-30 23:29:47 +04:00
2005-03-17 10:59:25 +04:00
2005-07-27 13:24:59 +03:00
2005-09-01 17:58:00 +02:00
2005-07-05 23:24:48 +02:00
2005-09-06 21:18:44 +03:00
2005-09-06 18:03:08 +04:00
2005-03-04 20:24:13 -08:00
2005-07-28 21:25:05 +03:00
2005-06-07 06:34:13 -07:00
2005-08-07 03:16:15 +01:00
2005-08-25 00:08:02 +04:00
2004-12-14 03:36:19 +03:00
2005-08-07 03:16:15 +01:00
2005-05-18 22:14:08 +02:00
2005-08-30 23:29:47 +04:00
2005-06-23 06:15:50 -07:00
2005-08-09 00:13:49 +03:00
2005-02-18 14:19:08 +01:00
2005-07-27 13:05:30 +03:00
2005-08-22 13:20:02 +04:00
2004-11-08 01:13:54 +02:00
2005-07-27 13:05:30 +03:00