Re: Build from bazaar source on Mac 10.7 (Lion) fails

2011-09-03 Thread Derek Downey
MacPorts is nice, but I am wanting to start tinkering with the source code. I was able to get it to build with the following steps on Lion: $ mkdir mysql-repo $ cd mysql-repo/ $ bzr init-repo . $ bzr branch lp:mysql-server/5.5 5.5 $ cd 5.5 $ ./BUILD/compile-pentium64-debug-max --prefix=/usr/

Re: Build from bazaar source on Mac 10.7 (Lion) fails

2011-09-03 Thread Jan Steinman
> From: Derek Downey > > I am trying to setup a development machine to start delving into some of the > internal code of the MySQL DB. I'm off to a great start, since I can't even > get it to build properly... > > My machine is: > > $ uname -a > Darwin DDMac 11.1.0 Darwin Kernel Version 11.

Re: select ... into local outfile ... ???

2011-09-03 Thread Hal�sz S�ndor
2011/09/03 03:40 +0800, Dennis But it seems that there is no "select ... into LOCAL file" statement. Any suggestion is appreciated. Indeed: you can use only standard output. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http

Re: select ... into local outfile ... ???

2011-09-03 Thread Dennis
Thanks, Tyler,  That's very helpful. Dennis --- On Sat, 9/3/11, Tyler Poland wrote: From: Tyler Poland Subject: Re: select ... into local outfile ... ??? To: mysql@lists.mysql.com Date: Saturday, September 3, 2011, 3:45 AM Dennis, The following closely simulates the default "INTO OUTFILE",