Showing entries 35883 to 35892 of 44814
« 10 Newer Entries | 10 Older Entries »
SQL_MODE and MySQL Data Quality

As my former boss will attest, I have a reputation for being a bit of a data quality zealot. The storage of data that is unfit for use leads to many problems, but I suppose that’s another subject for another day.

It’s tough enough to manage data quality problems introduced by source code errors, system failures, and requirements misunderstandings…But a default installation of MySQL introduces a new and exciting way to give us data quality evangelists fits: It allows unfit data to be inserted in the database. That’s the bad news. The good news is that by making a simple configuration change you can prevent this, and override the setting when you don’t care.

In a default MySQL installation, the value of the SQL_MODE system variable is set to ‘’. This allows you to force inserts and updates that may violate the intended design of the table. This point is more philosophical than technical, but in a mission …

[Read more]
Multiple MySQL instances on EC2
Finally, Phorum 5.2 has made it to stable!


You can read the full announcement in the news post at phorum.org.

Summary:

When we officially started on 5.2 in March of 2006, we had several goals. I think we achieved most of those. We also accomplished some unplanned things. Our hackathon (me and maurice slept about 8 hours in 4 days I think) at MySQL Conference 2007 helped a lot. Remember, you can help us get there again by donating to our fund.

Some highlitghts:

New Template
New API layers and more hooks
Better MySQL support
Improved bundled modules
New announcement system
New Search, inside and out

In addition to all this, there are things like more caching options, the new hybrid read view, the new feed options (the feed code was rewritten from scratch) and …

[Read more]
MySQL Libevent Support

A

LinuxDays.lu 2008

The nice folks over in Luxembourg just posted the schedule for their Linuxdays 2008 conference.
I`ll be talking about MySQL High Availability

I was at LinuxDays.lu already 2 years ago and I remember it as a nice an cosy conf with an interesting combo of tutorials and conference talks. If you are in the neigborhood its worth the time.

Oh .. and you can also see Matt in action again :)

2007 - MySQL a Year in Review
mysql address space

Address space can be a significant problem on 32-bit mysql installations. After several IRC discussions attempting to explain this to some people, I decided to write this post about it.

What address space is

Each process running on a multitasking virtual memory OS has its own private address space. This is a range of addresses of a fixed size. The exact size depends on the CPU architecture, but on most 32-bit processors it is 32-bits. Intel/AMD chips address memory in bytes individually, so the maximum capacity of the address space is 2^32 bytes.

Address space has nothing whatsoever to do with the physical amount of RAM installed on a machine; you may have more address space than ram, but critically, you may also have less.

It is not possible to modify or upgrade the address space of a machine or software program, except by recompiling it for a different architecture.

How …

[Read more]
No DPM -r5 tonight

Out of time, finally getting tired. Tomorrow, for sure :) One last bug to hunt down.

For now, HEAD's looking pretty good. grab the export tarball, check out the git repo, etc. If you're bored.

The most interesting addition is the CMake build and the fact that DPM's now portable to at least four operating systems. I've read Jan's recent posts on the subjecft of build systems, and I'll admit up front that I haven't touched DPM recently due to my reluctance to use autotools.

I've decided CMake isn't evil enough to warrant avoiding it. It's an extra dependency, so we'll see how it goes. There's even been recent discussion on using lua as CMake's build language :) …

[Read more]
No DPM -r5 tonight

Out of time, finally getting tired. Tomorrow, for sure :) One last bug to hunt down.

For now, HEAD's looking pretty good. grab the export tarball, check out the git repo, etc. If you're bored.

The most interesting addition is the CMake build and the fact that DPM's now portable to at least four operating systems. I've read Jan's recent posts on the subjecft of build systems, and I'll admit up front that I haven't touched DPM recently due to my reluctance to use autotools.

I've decided CMake isn't evil enough to warrant avoiding it. It's an extra dependency, so we'll see how it goes. There's even been recent discussion on using lua as CMake's build language :) …

[Read more]
WB Team Back From Vacation

The team was on vacation during the holidays (a well deserved one I hope) and today is the first day the full team is back. Our plan is to keep our main focus on bug fixes and also start working on the plugin-writing/scripting tutorials. We also have to add more hooks at various places in the tool so people interested can add their stuff wherever it needs to be added.

Starting on the 14th of January we will travel to the MySQL company meeting and we will try hard to get a new release out before that - including as many bugfixes as possible.

Showing entries 35883 to 35892 of 44814
« 10 Newer Entries | 10 Older Entries »