1. 06 Aug, 2008 1 commit
    • Narayanan V's avatar
      WL#4380 · 3236c07b
      Narayanan V authored
      1) Remove solaris sparc specific output produced by the
         pre-processor in the .out files
      2) Ensure compatibility of preprocessor options for solaris/sparc
         platform.
      
      Makefile.am:
        1) Added a sed regular expression to remove output produced
           by the preprocessor in the solaris sparc platform
        2) Removed the -dI option from the preprocessor to enable
           solaris/sparc compatibility
      include/mysql.h.pp:
        Since the -dI option has been removed from the preprocessor
        the .pp files will correspondingly change.
      3236c07b
  2. 31 Jul, 2008 1 commit
  3. 25 Jul, 2008 1 commit
  4. 24 Jul, 2008 1 commit
  5. 23 Jul, 2008 1 commit
    • Narayanan V's avatar
      WL#4380 · 0763b15b
      Narayanan V authored
      fixed the abi_check rule to handle failure in the
      diff command on the solaris platform.
      
      Makefile.am:
        Removed the -B option from the diff command used
        on the abi_check rule.
      0763b15b
  6. 22 Jul, 2008 11 commits
  7. 21 Jul, 2008 5 commits
  8. 24 Jul, 2008 1 commit
  9. 21 Jul, 2008 3 commits
  10. 24 Jul, 2008 1 commit
  11. 21 Jul, 2008 2 commits
  12. 19 Jul, 2008 4 commits
  13. 18 Jul, 2008 7 commits
    • Andrei Elkin's avatar
      merge · 5ec6659e
      Andrei Elkin authored
      5ec6659e
    • Narayanan V's avatar
      WL#4380 · d7f06f6e
      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
      
      Makefile.am:
        Modified the abi_check rule to not generate the
        .out files in the distribution directory.
      include/Makefile.am:
        Added the EXTRA_DIST entry for plugin.h.pp and
        mysql.h.pp so that they will be included while
        creating the distribution.
      d7f06f6e
    • Georgi Kodinov's avatar
      merge of 38158 to 5.1-bugteam · 5f5a3cf1
      Georgi Kodinov authored
      5f5a3cf1
    • Andrei Elkin's avatar
      Bug #36818 rpl_server_id1 fails expecting slave has stopped · 7d1bc0a4
      Andrei Elkin authored
            
      the reason for the failure is that io thread passes through a sequence of state
      changes before it eventually got stuck at the expect running state as NO.
      It's unreasonble to wait for the running status while the whole idea of the test is
      to get to the IO thread error.
      
      Fixed with changing the waiting condition.
      
      mysql-test/suite/rpl/r/rpl_server_id1.result:
        results changed
      mysql-test/suite/rpl/t/disabled.def:
        re-enabling rpl_server_id1
      mysql-test/suite/rpl/t/rpl_server_id1.test:
        deploying the exact waiting condition i.e to wait for the slave io error.
      7d1bc0a4
    • Georgi Kodinov's avatar
      Bug 38158: mysql client regression, can't read dump files · 88d66418
      Georgi Kodinov authored
      - Revert the fix for bug 33812
      - fixed a win32 warning
      
      client/mysql.cc:
        revert the fix for bug 33812
      mysql-test/r/mysql.result:
        revert the fix for bug 33812
      mysql-test/t/mysql_delimiter.sql:
        revert the fix for bug 33812
      mysys/default.c:
        fixed a win32 warning
      88d66418
    • Alexander Barkov's avatar
      Bug#27934 test client_xml misssing initialization · 6a42c35f
      Alexander Barkov authored
      Problem: missing initialization, if the previous test
      fails leaving table t1, client_xml fails as well.
      Fix: adding initialization.
      6a42c35f
    • Andrei Elkin's avatar
      Bug #34647 rpl_temporary discovers more than one dump thread and fails to select · f8e83321
      Andrei Elkin authored
      Many dump threads can exist due to a way the new version of mtr governs suites.
      
      For this immediate problem the test is refined not to use I_S but rather to reconnect
      explicitly with preserving logics of a an old target bug fixes verification.
      
      mysql-test/suite/rpl/r/rpl_temporary.result:
        results changed
      mysql-test/suite/rpl/t/rpl_temporary.test:
        refining the bug#17284 test to avoid counting dump threads in favor to reconnect
        explicitly with preserving the orig logics.
      f8e83321
  14. 17 Jul, 2008 1 commit