1. 21 Nov, 2005 1 commit
    • unknown's avatar
      Bug #14514 Creating table with packed key fails silently · 18376f29
      unknown authored
       - Backport from 5.0
      
      
      include/my_base.h:
        Rename HA_CREATE_FROM_ENGINE to HA_OPTION_CREATE_FROM_ENGINE, ie. it's a bit in the table_options variable
      mysql-test/r/ndb_basic.result:
        Add test result
      mysql-test/t/ndb_basic.test:
        Add test case for bug14514
      sql/ha_ndbcluster.cc:
        Use new bitmask for table_options to detect if create from engine
      sql/handler.cc:
        Use new bit for create from engine
      18376f29
  2. 19 Nov, 2005 2 commits
  3. 17 Nov, 2005 6 commits
  4. 16 Nov, 2005 5 commits
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-4.1 · ce3d3c1a
      unknown authored
      into  mysql.com:/home/mydev/mysql-4.1-4100
      
      ce3d3c1a
    • unknown's avatar
      Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-4.1 · 6922316f
      unknown authored
      into  mysql.com:/export/space/pekka/ndb/version/my41-r1.2456.1.1
      
      6922316f
    • unknown's avatar
      ndb - bug#14007 4.1 [re-commit for LenZ merge] · 78f73c80
      unknown authored
      
      mysql-test/r/ndb_charset.result:
        bug#14007 test [re-commit]
      mysql-test/t/ndb_charset.test:
        bug#14007 test [re-commit]
      ndb/include/kernel/AttributeDescriptor.hpp:
        bug#14007 4.1 need getSizeInBytes [re-commit]
      ndb/src/kernel/blocks/dbtup/DbtupRoutines.cpp:
        bug#14007 4.1 *** do not AUTOmerge to 5.0 *** [re-commit]
      78f73c80
    • unknown's avatar
      WL#2779 ndb_size.pl · cd28732b
      unknown authored
      Add display of minimum requirements for various cluster parameters
      e.g. DataMemory, IndexMemory, MaxNoOfTables, MaxNoOfAttributes etc
      
      and the memory usage because of them.
      
      
      ndb/tools/ndb_size.pl:
        Computer minimum parameter settings (MaxNoOfTables, Attributes, Indexes, Triggers) and the memory usage because of these settings.
      ndb/tools/ndb_size.tmpl:
        display parameters
      cd28732b
    • unknown's avatar
      WL#2779 ndb_size.pl · 3cdb5671
      unknown authored
      fix some small bugs, slightly improve output, add --help
      
      
      ndb/tools/ndb_size.pl:
        Provide --help and --usage.
        
        Fix some bugs related to quoting table names.
      ndb/tools/ndb_size.tmpl:
        A NAME and A HREF to tables from the main list
      3cdb5671
  5. 15 Nov, 2005 7 commits
  6. 12 Nov, 2005 1 commit
  7. 11 Nov, 2005 1 commit
  8. 10 Nov, 2005 3 commits
  9. 09 Nov, 2005 1 commit
  10. 08 Nov, 2005 3 commits
    • unknown's avatar
      changed select release_lock() to do release_lock() to avoid having to compare the · 633e8fdc
      unknown authored
      non-deterministic result in the test case for BUG#7947
      the bug fix for BUG#7947 now fixed the result of mix_innodb_myisam_binlog test, which
      in the past was missing DO RELEASE_LOCK() in the output of SHOW BINLOG EVENTS
      
      
      mysql-test/r/mix_innodb_myisam_binlog.result:
        DO RELEASE_LOCK() was supposed to be there from the very start
      mysql-test/r/rpl_bug7947.result:
        changed select release_lock() to do release_lock() to avoid having to compare the 
        non-deterministic result
      mysql-test/t/rpl_bug7947.test:
        changed select release_lock() to do release_lock() to avoid having to compare the 
        non-deterministic result
      633e8fdc
    • unknown's avatar
      Merge mysql.com:/home/psergey/mysql-4.1-bug13814 · 2d877244
      unknown authored
      into mysql.com:/home/psergey/mysql-4.1-nov08-push
      
      2d877244
    • unknown's avatar
      Merge mysql.com:/home/psergey/mysql-4.1-bug14480 · c9f1501c
      unknown authored
      into mysql.com:/home/psergey/mysql-4.1-nov08-push
      
      c9f1501c
  11. 07 Nov, 2005 6 commits
    • unknown's avatar
      Merge spachev@bk-internal.mysql.com:/home/bk/mysql-4.1 · 07711f39
      unknown authored
      into  asksasha.com:/reiser-data/mysql-dev/mysql-4.1-bug7947
      
      
      sql/item_func.cc:
        Auto merged
      07711f39
    • unknown's avatar
      fix for BUG#7947 - failure to log DO RELEASE_LOCK() if we disconnect in the middle of · d6ba8d55
      unknown authored
      transaction while holding the lock. Also test to make sure other binlogging issues
      reported in the bug have been addressed.
      
      
      sql/item_func.cc:
        fix for BUG#7947
      mysql-test/r/rpl_bug7947.result:
        New BitKeeper file ``mysql-test/r/rpl_bug7947.result''
      mysql-test/t/rpl_bug7947.test:
        New BitKeeper file ``mysql-test/t/rpl_bug7947.test''
      d6ba8d55
    • unknown's avatar
      Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-4.1 · bbe49b4e
      unknown authored
      into  mysql.com:/home/cps/mysql/trees/mysql-4.1
      
      bbe49b4e
    • unknown's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1 · a31ef79b
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-4.1-distcheck
      
      a31ef79b
    • unknown's avatar
      Bug#14616 - Freshly imported table returns error 124 when using LIMIT · 98714590
      unknown authored
      Initialized usable_keys from table->keys_in_use instead of ~0
      in test_if_skip_sort_order(). It was possible that a disabled
      index was used for sorting.
      
      
      mysql-test/r/myisam.result:
        Bug#14616 - Freshly imported table returns error 124 when using LIMIT
        The test result.
      mysql-test/t/myisam.test:
        Bug#14616 - Freshly imported table returns error 124 when using LIMIT
        The test case.
      98714590
    • unknown's avatar
      BUG#14480, attempt2: In CREATE ... SELECT ..., don't count the same field twice · c8971fa8
      unknown authored
      when calculating table->null_fields.
      
      
      mysql-test/r/create.result:
        Testcase for BUG#14480
      mysql-test/t/create.test:
        Testcase for BUG#14480
      sql/sql_table.cc:
        BUG#14480: For CREATE ... SELECT ... a field list passed to mysql_prepare_table() contains
        instances of create_field for both create-list and select-list. mysql_prepare_table() 
        matches elements that refer to the same field, and joins them together. When the "join"  
        is performed, both of create_field structures has already been counted in "null_fields". 
        
        This fix makes sure that "null_fields" contains the correct value after two create_field 
        structures have been joined.
      c8971fa8
  12. 05 Nov, 2005 3 commits
    • unknown's avatar
      Fix Bug#14672 Bug in deletion · 3b09d2d2
      unknown authored
      
      mysql-test/r/csv.result:
        correct result file
      mysql-test/t/csv.test:
        Add test for a bug
      sql/examples/ha_tina.cc:
        Add O_APPEND flag to my_open. We should always add rows to the end of file
      3b09d2d2
    • unknown's avatar
      Fix Bug#13894 Server crashes on update of CSV table · e703da18
      unknown authored
      
      mysql-test/r/csv.result:
        update result file
      mysql-test/t/csv.test:
        Add test for a bug
      sql/examples/ha_tina.cc:
        sort function should return reverted values for chains to be sorted in
        the right orded. don't do a strange memmove
      e703da18
    • unknown's avatar
      mysql.spec.sh: · db6ad4cb
      unknown authored
        Always use bundled zlib
      
      
      support-files/mysql.spec.sh:
        Always use bundled zlib
      db6ad4cb
  13. 04 Nov, 2005 1 commit