Re: fulltext searching / BUG report

2002-07-27 Thread Marko Djukic
is? is it the files? different character sets (some are italian, some english, etc)? or maybe something that my script is doing? thanks, marko Quoting Sergei Golubchik [EMAIL PROTECTED]: Hi! On Jul 26, Marko Djukic wrote: Sergei, finally managed to try out this solution, resolved my out

choice of field types and performance

2002-07-09 Thread Marko Djukic
what is generally better to use: - one field of type 'set' (eg.: 'apples','cherries','pears','bananas') - or multiple fields of type true/false for each value above? just to make sure, mysql doesn't store each value selected in the set in each record? or does it? thanks, marko

compiling 4.0.2

2002-07-02 Thread Marko Djukic
Anyone know what this syntax error is about? trying to compile the 4.0.2 on a freebsd server... Making all in sql gmake[2]: Entering directory `/usr/home/oblo/xfer/mysql-4.0.2/sql' byacc -d sql_yacc.yy mv y.tab.c sql_yacc.cc byacc: e - line 75 of sql_yacc.yy, syntax error %pure_parser

Re: compiling 4.0.2

2002-07-02 Thread Marko Djukic
ok it worked... had to that setenv and in addition do a ./configure --with-low-memory... running 4.0.2!!! :) thanks! m. Quoting Lenz Grimmer [EMAIL PROTECTED]: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 02 July 2002 10:35, Marko Djukic wrote: ok thanks. trying

Re: fulltext searching

2002-07-02 Thread Marko Djukic
section 6.8 in the manual i think... Quoting Eivind A. Sivertsen [EMAIL PROTECTED]: Is there a tutorial or step-by-step introduction to fulltext searches with MySQL somewhere? Regards, Eivind :-o sql, query

Re: fulltext searching

2002-07-02 Thread Marko Djukic
there's not a huge lot more to cover than what is in the manual... what exactly are you looking for? m. Quoting Eivind A. Sivertsen [EMAIL PROTECTED]: section 6.8 in the manual i think... Hmm, no; that's about the access privilege system... I found it in section 24.2, but I feel this

Re: fulltext searching

2002-07-02 Thread Marko Djukic
plus are you sure you're reading the latest manual? it is chapter 6.8. try this (google cache of the mysql.com/doc since mysql.com seems to be down): http://www.google.com/search?q=cache:yvsB86pbs5cC:www.mysql.com/doc/F/u/Fulltext_Search.html+full+text+mysqlhl=enie=UTF-8 ciao, m. Quoting

Re: MySQL

2002-07-02 Thread Marko Djukic
Nigel, check that you are starting the mysqld properly. if you compiled it you may have selected different options with your ./configure, for example a different data directory location, so if you use the older start command it may be failing to start... that caught me out 30mins ago..

Re: fulltext searching

2002-07-01 Thread Marko Djukic
hi all... i can't seem to get the fulltext searching working perfectly... single search terms it works fine, multiple search terms it also seems to be ok - finding records with any of the search terms. however, if i try the boolean mode it gives out garbage all the time. i try for example an