set @s=concat('alter table ',concat(dbname, '.', dablename),' rename to ',concat(dbname, '.', tabletime
))
MySQL Proxy 支持事务,读写分离就会把这个作为切分转发依据之一;也支持跨库,但是不晓得你是否问的事务跨库?这个就不清楚了、谁知道请补充。
参考:
http://dev.mysql.com/doc/refman/5.6/en/mysql-proxy-using.html
http://dev.mysql.com/doc/refman/5.6/en/mysql-proxy-faq.html
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)