List:Commits« Previous MessageNext Message »
From:Mattias Jonsson Date:November 7 2008 9:00am
Subject:bzr commit into mysql-5.1 branch (mattias.jonsson:2703)
View as plain text  
#At file:///Users/mattiasj/clones/bzrroot/test-51-bugteam/

 2703 Mattias Jonsson	2008-11-07
      string 'string\r\rstring\r':
      string
      
      string
      
      Which I copy to gcommit global commit message
      and then removes the empty line (by using delete, i.e.
      removes the character to the right of the cursor)
      and then adds the new line again, which should result in:
      'string\r\nstring\r' which should get committed?
      in the file_name list as '....message15:string...'
      But when the commit hook kicks in the string is:
      'string\nstring\n' in the file_name list as
      '...message15:string...' NOT '...message14:string...'
modified:
  sql/ha_partition.cc

per-file messages:
  sql/ha_partition.cc
    string 'string\r\rstring\r':
    string
    
    string
    
    Which I copy to gcommit per-file commit message
    and then removes the empty line (by using delete, i.e.
    removes the character to the right of the cursor)
    and then adds the new line again, which should result in:
    'string\r\nstring\r' which should get committed?
    in the file_name list as '....message15:string...'
    But when the commit hook kicks in the string is:
    'string\nstring\n' in the file_name list as
    '...message15:string...' NOT '...message14:string...'
=== modified file 'sql/ha_partition.cc'
--- a/sql/ha_partition.cc	2008-11-06 14:24:59 +0000
+++ b/sql/ha_partition.cc	2008-11-07 09:00:03 +0000
@@ -45,6 +45,8 @@
 
   Please read the object definition in ha_partition.h before reading the rest
   if this file.
+
+  Mattias Jonsson has tried to make it more bug free :)
 */
 
 #ifdef __GNUC__

Thread
bzr commit into mysql-5.1 branch (mattias.jonsson:2703)Mattias Jonsson7 Nov