• unknown's avatar
    WL# 2094, This patch is on top of 1.1814, 1.1846, 1.1856, which contain fixes · 2041ea1f
    unknown authored
    for bugs 8033, 8065, 8535, 8582
    
    This particular changeset contains style changes per code review suggestions 
    and does not contain bug fixes in of itself.
    
    ha_federated.h:
      standardised code style to conform to internals.texi
    ha_federated.cc:
      more code standardisation to conform to internals.texi.
      - casts
      - declarations
      - comments
      - 80 char width
      also, append using string1.append(string2) and not 
      string1.append(string2.c_ptr_quick())
    
    
    sql/ha_federated.cc:
      more code standardisation to conform to internals.texi.
      - casts
      - declarations
      - comments
      - 80 char width
      
      also, append using string1.append(string2) and not 
      string1.append(string2.c_ptr_quick())
    sql/ha_federated.h:
      standardised code style to conform to internals.texi
    2041ea1f
ha_federated.h 6.29 KB