Re: mysqldump output file not valid as input file for mysql client

2001-02-22 Thread Matt Loschert
space between the key name and the key columns, but my >personal > > > > dumpfiles show that all non-primary keys have no space between the key >name > > > > and the key column names. Go figure. :) Needless to say I don't get >it.

Re: mysqldump output file not valid as input file for mysql client

2001-02-22 Thread Sinisa Milivojevic
the source file mysqldump.c and it appears that there >always > > > should be a space between the key name and the key columns, but my >personal > > > dumpfiles show that all non-primary keys have no space between the key >name > > > and

Re: mysqldump output file not valid as input file for mysql client

2001-02-22 Thread Matt Loschert
> > > >I looked through the source file mysqldump.c and it appears that there always > >should be a space between the key name and the key columns, but my personal > >dumpfiles show that all non-primary keys have no space between the key name > > and the key column names. Go f

Re: mysqldump output file not valid as input file for mysql client

2001-02-22 Thread Sinisa Milivojevic
non-primary keys have no space between the key name > and the key column names. Go figure. :) Needless to say I don't get it. > > >How-To-Repeat: > See above description. > >Fix: > See above description. > > >Submitter-Id:

mysqldump output file not valid as input file for mysql client

2001-02-22 Thread loschert
ace between the key name and the key columns, but my personal dumpfiles show that all non-primary keys have no space between the key name and the key column names. Go figure. :) Needless to say I don't get it. >How-To-Repeat: See above description. >Fix: