1. 05 May, 2006 7 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new · 8e8d8e8a
      unknown authored
      into  mysql.com:/home/my/mysql-5.1
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      sql/ha_ndbcluster.cc:
        Auto merged
      8e8d8e8a
    • unknown's avatar
      Don't use row level logging on optimize or repair table. · 3995b06b
      unknown authored
      (Fixes core dump in rpl_failed_optimize.test)
      Ensure we end active transcations if we do an admin command (like optimize, repair etc)
      
      
      mysql-test/extra/rpl_tests/rpl_failed_optimize.test:
        Added extra test + drop of table at end of test
      mysql-test/lib/mtr_report.pl:
        Fail if mysqld asserts or prints stack
      mysql-test/mysql-test-run.sh:
        Fail if mysqld asserts or prints stack
      mysql-test/r/exampledb.result:
        Cleanup of events_tests (as this caused a lot of problems if it didn't work)
      mysql-test/r/innodb.result:
        Extra test to see that we can do an optimize table on an active transaction
      mysql-test/r/rpl_failed_optimize.result:
        Added extra test + drop of table at end of test
      mysql-test/t/exampledb.test:
        Cleanup of events_tests (as this caused a lot of problems if it didn't work)
      mysql-test/t/innodb.test:
        Extra test to see that we can do an optimize table on an active transaction
      sql/handler.cc:
        Don't use row level logging on optimize or repair table.
      sql/log.cc:
        Simplify code (no logic changes)
      sql/mysql_priv.h:
        Added prototype
      sql/sql_base.cc:
        Better name for define
      sql/sql_class.cc:
        Indentation fix
      sql/sql_parse.cc:
        Make end_active_trans() global
      sql/sql_table.cc:
        Ensure we end active transcations if we do an admin command (like optimize, repair etc)
      3995b06b
    • unknown's avatar
      Merge jmiller@bk-internal.mysql.com:/home/bk/mysql-5.1-new · dac68ff7
      unknown authored
      into  mysql.com:/home/ndbdev/jmiller/clones/mysql-5.1-new
      
      
      dac68ff7
    • unknown's avatar
      do not install ndb slave if no slaves · 2a6a3ad2
      unknown authored
          fixed memleak in ndbcluster_end
      
      
      mysql-test/mysql-test-run.pl:
        do not install ndb slave if no slaves
      sql/ha_ndbcluster.cc:
        fixed memleak in ndbcluster_end
      2a6a3ad2
    • unknown's avatar
      Fixed wrong merge · d1b6779a
      unknown authored
      d1b6779a
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new · e44823ff
      unknown authored
      into  mysql.com:/home/my/mysql-5.1
      
      
      sql/ha_ndbcluster.cc:
        Auto merged
      mysql-test/t/disabled.def:
        Manual merge
      e44823ff
    • unknown's avatar
      After merge fix · 9535b127
      unknown authored
      9535b127
  2. 04 May, 2006 33 commits
    • unknown's avatar
      ndb: fix compile error · 2a655fcc
      unknown authored
      2a655fcc
    • unknown's avatar
      ndb: added missing ifdef · 63851b02
      unknown authored
      63851b02
    • unknown's avatar
      ndb disabled test case against verified bug · 1a9e9cb4
      unknown authored
      1a9e9cb4
    • unknown's avatar
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 610cdde2
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
      
      
      610cdde2
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new · a15ac506
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
      
      
      mysql-test/t/disabled.def:
        Auto merged
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/ha_ndbcluster_binlog.cc:
        Auto merged
      support-files/mysql.spec.sh:
        Auto merged
      a15ac506
    • unknown's avatar
      After merge fix · 54849724
      unknown authored
      54849724
    • unknown's avatar
      Merge mysql.com:/home/my/mysql-5.0 · edfc33be
      unknown authored
      into  mysql.com:/home/my/mysql-5.1
      
      
      mysql-test/lib/mtr_report.pl:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Auto merged
      mysql-test/r/subselect.result:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/sql_test.cc:
        Auto merged
      sql/sql_view.cc:
        Auto merged
      sql/sql_lex.cc:
        manual merge
      edfc33be
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new · 80d86948
      unknown authored
      into  mysql.com:/home/my/mysql-5.1
      
      
      sql/mysqld.cc:
        Auto merged
      80d86948
    • unknown's avatar
      Fixed wrong free in sql_view.cc · afe47152
      unknown authored
      mysql-test-run now fails in case of warnings
      
      
      mysql-test/lib/mtr_report.pl:
        Fail if find warnings
      mysql-test/mysql-test-run.sh:
        Fail if find warnings
      sql/sql_lex.cc:
        Initalize st_lex properly
      sql/sql_view.cc:
        Fixed problem with unaligned memory (wrong free)
      afe47152
    • unknown's avatar
      Merge jonas@perch:/home/jonas/src/51-work · 97d8da57
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
      
      
      97d8da57
    • unknown's avatar
      Bug#19536 · 8c909a80
      unknown authored
        "NDB replication fails when no explicit--binlog-format given"
        fix initialization, storage engine initialization must occur after
        logging type is configured
      
      
      sql/mysqld.cc:
        Bug#19536
          fix initialization, storage engine initialization must occur after
          logging type is configured
      8c909a80
    • unknown's avatar
      Fixed compiler warnings · 791a5d94
      unknown authored
      Move plugin declarations after system functions have been checked
      (Fixes problem with ndb_config failing becasue SHM is not declared)
      Fixed some memory leaks
      
      
      configure.in:
        Move plugin declarations after system functions have been checked
        (Fixes problem with ndb_config failing becasue SHM is not declared)
      mysql-test/t/disabled.def:
        Disabled ndb_load, as it is in 5.0
        (Fails randomly in binlog_close_connection())
      mysql-test/t/log_tables.test:
        Update error numbers
      mysql-test/t/ndb_config.test:
        Moved test depending on SHM to ndb_config2.test
      mysql-test/t/ndb_partition_error.test:
        Update error numbers
      sql/event_timed.cc:
        Removed not needed line
      sql/ha_berkeley.cc:
        Fixed compiler warning
      sql/ha_heap.cc:
        Fixed compiler warning
      sql/ha_innodb.cc:
        Fixed compiler warning
      sql/ha_myisam.cc:
        Fixed compiler warning
      sql/ha_myisammrg.cc:
        Fixed compiler warning
      sql/ha_ndbcluster.cc:
        Fixed compiler warning
      sql/ha_partition.cc:
        Fixed compiler warning
      sql/mysql_priv.h:
        After merge fix
      sql/mysqld.cc:
        Fixed memory leak in skip_grant.test
      sql/share/errmsg.txt:
        Removed wrong error messages
      sql/sql_lex.cc:
        More debugging
        Faster lex_end()
      sql/sql_partition.cc:
        Fixed memory leak
      sql/sql_view.cc:
        Fixed memory leak
      mysql-test/r/ndb_config2.result:
        New BitKeeper file ``mysql-test/r/ndb_config2.result''
      mysql-test/t/ndb_config2.test:
        New BitKeeper file ``mysql-test/t/ndb_config2.test''
      791a5d94
    • unknown's avatar
      ndb: now no difference in behaviour between row and statement based · fb9f0afa
      unknown authored
      
      mysql-test/r/ndb_alter_table3.result:
        Rename: mysql-test/r/ndb_alter_table_row.result -> mysql-test/r/ndb_alter_table3.result
      BitKeeper/deleted/.del-ndb_alter_table_stm.test~477011b3a3164cb3:
        Delete: mysql-test/t/ndb_alter_table_stm.test
      BitKeeper/deleted/.del-ndb_alter_table_stm.result~2aef3740f2ed685a:
        Delete: mysql-test/r/ndb_alter_table_stm.result
      fb9f0afa
    • unknown's avatar
      ndb dd - · 40bb7cde
      unknown authored
        fix buglet when nr-delete-op gets page fault
      
      
      storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        fix buglet when nr-delete-op gets page fault
      40bb7cde
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 94964da3
      unknown authored
      into  mysql.com:/home/my/mysql-5.0
      
      
      94964da3
    • unknown's avatar
      Merge monty@192.168.0.9:/my/mysql-5.0 · 8f1ed0aa
      unknown authored
      into  mysql.com:/home/my/mysql-5.0
      
      
      8f1ed0aa
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 897f6158
      unknown authored
      into  mysql.com:/home/my/mysql-5.0
      
      
      897f6158
    • unknown's avatar
      Fixed an (unlikely) memory leak · d43731e2
      unknown authored
      d43731e2
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · fb83bfc7
      unknown authored
      into  mysql.com:/home/my/mysql-5.0
      
      
      fb83bfc7
    • unknown's avatar
      Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.0 · 8570020c
      unknown authored
      into  ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-5.0
      
      
      8570020c
    • unknown's avatar
      Added test case for Bug#18712: Truncation problem. The test · 231f4964
      unknown authored
      is only to make sure that this will not be fixed, as it is
      intended behaviour. Documentation will be improved accordingly.
      
      
      231f4964
    • unknown's avatar
      ndb dd - · 809e31f8
      unknown authored
      Fix bug where page is read, modified and then transaction abort
        and then puge is flushed causing lsn on page to be 0
      
      
      storage/ndb/src/kernel/blocks/pgman.cpp:
        Fix bug where page is read, modified and then transaction abort
          and then puge is flushed causing lsn on page to be 0
      809e31f8
    • unknown's avatar
      ndb dd - Impl. support for using delayed page request, to simulate "full" page buffer cache · ab868ebb
      unknown authored
      
      storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp:
        Impl. support for using delayed page request, to simulate "full" page buffer cache
      storage/ndb/src/kernel/blocks/pgman.cpp:
        Impl. support for using delayed page request, to simulate "full" page buffer cache
      storage/ndb/src/kernel/blocks/pgman.hpp:
        Impl. support for using delayed page request, to simulate "full" page buffer cache
      ab868ebb
    • unknown's avatar
      ndb: · 302d23fe
      unknown authored
      stilled small memleak
      + changed clear/init indexes code a litter
      
      
      302d23fe
    • unknown's avatar
      Merge mysql.com:/home/my/mysql-5.0 · 1f89605e
      unknown authored
      into  mysql.com:/home/my/mysql-5.1
      
      
      VC++Files/libmysqld/libmysqld.dsp:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Auto merged
      mysql-test/r/heap_btree.result:
        Auto merged
      mysql-test/r/innodb.result:
        Auto merged
      mysql-test/r/mysqltest.result:
        Auto merged
      mysql-test/r/ndb_blob.result:
        Auto merged
      mysql-test/t/innodb.test:
        Auto merged
      mysql-test/t/mysql_client_test.test:
        Auto merged
      mysql-test/t/mysqltest.test:
        Auto merged
      sql/ha_myisam.cc:
        Auto merged
      sql/item_func.h:
        Auto merged
      sql/sp.cc:
        Auto merged
      sql/sp_head.cc:
        Auto merged
      sql/sp_head.h:
        Auto merged
      storage/heap/hp_delete.c:
        Auto merged
      storage/myisam/mi_key.c:
        Auto merged
      storage/myisam/myisamlog.c:
        Auto merged
      storage/ndb/include/kernel/signaldata/TcKeyReq.hpp:
        Auto merged
      storage/ndb/include/ndbapi/NdbBlob.hpp:
        Auto merged
      storage/ndb/test/ndbapi/testBlobs.cpp:
        Auto merged
      storage/ndb/tools/delete_all.cpp:
        Auto merged
      VC++Files/libmysqld/libmysqld.vcproj:
        Use original file (my_user.c was already added in 5.1)
      mysql-test/mysql-test-run.pl:
        Manual merge
      sql/handler.h:
        Manual merge
      sql/share/errmsg.txt:
        Align error messages with 5.0
      sql/sql_table.cc:
        Manual merge
      storage/ndb/src/ndbapi/NdbBlob.cpp:
        No changes
      1f89605e
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 63791773
      unknown authored
      into  mysql.com:/home/my/mysql-5.0
      
      
      63791773
    • unknown's avatar
      Fixed memory leak in sql_parse.cc (lex_end() was not called) · 93db6d4a
      unknown authored
      This caused sp-vars.test to fail
      
      
      sql/item_func.h:
        Removed compiler warning
      sql/sp.cc:
        Fixed memory leak in sql_parse.cc
      sql/sp_head.cc:
        Fixed memory leak in sql_parse.cc
      sql/sp_head.h:
        Fixed memory leak in sql_parse.cc
      93db6d4a
    • unknown's avatar
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/mysql-5.0 · 1798edaf
      unknown authored
      into  rurik.mysql.com:/home/igor/dev/mysql-5.0-0
      
      
      1798edaf
    • unknown's avatar
      Fixed heap_btree test failure on 64-bit boxes. · 473ad8c9
      unknown authored
      473ad8c9
    • unknown's avatar
      Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-5.0 · a766cf91
      unknown authored
      into mysql.com:/home/hf/work/mysql-5.0.mrg
      
      
      a766cf91
    • unknown's avatar
      Merge mysql.com:/home/hf/work/mysql-4.1.mrg · 1d8a1711
      unknown authored
      into mysql.com:/home/hf/work/mysql-5.0.mrg
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      mysql-test/r/mysqltest.result:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      1d8a1711