Recently I came across this new Massachusetts state data protection security law that has been passed and wondering if anyone took an initiative to fix their data storage, especially if it deals with MA residents. You can find more about this law from Google Search. One thing that might make a difference for database vendors [...]
For those who've seen my presentation on MySQL HA, you already know that I often use a multimaster setup with a meta OCF resource that groups my favoured MySQL instance with the service ip , using a meta resource means that pacemaker monitors mysql, but it doesn't actually manage it. It's an approach that works for us.
One of the other approaches I will be looking at soon is the freshly released OCF resource that Florian announced last week.
Back in the days our approach meant we didn't have to use clone resources, which you might remember being pretty buggy in the v2 era, not wanting to use clons resources isn't really a valid reason anymore these days . I've also frequently mentioned the combination of using DRBD and MultiMaster replication, using this set of OCF resource makes that a lot more easy ..
…
[Read more]MySQL Connector/Net 6.1.4, a new version of the all-managed .NET driver for MySQL has been released. This is our latest GA release and is suitable for use in all scenarios against servers ranging from version 4.1 to 5.5!
It is now available in source and binary form from [http://dev.mysql.com/downloads/connector/net/6.1.html] and mirror sites (note that not all mirror sites may be up to date at this point of time – if you can’t find this version on some mirror, please try again later or choose another download site.)
This is a maintenance release and includes many bug fixes. Please review the change log for details.
Thank you for using our product!
Global Voices Advocacy has a new guide: Mirroring a Censored WordPress Blog. They continue to be the best source for using WordPress to democratize publishing in places restricted freedom.
MySQL Connector/Net 6.0.6, a new version of the all-managed .NET driver for MySQL has been released. This is a maintenance release and is approved for use in all situations.
It is now available in source and binary form from [http://dev.mysql.com/downloads/connector/net/6.0.html] and mirror sites (note that not all mirror sites may be up to date at this point of time - if you can’t find this version on some mirror, please try again later or choose another download site.)
There are lots of bug fixes in this release so please review the changelog.
Thank you!
Here’s the talk I presented at the MySQL User Conference. This talk is a fairly technical talk on how fractal trees work.
You can find this talk and other mostly technical material at http://tokutek.com/technology/.
Like many other MySQL conference visitors, also Codership team
was stranded in bay area due to the volcano eruption in Iceland.
For us however, the extra time in silicon valley was not an
issue, as we were working on local assignments anyways, and
staying local enabled us to work really focused during this
period.
Also the "evacuation" from SFO worked out really well for us,
thanks to KLM and Air France. We just visited SFO on Thursday
(22) and got flights for the next morning. I actually got two
bookings, which was a little embarrassing. There were many empty
seats and especially the CDG-HEL leg was practically empty. Ash
refugees had already left by train, I guess.
The return from SFO happened somewhat too early for us, as we had
holiday plans for the forthcoming weekend, and we had to cancel
the fun part. So this trip ended up as all work and no joy for
us...
The conference itself, was fun and very …
Install and Run Apache Roller 4.01 on GlassFish and
OpenSolaris
Dave Koelmeyer has posted Detailed Instructions on how to install Apache
Roller 4.01 on GlassFish v2.1 using MySQL 5.1 for storage.
He uses OpenSolaris snv_134, the subject of a tea-leaf-reading thread.
Slides and Code Samples on Jersey and JAX-RS
The Slides and code from Paul Sandoz's
presentation at Presentation at AlpesJug on Jersey, JAX-RS and
Atmosphere are now …
As I mentioned in my talk An Overview of Flash Storage for Databases I
see in the near and middle term future a lot of interest for
using Flash storage in Level 2 caching level. The price-capacity
trade-off makes Flash as the very good fit for a cache
layer.
Actually it is not the new idea, and it was implemented in
L2ARC ZFS for two years already.
It is also described in ACM article "Flash storage memory" by Adam Leventhal.
So I am exciting to see it is available for Linux now. Paul Saab and Mohan Srinivasan from Facebook released Flashcache, which allows to use Flash as …
[Read more]
I spent the day today reviewing Dmitry's patch for Bug#46947. When
looking at the quick fix, we discovered that MySQL <->
storage engine locking protocol is very weakly defined when it
comes to more advanced features, such as subqueries, stored
functions, views.
It's badly defined, it's not documented, it's not tested. As a
result, some bits of server behaviour flipped back and forth
between 4.1, 5.1 and 5.5.
The problem is that when a statement accesses the table via a
subquery, view or a function, the lock that the server needs to
take on that table is not a function of the SQL in the
subquery/view itself, but depends on the context where this view
or function is used.
If we use the view in an UPDATE statement, and don't take
sufficiently strong locks on its tables or rows, replication may
break, or, in some engines, repeatable read consistency get …