Question about my build of MySQL 5.6.10

2014-07-10 Thread Damien Kick
I build from source but find that libmysqlclient_r is merely a symlink to libmysqlclient. Is that expected? $ uname -a Darwin Damien-Kicks-MacBook-Pro.local 12.5.0 Darwin Kernel Version 12.5.0: Sun Sep 29 13:33:47 PDT 2013; root:xnu-2050.48.12~1/RELEASE_X86_64 x86_64 $ echo $CXX /Users/dkick/bi

Re: How to write a multi query in mysqltest framework?

2014-07-10 Thread Sergey Petrunia
On Thu, Jul 10, 2014 at 10:33:04AM +0800, 娄帅 wrote: > In the C API, we can call mysql_query("select 1; select 2"); > which just send the command once to the server, and server > return two result sets, So i want to know if there is a command in the > mysqltest framework to do the job? > I want to w