Showing entries 31771 to 31780 of 45395
« 10 Newer Entries | 10 Older Entries »
What did I miss?

(Or “the return of 451 CAOS Links“)

Having been a bit busy for the last three weeks I have a bit of catching up to do on the latest open source software news. Here’s the headlines that caught my eye.

MySQL co-founder resigns from Sun
No, not that one. David Axmark resigned stating “I HATE all the rules that I need to follow, and I also HATE breaking them. It would be far better for me to “retire” from employment and work with MySQL and Sun on a less formal basis.” If I may paraphrase Oscar Wilde, to lose one co-founder may be regarded as a misfortune; to lose both …

[Read more]
STATEMENT based replication as default in MySQL 5.1

MySQL 5.1.29, the next (and last) release candidate, will revert the default replication mode to STATEMENT based. As noted in Bug#39812, MIXED mode won't be the default anymore. But the template option files provided with the distribution will have a line that enables MIXED mode.

The rationale for this change is that MIXED mode as default may break existing applications, where statements like the following are used:


UPDATE t1 SET a=1 WHERE @@server_id = 1; …
[Read more]
Gewinner des »XAMPP kompakt«-Preisausschreibens stehen fest

Letzte Woche endete das »XAMPP kompakt«-Preisausschreiben und gerade eben habe ich die Päckchen mit den Gewinnen zur Post gebracht. Zunächst zur Preisfrage: Wer gilt als der Vater des Apache Webservers? Die richtige Antwort ist: Rob McCool. Wer sich für weitere Details zu den Antworten interessiert, der sei auf meinen privaten Blogbeitrag zu diesem Thema hingewiesen.

Herzlichen Glückwunsch an die zehn Gewinner. Die Bücher und drei T-Shirts gehen an: Jan aus Hamburg, Michael aus Berlin, Daniel aus Pichl bei Wels in Österreich, Uwe aus Wiesenburg, Stephan aus Offenburg, Vadim aus Heidenheim und anderen, die aber nicht persönlich genannt werden wollen oder noch nicht auf meine Gewinnbenachrichtung reagiert haben. …

[Read more]
OpenSolaris and MySQL

If you use MySQL, you may want to give OpenSolaris a try. Why? It's open source and has great features, like ZFS and DTrace, which make life a lot easier for MySQL DBAs.  

  • ZFS is a 128-bit file system that automates common administrative tasks, protects data from corruption, provides compression, and allows for adding and removing storage easily (just to name a few things its capable of).  It is great for MySQL deployments in that DBAs can add or remove storage without restarting the database and fast snapshots are a breeze.  Additonally, ZFS shows better performance than UFS.  See these results performed by MySQL. 
  • DTrace helps administrators analyze, debug, and optimize their application environment.  It's a great tool for MySQL DBAs since it …
[Read more]
Percona’s patches spread to a wider audience

Percona's patches are now available to a wider audience via OurDelta, a community effort to provide  builds with features (Percona patches, Google patches, etc) and storage engines (PBXT, Sphinx, etc) that aren't in the main MySQL server. Arjen Lentz is really the brainchild behind this. Kudos Arjen!

What does this mean for the Percona patches? Well, now you can get them in more places.  But it doesn't change our own commitment to keep innovating in ways our customers (and we ourselves) find useful.  We're still building our own builds and …

[Read more]
Building MySQL 5.1.28 on Opensolaris using Sun Studio compilers

Want to use Dtrace or ZFS but are unfamiliar with building MySQL on Solaris? Dont panic, its never been easier. Here are the steps that worked for me.

  1. Install OpenSolaris using the latest development ISO file
  2. Install developer tools
    pfexec pkg install ss-dev
  3. Download 5.1.28rc source
  4. Build it
    export CC=/opt/SunStudioExpress/bin/cc
    export CXX=/opt/SunStudioExpress/bin/CC
    export CFLAGS="-xO3" #Your fav compiler flags go here 
    export CXXFLAGS="-xO3"
    
    ./configure --with-plugins=innobase,myisam --with-mysqld-libs=-lmtmalloc
    gmake 
    

Yes, it is that simple. Of course you could just download the binaries and use them too; they work just fine.

Kickfire Enters into MySQL Enterprise Agreement with Sun

Kickfire™, Inc. today announced that it has entered into a global multi-year MySQL Enterprise™ data warehouse agreement with Sun Microsystems. Under the terms, Kickfire's Series 2000 and 3000 analytic appliances will include a MySQL Enterprise subscription, providing customers with a fully integrated, plug-and-play solution. Kickfire will provide customers a single point of contact for both hardware and MySQL™ technical support, ensuring a seamless end-user experience.

OurDelta builds for MySQL (5.0.67.d6)

With the build system, repos, patches and launchpad sorted, we can release! First up from OurDelta is a build of 5.0.67, using patchrev d6, for i386/x86_64. This is basically Percona patchset 5 with a few fixes plus the Sphinx storage engine. It even passes the testsuite ;-)

Other useful links:

Now, …

[Read more]
Release 5.0.67.d6

With the build system, repos, patches and launchpad sorted, we can release! First up is a build of 5.0.67, using patchrev d6, for i386/x86_64. This is basically Percona patchset 5 with a few fixes plus the Sphinx storage engine. It even passes the testsuite

Other useful links:

Now, this being a first release into the wild, there are bound to …

[Read more]
MySQL plugins - the missing plug.in manual page.

A whole bunch of people have successfully written plugins for MySQL using the plug-in framework which first appears in MySQL 5.1. On the whole, the simple examples work great, as long as all your code is in one directory. Here is a helpful tip...Inside the plug.in file, you can use MYSQL_PLUGIN_DIRECTORY_<FOO> as an alias to the directory in which your plug.in is located within, where FOO is the

Showing entries 31771 to 31780 of 45395
« 10 Newer Entries | 10 Older Entries »