Re: optimization of large records

2002-02-18 Thread Laurent Oget
optimize? time? space? nobody will be able to tell you anything unless you can do some profiling of your application to pinpoint where the bottlenecks are. -- Laurent Oget, Ph.D. [EMAIL PROTECTED]http://oget.net Senior Engineer Zvolve Systems Inc http://zvolve.

Re: 64bit mysql and gcc

2001-12-05 Thread Laurent Oget
(the list archive) > > To request this thread, e-mail <[EMAIL PROTECTED]> > To unsubscribe, e-mail <[EMAIL PROTECTED]> > Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php > -- Laurent Oget, Ph.D. [EMAIL PROTECTED]http://oget.net Senior

Re: Obtaining MySQL for Solaris 8, Intel Version

2001-09-26 Thread Laurent Oget
On Wed, Sep 26, 2001 at 12:41:43PM -0700, Pauljames Dimitriu wrote: > > Hello, > > Where can I get a version of MySQL for Solaris > 8, Intel version? Do I use the FreeBSD version of > MySQL or should I d/l the Linux version? I am just > getting used to the Solaris / UNIX environment. >

Re: Client-side developing

2001-09-25 Thread Laurent Oget
On Tue, Sep 25, 2001 at 06:26:58PM -0300, Walter Omar Autalán wrote: > Hi. > > Please, excuse me for this Off topic message. > > I want to develop Windows-based client to interact with linux-based > MySQL and I can't realize the best programming language suitable for > that task. > Clients

Re: mysql and c program?

2001-06-22 Thread Laurent Oget
, but your linker (ld) does not know it is supposed to look there.. there are many ways to fix that add /usr/local/lib in the environment variable $LD_LIBRARY_PATH compile with the -rpath /usr/local/lib option add /usr/local/lib to /etc/ld.so.conf and run ldconfig L -- Laurent Oget, Ph.D. [EMAI

Re: C API problem

2001-04-19 Thread Laurent Oget
fn_format': > mf_format.o(.text+0x201):undefined reference to '__lxstat64' > /home/MySQL/MySQL/lib/libmysqlclient.a(my_open.o)In function 'my_open': > my_open.o(.text+0x21):undefined reference to 'fopen64' > > looks like you have

Re: C API problem

2001-03-01 Thread Laurent Oget
lease check: >http://www.mysql.com/manual.php (the manual) >http://lists.mysql.com/ (the list archive) > > To request this thread, e-mail <[EMAIL PROTECTED]> > To unsubscribe, e-mail <[EMAIL PROTECTED]>

Re: Unique ID's Alphanumeric to save digits ?

2001-02-28 Thread Laurent Oget
racters which can be important when squeezing into cookie storage space. > > > > And 4 byte unsigned integer has 256 times that. > but sending unsigned ints in binary encoding in a cookie might get you into trouble. not that it has anything to do with mysql but --

Re: moving database to another computer

2001-02-19 Thread Laurent Oget
t; to do it. Can someone help me? Thanks. > > Ming Hsu > > this is usually a good occasion to clean up databases, but if you do not want to do that you can use mysqldump, compress the file and then have mysql read the dump file. You do need a telnet access to that machine though

UPDATE using other table

2001-02-05 Thread Laurent Oget
Is there a way to update a column of a table using values from other tables something like update table1 set table1.column1=table2.column1 where table1.column2=table2.column1 -- Laurent Oget, Ph.D. [EMAIL PROTECTED] Senior Engineer Zvolve Systems Inc http://zvolve.com