lp:~mysql/mysql-server/mysql-trunk
This is the old MySQL server branch and it is no longer used since mirroring setup has changed.
You can find the development head at https:/
- Get this branch:
- bzr branch lp:~mysql/mysql-server/mysql-trunk
Branch merges
Branch information
- Location:
- <private server>
- Last mirrored:
- 2011-09-10
- Next mirror:
- Disabled
Updating branch...
Launchpad is processing new changes to this branch which will be available in a few minutes. Reload to see the changes.
Recent revisions
- 3455. By Rohit Kalhans<email address hidden> on 2011-09-09
-
BUG#12943350 RPL_CHECKSUM_CACHE FAILS IN PB2
Enabling the test as it is a duplicate of BUG#12856915. - 3451. By Rohit Kalhans<email address hidden> on 2011-09-08
-
Bug#11755836:Enable test rpl.rpl_
spec_variables - 3449. By jimmy on 2011-09-08
-
Fix Bug #12960058 - INNODB.
INNODB- SYSTEM- TABLE-VIEW FAILS WITH
ASSERTION IN SYNC0RW.ICrb://759 approved by marko
- 3446. By Marko Mäkelä <email address hidden> on 2011-09-08
-
Bug#12956276 POTENTIALLY BOGUS BRANCH PREDICTION HINTS
Remove possibly bogus branch prediction hints.
dict_index_
is_univ( ): A new test, for reducing UNIV_UNLIKELY clutter.
Returns TRUE for the insert buffer tree, FALSE for others.dict_index_
is_clust( ), dict_index_ is_unique( ), dict_index_ is_sec_ or_ibuf( ):
Remove the branch prediction hints. Whether these conditions hold
most of the time depends on the workload (proportion of secondary indexes
and unique indexes.)Remove hints claiming that records will not be delete-marked or
compressed or fields will not be NULL or externally stored most of the
time. This depends on the workload too.Remove hints claiming that compressing a whole page will succeed.
buf_page_print(): Add UNIV_COLD attribute, meaning that any execution
path leading to this function execution should be unlikely. The
function is only invoked when some corruption is noticed.rb:757 approved by Sunny Bains
Branch metadata
- Branch format:
- Branch format 6
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)