1. 26 Sep, 2014 2 commits
  2. 25 Sep, 2014 8 commits
  3. 24 Sep, 2014 2 commits
    • Monty's avatar
      Fixed failing test temp_table_frm · 3f2d9a90
      Monty authored
      The problem was that the internal temporary table created
      for information_schema overflow to MyISAM because it has
      a row width of > 3000 characters, which filled the in memory
      temporary tables.
      Fix was to increase size for the heap table.
      3f2d9a90
    • Sergei Petrunia's avatar
      Better comments · f5d84542
      Sergei Petrunia authored
      f5d84542
  4. 11 Sep, 2014 1 commit
  5. 10 Sep, 2014 3 commits
  6. 09 Sep, 2014 3 commits
  7. 08 Sep, 2014 4 commits
  8. 03 Sep, 2014 1 commit
    • Sergei Petrunia's avatar
      MDEV-6689: valgrind errors in view.test in 10.1 · d161546b
      Sergei Petrunia authored
      SHOW COLUMNS and SHOW KEYS commands fill IS_table_read_plan
      in a special way - they don't set or use lookup_field_vals
      member.
      
      Added a "trivial_show_command" flag that signals that
      lookup_field_vals has no valid data, made EXPLAIN code honor it.
      d161546b
  9. 29 Aug, 2014 1 commit
    • Jan Lindström's avatar
      Merge revision 3882 from lp:maria/maria-10.0-galera · e44751b6
      Jan Lindström authored
        MDEV-6656: Test wsrep.variables hangs
      
        Analysis: wsrep_applier_thread shutdown signaling does not always work
        correctly causing a timing problem where main thread is waiting in a
        condition variable a signal that all worker threads to end.
      e44751b6
  10. 28 Aug, 2014 2 commits
  11. 27 Aug, 2014 9 commits
  12. 26 Aug, 2014 4 commits