- Memcache plugin - This is released as a technology preview.
http://blogs.innodb.com/wp/2011/04/nosql-to-innodb-with-memcached/ - Subquery optimizations are now included. This was originally planned in the now abandoned Mysql 6.0.
http://dev.mysql.com/doc/refman/5.6/en/subquery-optimization.html
- InnoDB now has persistent statistics and can help in better analysis.
http://blogs.innodb.com/wp/2011/04/innodb-persistent-statistics-at-last/
- InnoDB tablespaces are transportable. Some of the limitations and issues with previous releases are now gone.
http://blogs.innodb.com/wp/2012/04/innodb-transportable-tablespaces/
- InnoDB now has Fulltext index support.
http://blogs.innodb.com/wp/2011/12/innodb-full-text-search-in-mysql-5-6-4/
- Row based replication now includes the original query.
http://d2-systems.blogspot.com/2011/04/mysql-562-dm-binlog-informational.html
- Time delayed replication - This was doable using Percona(Maatkit) tools but is now in built.
http://dev.mysql.com/tech-resources/articles/whats-new-in-mysql-5.6.html#replication
Wednesday, 30 May 2012
Mysql 5.6 new features
Sunday, 20 May 2012
Cisco Anyconnect Errors
Anyconnect client gives this error
AnyConnect cannot confirm it is connected to your secure gateway. The local network may not be trustworthy. Please try another network.
After fighting it for a while, I found an answer in the release notes
http://www.cisco.com/en/US/docs/security/vpn_client/anyconnect/anyconnect25/release/notes/anyconnect25rn.html
Firefox 2.0 or later with libnss3.so installed in /usr/local/lib, /usr/local/firefox/lib, or /usr/lib. Firefox must be installed in /usr/lib or /usr/local, or there must be a symbolic link in /usr/lib or /usr/local called firefox that points to the Firefox installation directory.
So the following fixes it
mkdir /usr/local/firefox cd /usr/local/firefox ln -s /usr/lib64/libnss3.so ln -s /lib64/libplc4.so ln -s /lib64/libnspr4.so ln -s /usr/lib64/libsmime3.so
Subscribe to:
Posts (Atom)