Showing entries 39686 to 39695 of 44068
« 10 Newer Entries | 10 Older Entries »
European Parliament specifies some of its EPLA-related concerns

In today’s vote on its patent policy resolution, the European Parliament approved the compromise text I had previously reported on, but it also voted in favor of a few amendments.

The most notable amendment was number 7. It inserted the subclause “which address concerns about democratic control, judicial independence and litigation costs” into article 1. Two of those three concerns (judicial independence and litigation costs) had been mentioned by commissioner McCreevy in his speech in the EP on September 28. But it was a good idea for the EP to reinforce those points.

Dutch …

[Read more]
How to delete duplicate rows with SQL

The comments on my article how to find duplicate rows with SQL made me realize I was simplifying things too much. In particular, I really glossed over the "how to delete duplicate rows" section, which I should have explained in more detail. I hope this article will remedy the omissions.

MySQL Benchmarking 4: Compiling Super-Smack on Solaris 10

I hate to start the blog post with the same "I've been really busy excuse" but honestly that's the truth. Ever since I wrote the last post, one important thing happened to me. My dentist prescribed me a mouth wash and it turned out that I was severely allergic to it. My upper lip became extremely swollen and remained like that for couple of days until I got a shot of steroid. Ughh, it was really painful. Anyways, time has just been flying by and I have a lot of catching up to do.

This is the part 4 of MySQL Benchmarking series. In the last post I showed you how you can compile Sysbench on Solaris 10. In this post, I will be showing you how you can compile Super-Smack on Solaris 10.

MySQL Super Smack was originally developed by Sasha Pachev (sasha at surveypro dot com), a former MySQL employee. After Sasha, Jeremy Zawodny of Yahoo! took over the maintenance of …

[Read more]
Warp Networks and MySQL sign a partnership agreement to offer certified database training courses in Spain

Warp Networks has been selected by MySQL AB to become an Authorized MySQL Training Center (AMEC) in Spain, offering certified MySQL education in Zaragoza. Courses will be offered on MySQL 5.0, the latest version of the world?s most popular open source database.

How to profile a query in MySQL

When people discuss query optimization on MySQL, or say a query doesn’t perform well, they usually mention execution time. Execution time is important, but it’s not the only metric to use (or even the best). There are many other ways to measure the work a query requires. This article explains how to really profile a query – what to measure, how to do it as accurately as possible, and what it means.

Catch-22 of the Active Database

People frequently ask if they can do fancy things in triggers, such as writing to the filesystem, sending an email, or notifying other applications of data changes.I always recommend against doing things like this. Calling an external processes from a trigger or UDF is very difficult to get right, and it is very easy to cause serious problems with your application.Say for instance that you want

Ray Noorda RIP

Ray Noorda, former CEO and Chairman of networking software giant Novell, passed away Monday at the age of 82 from Alzheimer's disease.  While Novell has had its share of ups and downs in recent years, Noorda deserves credit for launching PC networking and turning Novell into a billion dollar powerhouse software company in the 1990s.  For those old enough to remember, getting PCs connected together to handle email and file & printer sharing was a godsend; Netware made it possible and became the de facto standard.  Netware enabled millions of developers to create networked applications.  Netware's resellers and certified engineers were tremendously loyal to Novell and enabled the company to transform itself into an open source company in recent years.

  • Salt Lake Tribune:
[Read more]
Please Shut Up

Carly Fiorina, former CEO of HP, is out promoting her autobiography "Tough Choices" which goes on sale Monday.  While Fiorina may not view her termination as performance related, HP shareholders or employees are likely to have a different opinion. 

Fiorina was famous for missing her publicly stated revenue objectives, then blaming and subsequently firing key executives.  As a result, HP's stock fell by 56% during her six year tenure.  Fiorina's approach was all about building the brand --not necessarily HP's brand, but hers.  She focused on PR, keynotes at big conferences, media interviews and a …

[Read more]
Examples for 5.1 Loadable Engines

Below are a couple of links to examples of loadable engines for the next 5.1 Beta of MySQL

http://hg.tangent.org/memcache_engine?ca=tip;type=gz
http://hg.tangent.org/table_function_engine?ca=tip;type=gz

This should give you a head start in having compatible engines once the 5.1.12 release is made.

The main changes?

* Engines are no longer required to be designed with a global handlerton (you can keep context now in the plugin).
* The handlerton structure is now created and passed in to the init method for the engine (or any plugin)
* There are two placceholders in the plugin structure for work Antony is doing for variables.
* You now need to declare the license the engine is under (and this …

[Read more]
Interesting Announcement at Tonight's MySQL Meetup

I think the most interesting announcement made at the Boston MySQL Meetup tonight was by a man who I'd seen before but couldn't place. I didn't think it had been at a previous MySQL meetup. He sat down when things were getting going and said something like:

I have some exciting news . . . [long pause] . . . the next release of Perl 6 will be in 3 days!!

While it was interesting to me and a few of the other Perl folks in the room, the reality was that this exciting news was met by mostly blank faces. After a few moments someone suggested that perhaps the next room over, where the Perl user's group was meeting tonight, was probably the place he was looking for. Sorry to turn such an exciting announcement into such a deflating experience. I realized then that I knew the face from my sporadic visits to the Boston.pm user group.

It is a good reminder to check in on what's …

[Read more]
Showing entries 39686 to 39695 of 44068
« 10 Newer Entries | 10 Older Entries »