1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-22 17:44:29 +03:00
Files
mariadb/mysql-test/r
unknown 3a42a50fd8 Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0-maint
into  mysql.com:/home/ram/work/b29079/b29079.5.0
---
Bug #22540: Incorrect value in column End_log_pos of SHOW BINLOG EVENTS using InnoDB

fix binlog-writing so that end_log_pos is given correctly even
within transactions for both SHOW BINLOG and SHOW MASTER STATUS,
that is as absolute values (from log start) rather than relative
values (from transaction's start).
---
Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.0-maint
into  sin.intern.azundris.com:/home/tnurnberg/22540/50-22540
---
Bug#22540: Incorrect value in column End_log_pos of SHOW BINLOG EVENTS using InnoDB

end_log_pos data within a transaction are relative to
the start of the transaction rather than absolute.
we fix those groups in situ before writing the log out.

additional comments and handling for groups with very
large single events, as suggested by Guilhem.
---
Merge bk-internal.mysql.com:/home/bk/mysql-5.0-maint
into  amd64.(none):/src/bug24732/my50-bug24732
---
Merge maint1.mysql.com:/data/localhome/tsmith/bk/50
into  maint1.mysql.com:/data/localhome/tsmith/bk/maint/50
---
Bug#22540: Incorrect value in column End_log_pos of SHOW BINLOG EVENTS using InnoDB
 
end_log_pos data within a transaction are relative to
the start of the transaction rather than absolute.
we fix those groups in situ before writing the log out.
 
additional comments and handling for groups with very
large single events, as suggested by Guilhem.
---
Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.0-maint
into  sin.intern.azundris.com:/home/tnurnberg/22540/50-22540
---
Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.1-maint
into  sin.intern.azundris.com:/home/tnurnberg/22540/51-22540
---
Merge sin.intern.azundris.com:/home/tnurnberg/22540/50-22540
into  sin.intern.azundris.com:/home/tnurnberg/22540/51-22540


mysql-test/r/rpl_truncate_7ndb.result:
  Bug #22540: Incorrect value in column End_log_pos of SHOW BINLOG EVENTS using InnoDB
  
  fix output for SHOW BINLOG EVENTS so that end_log_pos is given correctly
  even within transactions. do this by rewriting the commit-buffer in place.
  ---
  Bug#22540: Incorrect value in column End_log_pos of SHOW BINLOG EVENTS using InnoDB
  
  end_log_pos data within a transaction are relative to
  the start of the transaction rather than absolute.
  we fix those groups in situ before writing the log out.
  
  additional comments and handling for groups with very
  large single events, as suggested by Guilhem.
  ---
  Bug#22540: Incorrect value in column End_log_pos of SHOW BINLOG EVENTS using InnoDB
   
  end_log_pos data within a transaction are relative to
  the start of the transaction rather than absolute.
  we fix those groups in situ before writing the log out.
   
  additional comments and handling for groups with very
  large single events, as suggested by Guilhem.
  ---
  manual merge
sql/log.cc:
  Bug #22540: Incorrect value in column End_log_pos of SHOW BINLOG EVENTS using InnoDB
  
  show that output for SHOW BINLOG EVENTS is no correct
  even within transactions.
2007-06-27 08:18:24 +02:00
..
2007-05-30 20:25:16 +04:00
2007-03-31 20:27:43 +05:00
2007-06-22 11:22:29 +02:00
2007-05-30 10:56:18 +03:00
2007-05-23 15:26:16 +04:00
2007-05-29 15:58:18 +03:00
2007-05-26 16:36:38 +02:00
2007-04-07 23:16:03 +05:00
2007-04-04 21:35:58 +00:00
2007-06-13 14:59:31 +05:00
2007-06-11 22:55:21 +04:00
2007-05-11 23:22:56 -07:00
2007-06-12 15:10:33 +03:00
2007-06-07 20:25:22 +02:00
2007-05-29 15:58:18 +03:00
2007-05-29 15:58:18 +03:00
2007-04-18 21:39:45 +02:00
2007-05-29 15:58:18 +03:00
2007-04-04 14:19:33 +05:00
2007-06-17 22:04:01 +02:00
2007-04-04 16:58:25 +02:00
2007-06-04 03:03:15 -07:00
2007-06-04 03:03:15 -07:00
2007-06-04 03:03:15 -07:00
2007-06-04 03:03:15 -07:00
2007-06-04 03:03:15 -07:00
2007-05-29 15:58:18 +03:00
2007-05-29 15:58:18 +03:00
2007-06-21 17:09:19 +02:00
2007-06-25 05:35:45 +05:00
2007-05-29 15:58:18 +03:00
2007-06-19 15:02:08 +04:00
2007-05-29 15:58:18 +03:00
2007-06-06 18:55:21 +05:00
2007-04-17 12:32:01 +02:00
2007-05-31 17:01:10 +05:00
2007-04-06 16:06:10 +05:00
2007-05-29 15:58:18 +03:00
2007-04-29 18:52:14 +05:00