Re: UDF on AMD64

2003-12-12 Thread Ollie Gallardo
Well that was easy. After reading your response I went back and used gcc -fPIC -c xxx.cc gcc -shared -o xxx.so xxx.o and all was well again. Thanks for your help..again. Ollie Dan Nelson said: In the last episode (Dec 11), Ollie Gallardo said: I'm back with another question. I tried

UDF on AMD64

2003-12-11 Thread Ollie Gallardo
? Thanks, Ollie --- Ollie Gallardo Support Services Inc 2 Professional Dr Ste 212 Gaithersburg MD 20879 -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: UDF on AMD64

2003-12-11 Thread Ollie Gallardo
Thanks Dan. I will get to it then. Dan Nelson said: In the last episode (Dec 11), Ollie Gallardo said: I just recently built myself a dual Opteron system and installed mysql for AMD64 on it. I previously ran my databases on regular 32 bit systems and had my UDF working fine. The UDF is written

Re: UDF on AMD64

2003-12-11 Thread Ollie Gallardo
m_ctype.h #include m_string.h I can't paste the rest of the code. Sorry. Is there special coding I need to do for AMD64 when writing a UDF? Maybe someone can point me to a sample UDF that compiled on AMD64. Thanks, Ollie Dan Nelson said: In the last episode (Dec 11), Ollie Gallardo said: I just

Merge records from multiple tables???

2002-07-18 Thread Ollie Acheson
need to do a report that would include all records from both files. For the life of me, I don't see how to accomplish this. For the old-timers out there, this was called a merge in an earlier era of data processing. Thanks for any pointers. Ollie -- |---| | Ollie Acheson

Tab delimited dump?

2002-05-29 Thread ollie
Does anyone have a way to export data from a table into a tab delimited text file? Can't seem to see the option in mysqldump. For bonus points - how could I achieve this via PHP?(!) TIA, ollie or-media.com | design

Re: Can't import dump file OS X

2001-12-11 Thread ollie
Thanks Brent, Yes, I too can import with LOAD DATA and mysqlimport, but the thing that's irritating is that I have to create the tables first in order to import the data in either case. With a 'regular' import from a dumped table, mysql should be able to read the SQL statements within the dump

Can't import dump file OS X

2001-12-10 Thread ollie
(0.00 sec) FWIW I have successfully imported the same dump file into our production mySQL server - which is running Red Hat Linux. Any help greatly appreciated! Thanks, ollie - Before posting, please check: http

LOAD tblname FROM MASTER (slave)

2001-08-03 Thread Ollie Cook
that makes any difference. Ollie -- Oliver CookSystems Administrator, ClaraNET [EMAIL PROTECTED] 020 7903 3065 - Before posting, please check: http://www.mysql.com/manual.php (the manual) http