1. 22 Nov, 2006 1 commit
  2. 21 Nov, 2006 7 commits
  3. 20 Nov, 2006 10 commits
    • unknown's avatar
      Merge romeo.(none):/home/bkroot/mysql-5.1 · 2b33f02a
      unknown authored
      into  romeo.(none):/home/bk/memcheck-mysql-5.1
      
      2b33f02a
    • unknown's avatar
      BUG#24403 (valgrind complained on uninited st_table for InnoDB and RBR): · 180c24d9
      unknown authored
      Fix to correct behaviour of find_and_fetch_row() for tables that have primary keys stored
      in storage engines that support the fast method to fetch rows given a primary key. The
      method uses position() to retrieve the key for a given record and rnd_pos() to position
      the internal "cursor" at the row. Rnd_pos() returns the found record in table->record[0],
      so the record has to be moved to table->record[1] for further processing after calling
      find_and_fetch_row().
      
      
      sql/log_event.cc:
        Adding code to one exit branch of find_and_fetch_row() to move output record from
        table->record[0] to table->record[1].
        Adding function to do valgrind memory check.
        Adding valgrind memory checks to check that records are defined when they should be.
        Adding Doxygen comment to find_and_fetch_row() with pre- and post-conditions.
      180c24d9
    • unknown's avatar
      Merge amd64.:D:/src/mysql-5.1 · 115b461d
      unknown authored
      into  amd64.:D:/src/mysql-5.1_bug23983
      
      115b461d
    • unknown's avatar
      Bug#23983 ps.test fails to open shared library · 758758de
      unknown authored
      - When a shared library argument is supplied, it's checked for an OS
      specific directory separator. The expected error is different
      depending on the separator used. Create OS specific versions of these
      tests.
      
      
      mysql-test/r/ps.result:
        Bug#23983 ps.test fails to open shared library
        - Moving to OS specific results.
      mysql-test/r/windows.result:
        Bug#23983 ps.test fails to open shared library
        - OS Specific result for shared library argument with path
      mysql-test/t/ps.test:
        Bug#23983 ps.test fails to open shared library
        - Moving to OS specific tests.
      mysql-test/t/windows.test:
        Bug#23983 ps.test fails to open shared library
        - OS Specific test for shared library argument with path
      mysql-test/r/ps_not_windows.result:
        Bug#23983 ps.test fails to open shared library
        - OS Specific result for shared library argument with path
      mysql-test/t/ps_not_windows.test:
        Bug#23983 ps.test fails to open shared library
        - OS Specific test for shared library argument with path
      758758de
    • unknown's avatar
      Bug#24361 valgrind error when shutting down mysqld connected to cluster · 583995b6
      unknown authored
        - Disconnect from transporter before starting to delete objects
      
      
      storage/ndb/src/ndbapi/Ndbinit.cpp:
        Make sure to disconnect from transporter to stop signals from coming in
        before starting to delete the objects that would recieve the signals
      583995b6
    • unknown's avatar
      Merge mysql.com:/usr/home/bar/mysql-4.1.b22646 · 5985be64
      unknown authored
      into  mysql.com:/usr/home/bar/mysql-4.1-rpl
      
      
      sql/item_timefunc.cc:
        Auto merged
      5985be64
    • unknown's avatar
      After merge fix · b113cc39
      unknown authored
      b113cc39
    • unknown's avatar
      Merge mysql.com:/usr/home/bar/mysql-5.0.b22646 · 64dffa81
      unknown authored
      into  mysql.com:/usr/home/bar/mysql-5.1.b22646
      
      
      mysql-test/t/ctype_utf8.test:
        Auto merged
      sql/item_timefunc.cc:
        Auto merged
      mysql-test/r/ctype_utf8.result:
        After merge fix
      64dffa81
    • unknown's avatar
      After merge fix · 95e42a21
      unknown authored
      95e42a21
    • unknown's avatar
      Merge mysql.com:/usr/home/bar/mysql-4.1.b22646 · 9dba7743
      unknown authored
      into  mysql.com:/usr/home/bar/mysql-5.0.b22646
      
      
      mysql-test/t/ctype_utf8.test:
        Auto merged
      mysql-test/r/ctype_utf8.result:
        After merge fix
      sql/item_timefunc.cc:
        After merge fix
      9dba7743
  4. 17 Nov, 2006 1 commit
  5. 16 Nov, 2006 5 commits
  6. 15 Nov, 2006 12 commits
  7. 14 Nov, 2006 4 commits