1. 01 Nov, 2010 1 commit
  2. 11 Oct, 2010 1 commit
  3. 07 Oct, 2010 2 commits
  4. 06 Oct, 2010 2 commits
  5. 05 Oct, 2010 8 commits
  6. 04 Oct, 2010 5 commits
  7. 03 Oct, 2010 2 commits
  8. 01 Oct, 2010 8 commits
  9. 30 Sep, 2010 5 commits
    • Mattias Jonsson's avatar
      Bug#55458: Partitioned MyISAM table gets crashed by multi-table update · c4858549
      Mattias Jonsson authored
      Bug#57113: ha_partition::extra(ha_extra_function):
                  Assertion `m_extra_cache' failed
      
      Fix for bug#55458 included DBUG_ASSERTS causing
      debug builds of the server to crash on
      another multi-table update.
      
      Removed the asserts since they where wrong.
      (updated after testing the patch in 5.5).
      
      mysql-test/r/partition.result:
        updated result
      mysql-test/t/partition.test:
        Added test for bug#57113
      sql/ha_partition.cc:
        Removed the assert for m_extra_cache when
        ::extra(HA_PREPARE_FOR_UPDATE) was called.
      c4858549
    • Vasil Dimov's avatar
      Fix Bug#56340 innodb updates index stats too frequently after non-index updates · eaaea8eb
      Vasil Dimov authored
      This is a simple optimization issue. All stats are related to only indexed
      columns, index size or number of rows in the whole table. UPDATEs that touch
      only non-indexed columns cannot affect stats and we can avoid calling the
      function row_update_statistics_if_needed() which may result in unnecessary I/O.
      
      Approved by:	Marko (rb://466)
      eaaea8eb
    • Bjorn Munch's avatar
      Bug #52828 Tests that use perl fail when perl is not in path · be7b3c00
      Bjorn Munch authored
      Trying to run perl fails, just like it does when perl is started but fails
      Trap the case that perl was not found/could not be started, and skip test
      Also force a restart of servers since test may already have done something
      mtr now also appends path of current perl to PATH to aid mysqltest
      be7b3c00
    • Vasil Dimov's avatar
      Fix a potential bug when using __sync_lock_test_and_set() · 51cdf595
      Vasil Dimov authored
      TYPE __sync_lock_test_and_set (TYPE *ptr, TYPE value, ...)
      
      it is not documented what happens if the two arguments are of different
      type like it was before: the first one was lock_word_t (byte) and the
      second one was 1 or 0 (int).
      
      Approved by:	Marko (via IRC)
      51cdf595
    • Bjorn Munch's avatar
      Small test fix after 56753 · 9ec47248
      Bjorn Munch authored
      9ec47248
  10. 29 Sep, 2010 1 commit
  11. 28 Sep, 2010 5 commits
    • Bjorn Munch's avatar
      Bug #56125 MTR2 start-and-exit removes server tmpdir, server becomes not operational · 9605bc63
      Bjorn Munch authored
      This happens when creating new tmpdir due to too long socket path
      Don't delete it if --start-and-exit, but warn user to do it.
      9605bc63
    • Vasil Dimov's avatar
      Increment InnoDB Plugin version to 1.0.13. · 3de0aa06
      Vasil Dimov authored
      InnoDB Plugin 1.0.12 has been released with MySQL 5.1.51.
      3de0aa06
    • smenon's avatar
      Backport into mysql-5.1.49sp1-release · e73738f1
      smenon authored
      > ------------------------------------------------------------
      > revno: 3457.3.1
      > revision-id: alexey.kopytov@sun.com-20100712145855-niybvwsthe480r69
      > parent: mattias.jonsson@oracle.com-20100709130033-fgr7hggrrebf6qkc
      > committer: Alexey Kopytov <Alexey.Kopytov@sun.com>
      > branch nick: 55061-5.1-bugteam
      > timestamp: Mon 2010-07-12 18:58:55 +0400
      > message:
      >   Bug#55061: Build failing on sol 8 x86 - assembler code vs 
      >              compiler problem
      >   
      >   GCC-style inline assembly is not supported by the Sun Studio
      >   compilers prior to version 12.
      >   
      >   Added a check for the Sun Studio version to avoid using 
      >   _FPU_GETCW() / _FPU_SETCW() when inline assembly is
      >    unsupported. This can lead to some differences in floating
      >   point calculations on Solaris 8/x86 which, however, is not worth
      >   bothering with Sun-style assembly .il templates.
      e73738f1
    • smenon's avatar
      Backport into mysql-5.1.49sp1-release · 2331ea8e
      smenon authored
      > ------------------------------------------------------------
      > revno: 3452.1.12
      > revision-id: davi.arnaut@oracle.com-20100730121710-sc068t4d2f1c2gi9
      > parent: dao-gang.qu@sun.com-20100730035934-8in8err1b1rqu72y
      > committer: Davi Arnaut <davi.arnaut@oracle.com>
      > branch nick: mysql-5.1-bugteam
      > timestamp: Fri 2010-07-30 09:17:10 -0300
      > message:
      >   Bug#54041: MySQL 5.0.92 fails when tests from Connector/C suite run
      >   
      >   Fix a regression (due to a typo) which caused spurious incorrect
      >   argument errors for long data stream parameters if all forms of
      >   logging were disabled (binary, general and slow logs).
      2331ea8e
    • unknown's avatar
      Set version number for mysql-5.1.49sp1 release · 21197c70
      unknown authored
      21197c70