1. 30 May, 2007 8 commits
  2. 29 May, 2007 3 commits
  3. 28 May, 2007 2 commits
    • unknown's avatar
      Makefile.am: · 8fb480ef
      unknown authored
        Consistent use of '%::SCCS/s.%' to prevent some 'make'
        implementations from trying to update files in SCCS directory
      
      
      plugin/daemon_example/Makefile.am:
        Consistent use of '%::SCCS/s.%' to prevent some 'make'
        implementations from trying to update files in SCCS directory
      plugin/fulltext/Makefile.am:
        Consistent use of '%::SCCS/s.%' to prevent some 'make'
        implementations from trying to update files in SCCS directory
      unittest/Makefile.am:
        Consistent use of '%::SCCS/s.%' to prevent some 'make'
        implementations from trying to update files in SCCS directory
      unittest/examples/Makefile.am:
        Consistent use of '%::SCCS/s.%' to prevent some 'make'
        implementations from trying to update files in SCCS directory
      unittest/mysys/Makefile.am:
        Consistent use of '%::SCCS/s.%' to prevent some 'make'
        implementations from trying to update files in SCCS directory
      unittest/mytap/Makefile.am:
        Consistent use of '%::SCCS/s.%' to prevent some 'make'
        implementations from trying to update files in SCCS directory
      unittest/mytap/t/Makefile.am:
        Consistent use of '%::SCCS/s.%' to prevent some 'make'
        implementations from trying to update files in SCCS directory
      8fb480ef
    • unknown's avatar
      configure.in: · 2fd3e40a
      unknown authored
        After merge changes, removed unneeded Netware specific sprintf case
      
      
      configure.in:
        After merge changes, removed unneeded Netware specific sprintf case
      2fd3e40a
  4. 27 May, 2007 1 commit
    • unknown's avatar
      sql_parse.cc, config-win.h, config-netware.h: · 0d3df46f
      unknown authored
        Don't try determine stack direction at configure time
      compiler_flag.m4:
        Use AC_TRY_COMPILE and AC_TRY_LINK instead of AC_TRY_RUN where possible
      misc.m4, configure.in:
        Use fourth argument to AC_TRY_RUN, to be used in cross compilation
        Don't try determine stack direction at configure time
      
      
      configure.in:
        Use fourth argument to AC_TRY_RUN, to be used in cross compilation
        Don't try determine stack direction at configure time
      config/ac-macros/compiler_flag.m4:
        Use AC_TRY_COMPILE and AC_TRY_LINK instead of AC_TRY_RUN where possible
      config/ac-macros/misc.m4:
        Use fourth argument to AC_TRY_RUN, to be used in cross compilation
        Don't try determine stack direction at configure time
      include/config-netware.h:
        Don't try determine stack direction at configure time
      include/config-win.h:
        Don't try determine stack direction at configure time
      sql/sql_parse.cc:
        Don't try determine stack direction at configure time
      0d3df46f
  5. 24 May, 2007 8 commits
  6. 23 May, 2007 9 commits
  7. 22 May, 2007 9 commits
    • unknown's avatar
      Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb · 2d95236b
      unknown authored
      into  whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-single-user
      
      
      storage/ndb/src/common/transporter/Packer.cpp:
        Auto merged
      storage/ndb/src/common/transporter/TCP_Transporter.hpp:
        Auto merged
      storage/ndb/src/common/transporter/TransporterRegistry.cpp:
        Auto merged
      storage/ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp:
        Auto merged
      storage/ndb/test/ndbapi/testNdbApi.cpp:
        manual merge
      storage/ndb/test/run-test/daily-basic-tests.txt:
        manual merge
      2d95236b
    • unknown's avatar
      Merge whalegate.ndb.mysql.com:/home/tomas/mysql-4.1-ndb · d06875b3
      unknown authored
      into  whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
      
      
      d06875b3
    • unknown's avatar
      Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.1 · b8dc4b63
      unknown authored
      into  whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-single-user
      
      
      b8dc4b63
    • unknown's avatar
      Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0 · f529d18b
      unknown authored
      into  whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
      
      
      f529d18b
    • unknown's avatar
      Merge whalegate.ndb.mysql.com:/home/tomas/mysql-4.1 · 05464a4f
      unknown authored
      into  whalegate.ndb.mysql.com:/home/tomas/mysql-4.1-ndb
      
      
      05464a4f
    • unknown's avatar
      Merge trift2.:/MySQL/M50/bug26609-5.0 · fd5b27e1
      unknown authored
      into  trift2.:/MySQL/M50/push-5.0
      
      
      fd5b27e1
    • unknown's avatar
      Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-telco-gca · b19ae71c
      unknown authored
      into  whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-single-user
      
      
      storage/ndb/src/kernel/blocks/backup/Backup.cpp:
        Auto merged
      storage/ndb/src/kernel/blocks/pgman.cpp:
        Auto merged
      storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        Auto merged
      storage/ndb/src/kernel/blocks/dbtup/DbtupScan.cpp:
        Auto merged
      storage/ndb/src/kernel/blocks/dbtup/DbtupDiskAlloc.cpp:
        manual merge
      b19ae71c
    • unknown's avatar
      Bug #28593 cluster backup scans in acc index order, bad for disk data · f77ba282
      unknown authored
      - change to scan in tup and disk order (if applicable)
      
      
      storage/ndb/src/kernel/blocks/backup/Backup.cpp:
        tup scan for backup also, not only lcp
      storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        choose disk order scan for disktables during backup
        + move bug workaround for 27776 from tup to lqh
      storage/ndb/src/kernel/blocks/dbtup/DbtupDiskAlloc.cpp:
        add missing jamEntry
      storage/ndb/src/kernel/blocks/dbtup/DbtupScan.cpp:
        move bug workaround for 27776 from tup to lqh
      storage/ndb/src/kernel/blocks/pgman.cpp:
        missing jamEntry
      f77ba282
    • unknown's avatar
      Merge trift2.:/MySQL/M50/bug26609-5.0 · cd0fcf34
      unknown authored
      into  trift2.:/MySQL/M51/bug26609-5.1
      
      
      Makefile.am:
        Manual merge: Include the "row_lock" suite in the "test-bt" target.
      scripts/make_binary_distribution.sh:
        Manual merge: Include the additional test suites in the binary package.
      cd0fcf34