Re: UDF Causing mysqld to crash/restart

2001-03-10 Thread Sinisa Milivojevic
Aaron Weiss writes: > Hi, > > I wanted to create a UDF for MySQL that can use the ASpell engine to > generate a string of spelling suggestions, given a single word > parameter. Thus, select aspell('wrd') should return Aspell's suggested > spellings. > > I don't know C very well at all, s

UDF Causing mysqld to crash/restart

2001-03-09 Thread Aaron Weiss
Hi, I wanted to create a UDF for MySQL that can use the ASpell engine to generate a string of spelling suggestions, given a single word parameter. Thus, select aspell('wrd') should return Aspell's suggested spellings. I don't know C very well at all, so I began using an existing UDF function alr

UDF Causing mysqld to crash/restart

2001-03-09 Thread Aaron Weiss
Hi, I'm looking for help in an area that I'm without much experience. I want to create a UDF for MySQL that can use the ASpell engine to generate a string of spelling suggestions, given a single word parameter. Thus, select aspell('wrd') should return Aspell's suggested spellings. I don't know C