mysqldump feature request

2002-01-15 Thread Franklin Schmidt
It would be nice to have an option for mysqldump to put the building of indexes after the insert statements to speed up loading. - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.my

MySQL 4.0.1 released

2001-12-24 Thread Franklin Schmidt
The Windows download is still 4.0.0a . for mail filter: database,sql,query,table - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To r

Re: 4.0.1?

2001-12-17 Thread Franklin Schmidt
be really soon, Monty wrote me today he was building a > distribution with the current 4.0.1 code... > > Best Regards, > > Jocelyn Fournier > Presence-PC > > - Original Message - > From: "Franklin Schmidt" <[EMAIL PROTECTED]> > > > Does

4.0.1?

2001-12-13 Thread Franklin Schmidt
Does anyone know when 4.0.1 will be released? dear mail filter, use SQL to QUERY DATABASE TABLEs - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the li

Re: descending keys

2001-11-30 Thread Franklin Schmidt
Ken Menzel wrote: > >Actually it MySQL 4 does. There is a small bug in it right now where > it won't use the descending index witout a range in the where clause, > but this is supposed to be fixed in 4.0.2. Thanks, I am using MySQL 4. I actually want this for "order by". When I do "create

descending keys

2001-11-30 Thread Franklin Schmidt
Why doesn't MySQL support descending keys in indexes? - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMA

Re: Default forced on MySQL

2001-11-14 Thread Franklin Schmidt
I tried compiling with the DONT_USE_DEFAULT_FIELDS flag. Now no defaults are used, even the ones I ask for. So MySQL gives me a choice of getting defaults I don't ask for (with the regular version) or not getting defaults I do ask for (with the DONT_USE_DEFAULT_FIELDS). How about giving me what

Re: Default forced on MySQL

2001-11-10 Thread Franklin Schmidt
Kodrik wrote: > > Understand also that the check for a uniq index has to be made by a call to > the DB so it makes sense the DB does it, but a check on the content of a > variable can be made by one line of code without any call to the db. Anything that the database does, one can also do in code

Re: Default forced on MySQL

2001-11-10 Thread Franklin Schmidt
I just found the following at http://www.mysql.com/doc/B/u/Bugs.html -- Because MySQL allows you to work with table types that don't support transactions, and thus can't rollback data, some things behave a little differently in MySQL tha

Re: Default forced on MySQL

2001-11-10 Thread Franklin Schmidt
Sinisa Milivojevic wrote: > As your entire discussion centers on the non-existence of NO DEFAULT, > I will briefly comment only on that. I would like to add my support for NO DEFAULT. The lack of this feature is by far the worst thing about MySQL. > Forcing default on all columns is a design de

Re: Default forced on MySQL

2001-11-10 Thread Franklin Schmidt
DownloadFAST.com wrote: > But hey apparently I did finally get a solution from a helpful chap on this > list What is it? I would like to know. My email is [EMAIL PROTECTED] P.S. for spam filter - database,sql,query,table -