1. 18 Jul, 2008 1 commit
    • Narayanan V's avatar
      WL#4380 · bcbd5bc3
      Narayanan V authored
      1) Modified abi_check rule to not write into the
         distribution directory.
      2) Added the .pp files to EXTRA_DIST so that it will
         be included in the distribution
      bcbd5bc3
  2. 15 Jul, 2008 1 commit
    • Narayanan V's avatar
      WL#4380 · 4979d6b7
      Narayanan V authored
      Add the abi_check rule to the main build.
      4979d6b7
  3. 10 Jul, 2008 1 commit
    • Narayanan V's avatar
      WL#4380 · ccd18071
      Narayanan V authored
      Modified the abi_check target to check for only
      mysql.h and plugin.h for now.
      ccd18071
  4. 09 Jul, 2008 1 commit
    • Thava Alagu's avatar
      WL#4380 · 39272e55
      Thava Alagu authored
      Merging changes from 5.1 main tree to 5.1-sea team tree.
      39272e55
  5. 01 Jul, 2008 1 commit
  6. 30 Jun, 2008 2 commits
    • Matthias Leich's avatar
      Fix for · dd7bc1a6
      Matthias Leich authored
         Bug#36787 Test funcs_1.charset_collation_1 failing
      Details:
      1. Skip charset_collation_1 if charset "ucs2_bin" is
         missing (property which distincts "vanilla" builds
         from the others)
      2. Let builds with version_comment LIKE "%Advanced%"
         (found them for 5.1) execute charset_collation_3.
      3. Update comments charset_collation.inc so that they
         reflect the current experiences.
      dd7bc1a6
    • Joerg Bruehe's avatar
  7. 25 Jun, 2008 3 commits
  8. 24 Jun, 2008 4 commits
  9. 21 Jun, 2008 1 commit
  10. 20 Jun, 2008 5 commits
  11. 19 Jun, 2008 10 commits
  12. 18 Jun, 2008 7 commits
    • Matthias Leich mleich@mysql.com's avatar
      1. Upmerge of fix for the bugs · 8b0689f0
      Matthias Leich mleich@mysql.com authored
         37167 funcs_1: Many tests fail if the embedded
                        server is used.
         37164 funcs_1: Some tests fail if an optional
                        character set is missing.
         + some cleanup within the testsuite related to the
           fixes above
         + some adjustments to open bugs on Mac OS X
      2. Skip tests which suffer from bug
         37456 funcs_1: Several tests crash when used
                        with embedded server
      3. Minor cleanup in some tests
      8b0689f0
    • Davi Arnaut's avatar
      Bug#37003 Tests sporadically crashes with embedded server · 30bd1d7c
      Davi Arnaut authored
      The problem was that when a embedded linked version of mysqltest
      crashed there was no way to obtain a stack trace if no core file
      is available. Another problem is that the embedded version of
      libmysql was not behaving (crash) the same as the non-embedded with
      respect to sending commands to a explicitly closed connection.
      
      The solution is to generate a mysqltest's stack trace on crash
      and to enable "reconnect" if the connection handle was explicitly
      closed so the behavior matches the non-embedded one.
      30bd1d7c
    • Matthias Leich mleich@mysql.com's avatar
      Fix for · 9b6a012c
      Matthias Leich mleich@mysql.com authored
           Bug#37167 funcs_1: Many tests fail if the embedded server is used.
           Bug#37164 funcs_1: Some tests fail if an optional character set is missing.
      + some cleanup within the testsuite related to the fixes above
      + some adjustments to open bugs on Mac OS X
      9b6a012c
    • Narayanan V's avatar
    • Timothy Smith's avatar
    • Timothy Smith's avatar
      fix typo · 3847e5c8
      Timothy Smith authored
      This change was committed to the 5.1.25 release clone, but never
      made it to the mysql-5.1 BK tree.  I'm committing it to mysql-5.1
      bzr now.
      3847e5c8
    • Timothy Smith's avatar
      Bug #37024: Wrong location of messagefiles · aa45d0c0
      Timothy Smith authored
      make_binary_distribution.sh got clobbered by the 5.0 version during a merge.
      This caused a few packaging problems, including message files put in the wrong
      place and some missing files.  Fix is just to revert back to the 5.1 version
      from before the merge.
      
      Problem introduced in
      ChangeSet 1.2606.2.1 2008/05/13 15:56:07 kent@kent-amd64.(none)
      
      This change was made in the 5.1.25 release clone in BK, but never made it to the main mysql-5.1 BK tree.  I am adding it to mysql-5.1 bzr.
      aa45d0c0
  13. 17 Jun, 2008 3 commits
    • Davi Arnaut's avatar
      Bug#33873: Fast ALTER TABLE doesn't work with multibyte character sets · c20188e0
      Davi Arnaut authored
      The problem was that when comparing tables for a possible
      fast alter table, the comparison was being performed using
      the parsed information and not the final definition.
            
      The solution is to use the possible final table layout to
      compare if a fast alter is possible or not.
      c20188e0
    • Narayanan V's avatar
      WL#4380 · 2f472dff
      Narayanan V authored
      added a rule that use gcc to generate preprocessor output (gcc -E)
      that can be then compared to a already generated output using 
      the diff utility.
      
      Ran make test on the repository to verify changes.
      2f472dff
    • Mattias Jonsson's avatar
      auto merge · 41659299
      Mattias Jonsson authored
      41659299