We introduced a new library to use with our update-feature inside Workbench. With the new lib (yassl) it’s possible to use SSL encryption for the authentication/download of new SE releases. This was not possible with libcurl because we’re not allowed to use/bundle openSSL. As this update is included staring with 5.0.22 all SE users will have to download version 5.0.22 manually from the enterprise pages one more time. Please logon to https://enterprise.mysql.com/software/gui_tools.php with your mysql username and password, download the latest release and launch the installer manually. Sorry for the inconvenience.
If you search for Sinhala, a large fraction of the links you'll
see point to something written by Harshula "hash" Jayasuriya.
Sinhala is a very, very old language, but it's not very well developed on computing
platforms. Its script is most often represented in Unicode,
but the default Unicode collation table (DUCET) doesn't order its
words ("collate") properly. Thus, MySQL didn't order it
properly.
To fix that, hash recently submitted a collation implementation to
MySQL, based on the Sri Lanka Standards Institution's SLS1134-pt1
document. It seems to be right, judging from our tests, but I
would be much more comfortable if it were exposed to more
eyeballs. The collation is on its way into the mysql-5.2 tree,
and should be …
...is something that you influence what it will be.
The problem with replication is that we have so many things that we want to do, but we are not that many people. What we do is what everybody does when the to-do list is to long: prioritize. Since the replication features are developed for you (yes, you), we have added a quickpoll on the http://dev.mysql.com/ where you can pick the three most important replication features that you would like to see us focus on next (after the 5.1 GA).
Do you think that on-line checks for table consistency is for weenies that cannot write a simple little script to do that? Please tell us that.
Do you prefer to live on the edge and think that semi-synchronous replication is for safety junkies? Well, we'll be glad to hear your opinion.
Do you think that the YouTube …
[Read more]
To get the status of the replication slave, it is possible to
check the Last_Error
and Last_Errno
fields from SHOW SLAVE STATUS
. Unfortunately, they
only give information about the status of the SQL thread
(and not always that either). If the I/O thread fails, for
example, because the server configuration is not correctly set up,
or if the connection to the master is lost due to a network
outage, it is necessary to dig through the error log to find out
the reason. This might be possible, although annoying, for a DBA
to do since he has access to the files on the machine where the
server is running, but when using automatic recovery applications
that watch the status of the replication, this is not practical.
It is also easier to see the status of the server through a
normal client connection, …