Re: How to get all known bugs on specified mysql version?

2014-07-07 Thread louis liu
don't use GTID is my suggestion :)



2014-07-07 7:42 GMT+08:00 娄帅 louis.hust...@gmail.com:

 Hi, all,

 I want to use MySQL 5.6.18 in production, so i want to get all known bugs
 on this version. Now i check the bugfix section in MySQL 5.6.19 and above
 version. Am i doing the right thing? Or Do you have a better method?

 Any input will be appreciated!




-- 
Phone: +86 1868061
Email  Gtalk:  yloui...@gmail.com
Personal Blog: http://www.vmcd.org


Re: How to get all known bugs on specified mysql version?

2014-07-07 Thread wagnerbianchi.com
Why do not use GTID? Just curious...WB


2014-07-07 3:18 GMT-03:00 louis liu yloui...@gmail.com:

 don't use GTID is my suggestion :)



 2014-07-07 7:42 GMT+08:00 娄帅 louis.hust...@gmail.com:

  Hi, all,
 
  I want to use MySQL 5.6.18 in production, so i want to get all known bugs
  on this version. Now i check the bugfix section in MySQL 5.6.19 and
 above
  version. Am i doing the right thing? Or Do you have a better method?
 
  Any input will be appreciated!
 



 --
 Phone: +86 1868061
 Email  Gtalk:  yloui...@gmail.com
 Personal Blog: http://www.vmcd.org



Re: How to get all known bugs on specified mysql version?

2014-07-07 Thread Reindl Harald


Am 07.07.2014 12:37, schrieb wagnerbianchi.com:
 Why do not use GTID? Just curious...WB

just read the changelogs and endless count of bugreports

it's a new feature and it works as buggy as replication
years ago where you had the rebuild the slave all the
time and maybe still if temporary tables and memory tables
are part of the game - i had a reason to switch to normal
tables with hash-names and remove them finally since that
didn't break replication all the time

 2014-07-07 3:18 GMT-03:00 louis liu yloui...@gmail.com:
 
 don't use GTID is my suggestion :)



 2014-07-07 7:42 GMT+08:00 娄帅 louis.hust...@gmail.com:

 Hi, all,

 I want to use MySQL 5.6.18 in production, so i want to get all known bugs
 on this version. Now i check the bugfix section in MySQL 5.6.19 and
 above
 version. Am i doing the right thing? Or Do you have a better method?

 Any input will be appreciated!



signature.asc
Description: OpenPGP digital signature


Re: How to get all known bugs on specified mysql version?

2014-07-07 Thread shawn l.green

Hello,

On 7/6/2014 7:42 PM, 娄帅 wrote:

Hi, all,

I want to use MySQL 5.6.18 in production, so i want to get all known bugs
on this version. Now i check the bugfix section in MySQL 5.6.19 and above
version. Am i doing the right thing? Or Do you have a better method?

Any input will be appreciated!




The easiest way to see which bugs are pending is to actually search the 
bugs database, http://bugs.mysql.com


Here is one example search you can perform. Note, many of these bugs 
(such as bug #49728) are low-impact edge-cases that are prioritized 
lower than other more important high-impact bugs. Our development teams 
have limited resources.  We triage and prioritize what they can work on 
based on how severe the bug is, how often is may be encountered, and how 
easy it may be to work around.


http://bugs.mysql.com/search.php?search_for=status[]=Activeseverity=limit=Allorder_by=idcmd=displayphpver=5.5os=0os_details=bug_age=0tags=similar=target=last_updated=0defect_class=allworkaround_viability=allimpact=allfix_risk=allfix_effort=alltriageneeded=

Anyone can join the fight! Start by submitting an OCA (Oracle 
Contributor's Agreement).

http://www.oracle.com/technetwork/community/oca-486395.html
If you have any questions about the OCA, please contact the MySQL 
community team.

http://www.mysql.com/about/contact/?topic=community


Then, any patches you provide can be analyzed, possibly improved, and 
potentially merged into the actual source code.  For some recent 
examples, see:

http://www.tocker.ca/2014/06/09/mysql-5-6-19-community-release-notes.html

--
Shawn Green
MySQL Senior Principal Technical Support Engineer
Oracle USA, Inc. - Hardware and Software, Engineered to Work Together.
Office: Blountville, TN

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/mysql



How to get all known bugs on specified mysql version?

2014-07-06 Thread 娄帅
Hi, all,

I want to use MySQL 5.6.18 in production, so i want to get all known bugs
on this version. Now i check the bugfix section in MySQL 5.6.19 and above
version. Am i doing the right thing? Or Do you have a better method?

Any input will be appreciated!