• Michael Widenius's avatar
    Fixed some wrong format strings. · ecf9b1b7
    Michael Widenius authored
    Fixed OPTIMIZE with innodb
    
    
    include/my_sys.h:
      Removed ATTRIBUTE_FORMAT() as it gave warnings for %'s
    sql/log_event.cc:
      Optimization: 
      use my_b_write() and my_b_write_byte() instead of my_b_printf()
      use strmake() instead of my_snprintf()
    sql/sql_admin.cc:
      Fixed bug in admin_recreate_table()
      Fixed OPTIMIZE with innodb
    sql/sql_table.cc:
      Indentation fixes
    strings/my_vsnprintf.c:
      Changed fprintf() to fputs()
    ecf9b1b7
my_vsnprintf.c 21.5 KB