Re: On Redhat 7.1

2001-09-05 Thread Cristian Paslaru
if you will look in spec file. -- Cristian Paslaru http://devel.iasi.ro - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To reque

Re: Installing MySQL on Linux 7.1

2001-08-10 Thread Cristian Paslaru
o a rpm -Uvh mysql-*. Regards. -- Cristian Paslaru http://devel.iasi.ro - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To reque

[PATCH] fix float parser for 1.1E1

2001-06-27 Thread Cristian Paslaru
The case for this patch is that you can do sql queries with 1.1e+1 to say, or 1.1e01, but if you try 1.1e1 will give you an error. I try it on MySQL 3.23.39 and 3.23.33. I think this is a very old and not seen bug. Regards. -- Cristian Paslaru http://devel.iasi.ro cut

[PATCH] fix float parser for 1.1E1

2001-06-27 Thread Cristian Paslaru
Please send me comments also to my e-mail address because I'm not on the list. Regards. -- Cristian Paslaru http://devel.iasi.ro cut diff -ruN mysql-3.23.39.orig/sql/sql_lex.cc mysql-3.23.39/sql/sql_lex.cc --- mysql-3.23.39.orig/sql/sql_lex.cc Tue Jun 12 22:07:26