List:Commits« Previous MessageNext Message »
From:Satya B Date:September 4 2009 5:49am
Subject:bzr commit into mysql-5.0-bugteam branch (satya.bn:2806) Bug#46591
View as plain text  
#At file:///home/satya/WORK/46591/mysql-5.0-bugteam-46591/ based on revid:satya.bn@stripped

 2806 Satya B	2009-09-04
      Addition to Fix for BUG#46591 - .frm file isn't sync'd with sync_frm enabled
                                      for CREATE TABLE...LIKE...
      
      Add my_sync.c to mysqltest sources list in CMakeLists.txt
     @ client/CMakeLists.txt
        BUG#46591 - .frm file isn't sync'd with sync_frm enabled
                    for CREATE TABLE...LIKE...
        
        Add my_sync.c to mysqltest sources list

    modified:
      client/CMakeLists.txt
=== modified file 'client/CMakeLists.txt'
--- a/client/CMakeLists.txt	2008-07-10 18:47:53 +0000
+++ b/client/CMakeLists.txt	2009-09-04 05:49:44 +0000
@@ -33,7 +33,8 @@ ADD_EXECUTABLE(mysql completion_hash.cc 
 TARGET_LINK_LIBRARIES(mysql mysqlclient_notls wsock32)
 
 ADD_EXECUTABLE(mysqltest mysqltest.c ../mysys/my_getsystime.c
-               ../mysys/my_copy.c ../mysys/my_mkdir.c)
+               ../mysys/my_copy.c ../mysys/my_mkdir.c
+               ../mysys/my_sync.c)
 TARGET_LINK_LIBRARIES(mysqltest mysqlclient_notls regex wsock32)
 
 ADD_EXECUTABLE(mysqlcheck mysqlcheck.c)


Attachment: [text/bzr-bundle] bzr/satya.bn@sun.com-20090904054944-t64i7ax2wso2h2tn.bundle
Thread
bzr commit into mysql-5.0-bugteam branch (satya.bn:2806) Bug#46591Satya B4 Sep