>  기사  >  데이터 베이스  >  MySQL 5.6 + GTID & MariaDB 10 replication_MySQL

MySQL 5.6 + GTID & MariaDB 10 replication_MySQL

WBOY
WBOY원래의
2016-06-01 13:16:31919검색

MariaDB

While at the keynote of Tomas Ulin atPercona Live MySQL Conference & Expo Santa Clara 2014, he asked the audience what they were running, and most of the audience was on MySQL 5.5 while about 15% of the audience was on MySQL 5.6. This number is steadily increasing I’m sure, so one thing that becomes important is that people will probably start turning onGlobal Transaction Identifiers(GTIDs). 

As you may already know, MariaDB 10 has a different implementation ofGlobal Transaction ID. To me, this poses a problem in a mixed use environment (or even a migration scenario). Which is whyMDEV-4487is so important: it is afeature request to allow replication from MySQL 5.6+ when GTID is enabled on the master

If you think the issue is important, you canvote andwatch the issue on JIRA. I for one think this should be fixed for 10.0.11 or 10.0.12 and not wait for the 10.1 timeframe. Best not to comment here, focus on the JIRA request,MDEV-4487.

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.