List:Commits« Previous MessageNext Message »
From:Luis Soares Date:July 12 2011 1:19am
Subject:bzr push into mysql-5.0 branch (luis.soares:2905 to 2906) Bug#12695969
View as plain text  
 2906 Luis Soares	2011-07-12
      BUG#12695969
      
      Follow-up patch that adds the newly added header file to
      Makefile.am noinst_HEADERS.

    modified:
      include/Makefile.am
 2905 Luis Soares	2011-07-11
      BUG#12695969: FIX OUTDATED COPYRIGHT NOTICES IN REPLACTION
      CLIENT TOOLS
            
      The fix is to backport part of revision:
              
        - alexander.nozdrin@stripped
            
      from mysql-5.5. In detail, we add the oracle welcome notice
      header file proposed in the original patch and include/use it
      in client/mysqlbinlog.cc, replacing the existing and obsolete
      notice.

    added:
      include/welcome_copyright_notice.h
    modified:
      client/mysqlbinlog.cc
=== modified file 'include/Makefile.am'
--- a/include/Makefile.am	2011-06-30 19:27:04 +0000
+++ b/include/Makefile.am	2011-07-12 01:10:28 +0000
@@ -34,7 +34,7 @@ noinst_HEADERS =	config-win.h config-net
 			my_aes.h my_tree.h hash.h thr_alarm.h \
 			thr_lock.h t_ctype.h violite.h my_md5.h base64.h \
 			mysql_version.h.in my_compare.h my_time.h \
-			my_user.h my_libwrap.h
+			my_user.h my_libwrap.h welcome_copyright_notice.h
 
 # Remove built files and the symlinked directories
 CLEANFILES =            $(BUILT_SOURCES) readline openssl

No bundle (reason: useless for push emails).
Thread
bzr push into mysql-5.0 branch (luis.soares:2905 to 2906) Bug#12695969Luis Soares13 Jul