Since I'm still in the mood for a break (I'm planning to start my holiday break early next week - and I'm not planning to spend it like last Xmas break)... a pointer to Sacha's post: SUN: (Sound?) Open Source Business Model? and John's followup: When you hit them and they smile, you know you did something right . I think … |
Upgraded VirtualBox and booted up my OpenSolaris VM. VirtualBox 2.1.0 finally fixes the bug where if 127.0.0.1 was in resolv.conf on the host - no DNS for you in the guest (unless in the guest you were running a DNS server).
Haven’t tried it yet… but OpenGL Accelleration makes at least a checkbox appearance in VirtualBox 2.1…. so that could be rather awesome.
Going a lot better with OpenSolaris 2008.11 than previous releases.. It looks like it might be quite easy to get to the stage of building Drizzle on it.
Just figured out how to change to Dvorak! Yay, I can type again! (Go to Input Methods preference panel and add US/DVORAK as a language, move it to the top, and enable the input method application and do it that way).
Currently installing sunstudioexpress. Why not gcc? I’m pretty sure the version in OpenSolaris is still ancient (so won’t build drizzle) and Sun Studio does produce different warnings …
[Read more]Due to illness, the MySQL University session "Using DTrace with MySQL" has been moved to February 12th, 2009. Sorry for the short notice (blame it on the flu which came on short notice, too.)
As a bonus, here's the MySQL University schedule for the beginning of next year:
January 15, 2009 | 17:00 UTC / 9am PDT (Pacific) / 11am CST (Central) / 12am EST (Eastern) / 17:00 GMT (London) / 18:00 CET (Berlin) / 20:00 MDT (Moscow) | Low-Level Locking in mysqld and InnoDB - the Good, the Bad, and the Ugly | Tim Cook |
January 22, 2009 | 08:00 UTC / 8:00 GMT / 9:00 CET … |
I have seen a few people now ask about using MySQL's FULLTEXT
indexing with asian languages such as Chinese, Japanese and
Korean (herein referred to as CJK.), however, there doesn't seem
to be a good centralised article that covers it.
The information is out there, I just don't think it has been well
presented yet.
As I have recently done a bunch of research on this topic for a
customer, I figured it might be a good opportunity to make my
debut in the MySQL blogosphere.
So here we go...
I'll open by saying that attempting to use FULLTEXT with CJK text
in MySQL 5.0 will be unsuccessful.
From the CJK FAQ in the MySQL manual:
"For FULLTEXT searches, we need to know where words begin and
end. With Western languages, this is rarely a problem because
most (if not all) of these use an easy-to-identify word boundary
— the space character. However, this is not …
I've been involved with the Drizzle project since very soon after
it began, working on it on nights and weekends.
That has just changed. As of today, I'm no longer a MySQL
Professional Services consultant, instead I'm part of a new
division of Sun
Much of my time is to be spent working on Drizzle, with a focus
on plugin interfaces and making it work well in Extremely Large
distributed environments.
I will be blogging heavily about what I am doing. How I sort that
blogging out between my personal LiveJournal, my (mostly unused)
Sun employee blog, and maybe some other blog system, remains
TBD.
This is going to be fun.
This Thursday (December 18th), Martin "MC"
Brown will talk about using DTrace with MySQL. MC is the Solaris (and,
naturally, DTrace and ZFS) expert on the Sun Database Group
documentation team. He's helped the openSolaris team port MySQL
to openSolaris.
Note that we'll be using a new session address / Dimdim URL:
http://webmeeting.dimdim.com/portal/JoinForm.action?confKey=mysqluniversity
You can bookmark this address, since it will remain valid for all
future MySQL University sessions. Remember, though, that the
meeting room will open only 15 minutes before the session
starts.
Dimdim is the conferencing system we're using for MySQL …
[Read more]
Organization for FOSDEM 2009 is in full swing. MySQL has a devroom, for which we want talk proposals. The call for papers ends on January 15, 2009. There is no registration for the event, but if you want to have a 1 hour speaker slot, please send us a proposal using this form. As usual, we are looking for quality presentations, regardless of the level. We like original talks and we will privilege innovative, creative, and well documented abstracts. You will find some guidelines on how to submit a successful proposal and more info on the event in MySQL Forge wiki. |
… |
After what many hours trying to netboot the T1000 to install Solaris Express, I wondered “how hard is it for debian?”.
Easy. get the sparc64 boot.img, put it on TFTP server, add “filename “boot.img”;” or similar to dhcp, boot the T1000 from the service console something like this “bootmode bootscript=”boot net:dhcp”\n restart -c” and install away!
As for Solaris?
Well… dhcpd.conf:
option space SUNW;
option SUNW.root-mount-options code 1 = text;
option SUNW.root-server-ip-address code 2 = ip-address;
option SUNW.root-server-hostname code 3 = text;
option SUNW.root-path-name code 4 = text;
option SUNW.swap-server-ip-address code 5 = ip-address;
option SUNW.swap-file-path code 6 = text;
option SUNW.boot-file-path code 7 = text;
option SUNW.posix-timezone-string code 8 = text;
option SUNW.boot-read-size code 9 = unsigned integer 16;
…
There is a new blog in the MySQL Community arena.
It is a collaborative podium for guest posts. We will host colleagues or community members who have no blog and need a temporary place for their message. The first experiment was successful, and we decided to have a more stable place for it.
We start today by hosting Trim Perhad, System QA manager of MySQL, who presents some interesting performance results.
How?
Seriously, how do I do this?
Following constraints: T1000 has no local DVD drive. No other Solaris hosts on network.
(Note that it takes about 15 seconds to find the Debian install instructions. “Put this file on tftp server, boot.”)