1. 10 Feb, 2010 2 commits
    • Mattias Jonsson's avatar
      merge · e23222c6
      Mattias Jonsson authored
      e23222c6
    • Mattias Jonsson's avatar
      Bug#50201: Server crashes in explain_filename on an InnoDB partitioned table · 84c205f9
      Mattias Jonsson authored
      Problem was that in mysql-trunk the ER() macro is now dependent on current_thd
      and the innodb monitor thread has no binding to that thd object. This cause 
      the crash because of bad derefencing.
      
      Solution was to add a new macro which take the thd as an argument (which the innodb
      thread uses for the call).
      
      (Updated according to reviewers comments, i.e. added ER_THD_OR_DEFAULT and
      moved test to suite parts.)
      84c205f9
  2. 09 Feb, 2010 7 commits
  3. 08 Feb, 2010 4 commits
  4. 05 Feb, 2010 20 commits
  5. 04 Feb, 2010 7 commits