lp:~liangg-guo/mysql-server/5.6

Created by Liang Guo and last modified
Get this branch:
bzr branch lp:~liangg-guo/mysql-server/5.6
Only Liang Guo can upload to this branch. If you are Liang Guo please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Liang Guo
Project:
MySQL Server
Status:
Development

Recent revisions

5086. By Liang Guo

Merge MySQL 5.6.13

5085. By Tor Didriksen <email address hidden>

Backport of fix for:
Bug#69119 Bug#16760474 Wrong FOUND_ROWS() on MySQL 5.6.11

5084. By Balasubramanian Kandasamy

Updated copyright year information

5083. By Balasubramanian Kandasamy

 Adding fix for Bug#16798868

5082. By Marko Mäkelä <email address hidden>

Push to 5.6.12 release clone:

------------------------------------------------------------
revno: 5097
revision-id: <email address hidden>
parent: <email address hidden>
committer: Marko Mäkelä <email address hidden>
branch nick: mysql-5.6
timestamp: Wed 2013-05-08 23:16:55 +0300
message:
  Bug#16774118 RACE CONDITION IN BLOB ACCESS DURING ONLINE ALTER TABLE

  This is a race condition in BLOB access during online ALTER TABLE,
  when applying the table modification log for other than the very last
  log block.

  row_log_table_apply_convert_mrec(): Acquire the index B-tree lock to
  protect the access to log->blobs and the BLOB page itself.

  rb#2401 approved by Kevin Lewis

5081. By mrainb0w

Bug #16722314 FOREIGN KEY ID MODIFIED DURING EXPORT
Bug #16754901 PARS_INFO_FREE NOT CALLED IN DICT_CREATE_ADD_FOREIGN_TO_DICTIONARY

Merging the fix from mysql-5.6 to mysql-5.6.12-release.

5080. By Jon Olav Hauglid

Bug#16757869: INNODB: POSSIBLE REGRESSION IN 5.5.31, BUG#16004999

The problem was that if UPDATE with subselect caused a
deadlock inside InnoDB, this deadlock was not properly
handled by the SQL layer. This meant that the SQL layer
would try to unlock the row after InnoDB had rolled
back the transaction. This caused an assertion inside
InnoDB.

This patch fixes the problem by checking for errors
reported by SQL_SELECT::skip_record() and not calling
unlock_row() if any errors have been reported.

This bug is similar to Bug#13586591, but for UPDATE
rather than DELETE. Similar issues in filesort/opt_range/
sql_select will be investigated and handled in the scope
of Bug#16767929

5079. By Balasubramanian Kandasamy

Updated spec file for Bug16488773

5078. By Marko Mäkelä <email address hidden>

Cherry-pick from mysql-5.6 into mysql-5.6.12-release:

revno: 5079
revision-id: <email address hidden>
parent: <email address hidden>
committer: Marko Mäkelä <email address hidden>
branch nick: mysql-5.6
timestamp: Mon 2013-05-06 14:34:12 +0300
message:
  Bug#16765255 Bug#16735660 ASSERT TABLE2 == NULL NOT FIXED COMPLETELY

  Fix a regression introduced by
  Bug#16593427 ROLLBACK OF RECOVERED TRANSACTION CORRUPTS CREATE INDEX

  The fix in Bug#16735660 was incomplete.

  Approved on IM by Jimmy Yang.

5077. By Surya Narayana Murthy Narkedimilli

Empty version change upmerge

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:mysql-server
This branch contains Public information 
Everyone can see this information.

Subscribers