1. 27 Nov, 2006 1 commit
  2. 15 Nov, 2006 3 commits
  3. 13 Nov, 2006 2 commits
  4. 10 Nov, 2006 6 commits
  5. 09 Nov, 2006 1 commit
    • unknown's avatar
      BUG#24143 Heavy file fragmentation with multiple ndbd on single fs · b02fd8df
      unknown authored
      If we have the XFS headers (at build time) we can use XFS specific ioctls
      (once testing the file is on XFS) to better allocate space.
      
      This dramatically improves performance of mysql-test-run cases as well:
      
      e.g.
      number of extents for ndb_dd_basic tablespaces and log files
      BEFORE this patch: 57, 13, 212, 95, 17, 113 
      WITH this patch  :  ALL 1 or 2 extents
      
      (results are consistent over multiple runs. BEFORE always has several files
      with lots of extents).
      
      As for timing of test run:
      BEFORE
      ndb_dd_basic                   [ pass ]         107727
      real    3m2.683s
      user    0m1.360s
      sys     0m1.192s
      
      AFTER
      ndb_dd_basic                   [ pass ]          70060
      real    2m30.822s
      user    0m1.220s
      sys     0m1.404s
      
      (results are again consistent over various runs)
      
      similar for other tests (BEFORE and AFTER):
      ndb_dd_alter                   [ pass ]         245360
      ndb_dd_alter                   [ pass ]         211632
      
      
      configure.in:
        Check for XFS headers
      storage/ndb/src/kernel/blocks/ndbfs/AsyncFile.cpp:
        If the XFS headers are installed, use the xfsctl(XFS_IOC_RESVSP64) call (a
        wrapper around ioctl) to tell the xfs file system how much space to reserve
        for this file.
      b02fd8df
  6. 08 Nov, 2006 10 commits
  7. 07 Nov, 2006 17 commits
    • unknown's avatar
      Merge mysql.com:/Users/kent/mysql/bk/lic/my50-lic · c1bb389f
      unknown authored
      into  mysql.com:/Users/kent/mysql/bk/lic/my51-lic
      
      
      scripts/make_binary_distribution.sh:
        Auto merged
      c1bb389f
    • unknown's avatar
      Merge mysql.com:/Users/kent/mysql/bk/lic/my41-lic · 7ab70d56
      unknown authored
      into  mysql.com:/Users/kent/mysql/bk/lic/my50-lic
      
      
      scripts/make_binary_distribution.sh:
        Auto merged
      7ab70d56
    • unknown's avatar
      Merge mysql.com:/Users/kent/mysql/bk/lic/my40-lic · 0301312d
      unknown authored
      into  mysql.com:/Users/kent/mysql/bk/lic/my41-lic
      
      
      README:
        Auto merged
      0301312d
    • unknown's avatar
      make_binary_distribution.sh: · e6161758
      unknown authored
        Added LICENSE.mysql, removed LICENSE.doc README.NW.
        Removed obselete section about MySQLEULA.txt and README.NW.
      README:
        Added reference to the EXCEPTIONS-CLIENT file.
        Changed reference to the commercial license file.
        Corrected references into chapters in the manual.
      .del-MySQLEULA.txt~4a1afd9284f9be5a:
        Delete: Docs/MySQLEULA.txt
      
      
      README:
        Added reference to the EXCEPTIONS-CLIENT file.
        Changed reference to the commercial license file.
        Corrected references into chapters in the manual.
      BitKeeper/deleted/.del-MySQLEULA.txt~4a1afd9284f9be5a:
        Delete: Docs/MySQLEULA.txt
      scripts/make_binary_distribution.sh:
        Added LICENSE.mysql, removed LICENSE.doc README.NW.
        Removed obselete section about MySQLEULA.txt and README.NW.
      e6161758
    • unknown's avatar
      Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.1-runtime · 59ee0c1b
      unknown authored
      into  outpost.site:/home/cps/mysql/trees/mysql-5.1-runtime
      
      59ee0c1b
    • unknown's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.1 · 665636c1
      unknown authored
      into  mysql.com:/Users/kent/mysql/bk/mysql-5.1
      
      
      configure.in:
        Auto merged
      665636c1
    • unknown's avatar
      Bump version to 5.0.30 · 6cf3736e
      unknown authored
      6cf3736e
    • unknown's avatar
      1d31f9d8
    • unknown's avatar
      bug#21507 I can't create a unique hash index in NDB: Added possibillity to... · 1050d648
      unknown authored
      bug#21507 I can't create a unique hash index in NDB: Added possibillity to create hash only indexes with NULL valued attributes, but any NULL valued access will become full table scan with pushed condition on index attribute values
      
      
      1050d648
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint · 971dfe2a
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      vio/viosslfactories.c:
        Auto merged
      971dfe2a
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint · 546755df
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      546755df
    • unknown's avatar
      Bug#23981 memory leaks from yassl code + other · 9913aee9
      unknown authored
       - Readd --skip-bdb when valgrinding
      
      
      mysql-test/mysql-test-run.pl:
        Readd --skip-bdb when valgrinding
      9913aee9
    • unknown's avatar
      Bug#23981 memory leaks from yassl code + other · c8d0137c
      unknown authored
       - Fix memory leak in vio_VioSSLFD that occurs when one of the calls to SSL_* function fails. As in the "ssl_des"
         test case where the server is currently not supposed to be able to read the specific cert/key file.
       - Change error message to be generic as it's called both from server and client code.
      
      
      vio/viosslfactories.c:
        Fix memory leak in vio_VioSSLFD that occurs when one of the calls to SSL_* function fails. 
        Change error message to be generic as it's called both from server and client code.
      c8d0137c
    • unknown's avatar
      Automerge fix. · 037e89f8
      unknown authored
      
      sql/sql_view.cc:
        Manually merged.
      037e89f8
    • unknown's avatar
      Merge alik.:/mnt/raid/alik/MySQL/devel/5.1 · b554ce7e
      unknown authored
      into  alik.:/mnt/raid/alik/MySQL/devel/5.1-rt-merged-2
      
      
      configure.in:
        Auto merged
      include/my_time.h:
        Auto merged
      mysql-test/r/func_time.result:
        Auto merged
      mysql-test/r/kill.result:
        Auto merged
      mysql-test/r/ps.result:
        Auto merged
      mysql-test/r/rename.result:
        Auto merged
      mysql-test/r/view.result:
        Auto merged
      mysql-test/t/func_time.test:
        Auto merged
      mysql-test/t/ps.test:
        Auto merged
      mysql-test/t/rename.test:
        Auto merged
      mysql-test/t/view.test:
        Auto merged
      sql/Makefile.am:
        Auto merged
      sql/handler.cc:
        Auto merged
      sql/item_timefunc.cc:
        Auto merged
      sql/lex.h:
        Auto merged
      sql/log.cc:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/sql_class.h:
        Auto merged
      sql/sql_insert.cc:
        Auto merged
      sql/sql_lex.cc:
        Auto merged
      sql/sql_lex.h:
        Auto merged
      sql-common/my_time.c:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/sql_view.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      sql/table.cc:
        Auto merged
      sql/time.cc:
        Auto merged
      tests/mysql_client_test.c:
        Auto merged
      mysql-test/mysql-test-run.pl:
        Manually merged.
      sql/sql_parse.cc:
        Manually merged.
      b554ce7e
    • unknown's avatar
      Merge perch.ndb.mysql.com:/home/jonas/src/51-work · a120ad7d
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
      
      a120ad7d
    • unknown's avatar
      ndb - bug#24039 · 151cb7c2
      unknown authored
        Make sure index scan does not commitDelete
      
      
      mysql-test/r/ndb_index_ordered.result:
        testcase
      mysql-test/t/ndb_index_ordered.test:
        testcase
      storage/ndb/src/kernel/blocks/dbacc/DbaccMain.cpp:
        Make sure index scan does not commitDelete
      151cb7c2