There was some code in Shard-Query 2.5 that was not protected by an if() clause, and subsequently caused queries without a GROUP BY to generate a warning. The warnings didn’t cause the test suite to fail and I missed them. I updated the Shard-Query 2.5 binary so please redownload it if you get a warning about GROUP BY when not using GROUP BY in a query.
Shard-Query 2.5 has been a long time coming, but the release is finally officially out the door.
There are numerous changes from the last major release including:
- Improved parser – fully handles complex expressions
- LOAD DATA INFILE support and S3 support
- Semi-join materialization for IN and NOT IN subqueries
- Improved support for subqueries in the FROM clause
- INSERT .. SELECT and CREATE TABLE .. SELECT support
- Ability to do range lookups on the shard key (IN/BETWEEN/etc)
- Improved proxy – supports SHOW commands too
- Support for all MySQL SELECT dialect including WITH ROLLUP
- Custom aggregate function support
- Asynchronous query support
- Numerous bug fixes
You can find it …
[Read more]April 22, 2014 By Severalnines
Join our upcoming webinar New Features Webinar on ClusterControl 1.2.6 - May 13th 2014 with live demo. Click on following banner to register:
The Severalnines team is pleased to announce the release of ClusterControl 1.2.6. This release contains key new features along with performance improvements and bug fixes. We have outlined some of the key features below.
Highlights of ClusterControl 1.2.6 include:
- Centralized Authentication using LDAP or Active Directory
- Role-Based Access Control
- OpenStack: Galera Deployment Automation
- Hybrid setups with Galera and Asynchronous MySQL Replication
- Manage multiple Galera …
Shard-Query (source) now supports the MySQL “LOAD DATA INFILE” command.
When you use LOAD DATA LOCAL INFILE a single threaded load from the current process will be performed. You can specify a path to a file anywhere readable by the PHP script. This allows loading without using the Gearman workers and without using a shared filesystem.
If you do not specify LOCAL, then the Gearman based loader is used. You must not specify a path to the file when you omit the LOCAL keyword. This is because the shared path will the pre-pended to the filename automatically. The shared path must be a shared or network filesystem (NFS,CIFS,etc) and the files to be loaded must be placed on the shared filesystem for the Gearman based loader to work. This is because workers may run on multiple nodes and …
[Read more]
The MySQL developer tools team announces 6.1.4 as our GA
release for MySQL Workbench 6.1.
MySQL Workbench 6.1 is an upcoming major update for the official
MySQL graphical development tool.
Introducing over 30 new features, this version has many
significant enhancements focusing on real-time performance
assessment and analysis from the SQL statement level to server
internals and file IO. You can see this in additions to the SQL
Editor as well as new dashboard visualization and reporting that
take advantage of MySQL Server 5.6 and 5.7 Performance Schema,
and enhancements to the MySQL Explain Plans.
Additionally Workbench 6.1 is leveraging work from various
teammates in MySQL Engineering by introducing a schema called
"SYS" that provides simplified views on Performance Schema,
Information Schema, and other areas. Special thanks to the server
optimizer team, server runtime team, and Mark Leith. For …
The MySQL developer tools team announces 6.1.4 as our GA release for MySQL Workbench 6.1.
MySQL Workbench 6.1 is an upcoming major update for the official
MySQL graphical development tool.
Introducing over 30 new features, this version has many
significant enhancements focusing on real-time performance
assessment and analysis from the SQL statement level to server
internals and file IO. You can see this in additions to the SQL
Editor as well as new dashboard visualization and reporting that
take advantage of MySQL Server 5.6 and 5.7 Performance Schema,
and enhancements to the MySQL Explain Plans.
Additionally Workbench 6.1 is leveraging work from various teammates in MySQL Engineering by introducing a schema called “SYS” that provides simplified views on Performance Schema, Information Schema, and other areas. Special thanks to the server optimizer team, server runtime team, and Mark Leith. …
[Read more]
The MySQL Workbench team just uploaded a
new video to the MySQL channel at Youtube. This video is
meant for beginners and describes the process of creating and
troubleshooting connections in MySQL Workbench.
The MySQL developer tools team announces 6.1.3 RC - the final
release candidate for MySQL Workbench 6.1.
MySQL Workbench 6.1 is the upcoming major update for the official
MySQL graphical development tool.
Introducing over 30 new features, this version has many
significant enhancement focusing on real-time performance
assessment and analysis from the SQL statement level to server
internals and file IO. You'll see this in additions to the SQL
Editor as well as new dashboard visualization and reporting that
takes advantage of MySQL Server 5.6 and 5.7 Performance Schema,
and enhancements to the MySQL Explain Plans.
Additionally Workbench 6.1 is leveraging work from various
teammates in MySQL Engineering by introducing a schema called
"SYS" that provides simplified views on Performance Schema,
Information Schema, and other areas. Special thanks to the server
optimizer team, server runtime team, and Mark …
The MySQL developer tools team is pleased to announce 6.1 Beta 2 - the start of the public beta testing phase of MySQL Workbench 6.1
MySQL Workbench 6.1 is the upcoming major update for the official
MySQL graphical development tool.
Introducing over 30 new features, this version has many
significant enhancement focusing on real-time performance
assessment and analysis from the SQL statement level to server
internals and file IO. You'll see this in additions to the SQL
Editor as well as new dashboard visualization and reporting that
takes advantage of MySQL Server 5.6 and 5.7 Performance Schema,
and enhancements to the MySQL Explain Plans.
Additionally Workbench 6.1 this leveraging work from various
teammates in MySQL Engineering in introducing a schema called
"SYS" that provides simplified views on Performance Schema,
Information Schema, and other areas.
Special thanks to the server optimizer team, …
March 5, 2014 By Severalnines
The Severalnines team is pleased to announce the release of ClusterControl 1.2.5. This release contains key new features along with performance improvements and bug fixes. We have outlined some of the key features below.
For additional details about the release:
- 1.2.5 ChangeLog
- Documentation
- Upgrading