MySQL Server 5.4.3-beta has been released

2009-10-09 Thread Timothy Smith
/refman/5.4/en/news-5-4-3.html Enjoy! Timothy Smith The MySQL build team at Sun Microsystems == Functionality added or changed: * Incompatible Change: If you upgrade to MySQL 5.4.3 from an earlier 5.4 release, the server may fail to start due to changes in the default values

MySQL Server 5.1.37 has been released

2009-08-02 Thread Timothy Smith
) * Renaming a column that appeared in a foreign key definition did not update the foreign key definition with the new column name. (Bug#21704: http://bugs.mysql.com/21704) -- Timothy Smith, Release Engineering, MySQL Database Technology Group, Sun Microsystems -- MySQL General Mailing List

MySQL Server 5.4.1-beta has been released

2009-06-25 Thread Timothy Smith
another download site. We welcome and appreciate your feedback, bug reports, bug fixes, patches, etc.: http://forge.mysql.com/wiki/Contributing Enjoy! Timothy Smith The MySQL build team at Sun Microsystems -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql

MySQL Community Server 5.1.35 has been released

2009-06-05 Thread Timothy Smith
also be viewed online at http://dev.mysql.com/doc/refman/5.1/en/news-5-1-35.html Enjoy! Timothy Smith The MySQL build team at Sun Microsystems === This release of MySQL has two known outstanding issues for Windows

MySQL Server 5.1.30 has been released

2008-11-26 Thread Timothy Smith
Dear MySQL users, We are proud to present to you the MySQL Server 5.1.30 GA release, the first 5.1 production version of the popular open source database. MySQL 5.1.30 is recommended for use on production systems. MySQL 5.1 provides a number of new enhancements including: - Table and index

MySQL 6.0.6 Alpha has been released

2008-08-19 Thread Timothy Smith
in the MySQL source code since the previous version of MySQL 6.0. It can also be viewed at http://dev.mysql.com/doc/refman/6.0/en/news-6-0-6.html Sincerely, Timothy Smith The MySQL build team at Sun Microsystems === News from

MySQL 5.1.25-rc has been released

2008-06-16 Thread Timothy Smith
online at http://dev.mysql.com/doc/refman/5.1/en/news-5-1-25.html Sincerely, Timothy Smith The MySQL build team at Sun Microsystems News from the ChangeLog: Functionality added or changed: * Incompatible Change

Re: accumulating query

2004-02-17 Thread Timothy Smith
I have reproduced this on two Windows 2000 boxes. What's going on? Why do I keep adding on to the result set? When I drop back down to 4.0.13 this problem disappears! Is this a bug in 4.0.18? Bruce, this is curious. To help us reproduce this, can you either upload the table in question to

Re: Timezone problem.

2001-08-09 Thread Timothy Smith
The small problem in mysql is it does not check if parameter is correct in configure script - this produced the problem... Peter mailto:[EMAIL PROTECTED] Yes, I don't know of any clear way of handling this with autoconf. Basically, if your option starts with

Re: MySQL server for Sun Solaris i386?

2001-08-09 Thread Timothy Smith
On 2001 Aug 09, Jeff Tanner [EMAIL PROTECTED] wrote: I have downloaded http://www.mysql.com/downloads/mysql-3.23.html Sun Solaris (Sparc) [sun-solaris2.7-sparc] to a Sun Solaris x86 machine. Mr. Milivojevic, would not the binaries Sun Solaris (Sparc) be not compatible for Sun Solaris (x86)?

Re: Crash on replace

2001-08-03 Thread Timothy Smith
On 2001 Aug 03, Miguel Angel Solórzano [EMAIL PROTECTED] wrote: cut - replace using BDB tables crashes I was be able to repeat your bug report. Thanks and it will be fixed. This has been fixed in the current code. Here is a patch: *** sql/ha_berkeley.cc.orig Fri Aug 3 09:46:50 2001

Re: solairs 8 x86 get signal 11 with bdb support

2001-07-25 Thread Timothy Smith
On 2001 Jul 23, [EMAIL PROTECTED] wrote: Description: Whenever I compile mysql 3.23.40 with Berkeley DB support, I get a signal 11 when attempting to start the mysql server. If I omit Berkeley DB support, everything starts fine. Synopsis:solairs 8 x86 get signal 11

Re: Help on cross table Query

2001-07-10 Thread Timothy Smith
On 2001 Jul 10, Yan Zhang [EMAIL PROTECTED] wrote: Please help me here, and let me know if MySQL can do it or not. All people around me told it should work in SyBASE. Please don't spam! Use *one* e-mail address that is appropriate. This is on our list of things to do, probably in version

Re: Oddity with building 3.23.38 on Tru64 4.0f

2001-06-20 Thread Timothy Smith
On 2001 Jun 20, Michael Widenius [EMAIL PROTECTED] wrote: Tim, what do you think if we rename our own copy of bdb with 'libmy-bdb' just to ensure that we link with our copy of bdb ? I think this is a good idea. libdb is everywhere, and it's too easy to make a mistake. I'll add it to my

Re: Need Japanese character set files

2001-06-06 Thread Timothy Smith
On 2001 Jun 06, Anatole [EMAIL PROTECTED] wrote: I brought down mysqld and restarted as before with safe_mysqld --default-character-set=sjis and get the following error message when php tries to connect: Can't initialize character set 13 (path: default) in

Re: Need Japanese character set files

2001-06-05 Thread Timothy Smith
On 2001 Jun 04, Narendra Phadke [EMAIL PROTECTED] wrote: I am storing Japanese data inside MySQL. MySQL supports all the Europian languages and other languages like korian and Hebru, and you have all the character set files for all these languages inside the C:\mysql\share\charsets

Help us make MySQL better

2001-06-05 Thread Timothy Smith
MySQL is taking a survey of MySQL users. As a bribe to get more people to fill out the survey, we are giving away three Palm PDAs and ten autographed MySQL books. Please take about ten minutes to fill out the web page: http://www.mysql.com/survey/ MySQL is an Open Source Database

Re: Need Japanese character set files

2001-06-05 Thread Timothy Smith
On 2001 Jun 06, Anatole [EMAIL PROTECTED] wrote: I installed MySQL from an RPM file on Linux. When I use the mysqlshow variables like 'character_sets'; as you mentioned above, I do, indeed, show sjis. This means that the sjis character set is compiled into the server already, so you do not

Re: Update bug?

2001-04-13 Thread Timothy Smith
On 2001 Apr 13, Maciek Dobrzanski [EMAIL PROTECTED] wrote: | fd_10 | varchar(20) | | MUL | | | | fd_11 | varchar(20) | | | | | Now when I do this update: UPDATE test SET fd_11='value' WHERE fd_10='some_value' it usually

Re: Update bug?

2001-04-13 Thread Timothy Smith
On 2001 Apr 13, Maciek Dobrzanski [EMAIL PROTECTED] wrote: This is because with the first query it can use the index. With the second query, it has to check the whole table. Why? Because obviously you're using numbers. And let's make some_value == 10. I thought that maybe MySQL

Re: bug report - docs

2001-04-09 Thread Timothy Smith
On Sun, Apr 08, 2001 at 12:22:32PM -0500, Rodrigo Zerlotti wrote: Description: INSTALL-BIN file has errors: shell chown -R mysql /usr/local/mysql/var it should be chown -R mysql /usr/local/mysql/data instead "var" Thanks, Rodrigo. I have fixed it now. Tim -- __