List:Commits« Previous MessageNext Message »
From:Georgi Kodinov Date:September 8 2009 4:07pm
Subject:bzr commit into mysql-5.0-bugteam branch (joro:2811) Bug#45159
View as plain text  
#At file:///home/kgeorge/mysql/work/B45159-5.0-bugteam/ based on revid:joro@stripped

 2811 Georgi Kodinov	2009-09-08
      Bug #45159 : some tests in suite "jp" fail in embedded server (use LOAD DATA)
      
      Enabled LOAD DATA LOCAL for embedded client

    modified:
      libmysqld/libmysqld.c
=== modified file 'libmysqld/libmysqld.c'
--- a/libmysqld/libmysqld.c	2007-03-28 17:46:42 +0000
+++ b/libmysqld/libmysqld.c	2009-09-08 16:07:27 +0000
@@ -171,6 +171,7 @@ mysql_real_connect(MYSQL *mysql,const ch
   client_flag&= ~CLIENT_COMPRESS;
   if (db)
     client_flag|=CLIENT_CONNECT_WITH_DB;
+  client_flag|=CLIENT_LOCAL_FILES;
 
   mysql->info_buffer= my_malloc(MYSQL_ERRMSG_SIZE, MYF(0));
   mysql->thd= create_embedded_thd(client_flag);


Attachment: [text/bzr-bundle] bzr/joro@sun.com-20090908160727-bqukldn647xrd9ea.bundle
Thread
bzr commit into mysql-5.0-bugteam branch (joro:2811) Bug#45159Georgi Kodinov8 Sep