1. 05 Jul, 2013 4 commits
  2. 04 Jul, 2013 12 commits
  3. 03 Jul, 2013 16 commits
  4. 02 Jul, 2013 3 commits
  5. 01 Jul, 2013 1 commit
  6. 27 Jun, 2013 4 commits
    • 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
    • unknown's avatar
      merge of 2876.430.11 & 2876.430.1 · 70092601
      unknown authored
      CF_PREOPEN_TMP_TABLES & CF_HA_CLOSE & Patch for Bug#11746602 (27480: Extend CREATE TEMPORARY TABLES 
        privilege to allow temp table operations).
      70092601
    • Michael Widenius's avatar
      ha_partition.cc and ha_partition.h are now completely merged · 94d722b6
      Michael Widenius authored
      Added sql_mode_t to simplify merges
      94d722b6
    • unknown's avatar
      MDEV-4058 · ecbf36a9
      unknown authored
      MySQL 5.6.10 performance schema: merge of host_cache table
      ecbf36a9