1. 12 Jan, 2006 17 commits
    • unknown's avatar
      Sun compiler fixes. · 01a21f8a
      unknown authored
      
      storage/ndb/src/kernel/blocks/dbtup/DbtupBuffer.cpp:
        Fix Sun compiler bug: does not recognize that foo(t *) and foo(t * const)
        are the same function.
      storage/ndb/src/kernel/blocks/dbtup/DbtupFixAlloc.cpp:
        Fix Sun compiler bug: does not recognize that foo(t *) and foo(t * const)
        are the same function.
      storage/ndb/src/kernel/blocks/dbtup/DbtupPageMap.cpp:
        Fix Sun compiler bug: does not recognize that foo(t *) and foo(t * const)
        are the same function.
      storage/ndb/src/kernel/blocks/dbtup/DbtupRoutines.cpp:
        Fix Sun compiler bug: does not recognize that foo(t *) and foo(t * const)
        are the same function.
      storage/ndb/src/kernel/blocks/dbtup/DbtupTrigger.cpp:
        Fix Sun compiler bug: does not recognize that foo(t *) and foo(t * const)
        are the same function.
      storage/ndb/src/kernel/vm/ndbd_malloc_impl.cpp:
        Add missing return value, otherwise Sun compiler complains.
      01a21f8a
    • unknown's avatar
      Merge jmiller@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 00735aec
      unknown authored
      into  mysql.com:/home/ndbdev/jmiller/clones/mysql-5.1-new
      
      00735aec
    • unknown's avatar
      WL #1034 (Internal CRON) post-push fix · ec77c472
      unknown authored
      - add Event_priv to db and host tables
      
      
      scripts/mysql_create_system_tables.sh:
        add event_priv to db and host. will fix failing tests too
      ec77c472
    • unknown's avatar
      Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-5.1-new · a005da61
      unknown authored
      into lmy004.:/work/tmp/mysql-5.1-new
      
      a005da61
    • unknown's avatar
      revert change to SETUP.sh which went through with my push of WL#1034 · eecb826a
      unknown authored
      
      BUILD/SETUP.sh:
        go back to -01 and reporting usage of uninitialized variables
      eecb826a
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.1-new · f5bd877b
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/51-new
      
      f5bd877b
    • unknown's avatar
      ndb_dd_ddl - fix bug · 8f420fb7
      unknown authored
      
      BitKeeper/deleted/.del-ndb_error_reporter~48c84ad377571240:
        Delete: ndb/tools/ndb_error_reporter
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        Release file from hash
      8f420fb7
    • unknown's avatar
      ndb - · aaf5578e
      unknown authored
        fix Suma get buffer ptr, adopt to new page pool in tup
      
      
      storage/ndb/src/kernel/blocks/suma/Suma.cpp:
        Fix new page pool usage
          previously it accepted page = base + RNIL, since it didnt use page anyway, sort of a prefetch...
      aaf5578e
    • unknown's avatar
      Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 962bfadc
      unknown authored
      into  mysql.com:/space/pekka/ndb/version/my51
      
      962bfadc
    • unknown's avatar
      Merge perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new · be727b59
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/51-new
      
      
      storage/ndb/src/kernel/blocks/ERROR_codes.txt:
        Auto merged
      storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        Auto merged
      storage/ndb/src/ndbapi/ndb_cluster_connection.cpp:
        Auto merged
      be727b59
    • unknown's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 80e77052
      unknown authored
      into  mysql.com:/usr/home/bar/mysql-5.1-new.fscs3
      
      80e77052
    • unknown's avatar
      sql_table.cc: · 105a0e9b
      unknown authored
        Typo fix.
        Thanks Serg for noticing this.
      
      
      sql/sql_table.cc:
        Typo fix.
        Thanks Serg for noticing this.
      105a0e9b
    • unknown's avatar
      Fixed typo. · c692542a
      unknown authored
      Really dumb typo....
      
      
      sql/ha_archive.h:
        Fix typo
      c692542a
    • unknown's avatar
      Added bitfield support and a test for it. · 5120442a
      unknown authored
      Archive uses native row format, so honestly this is just the change in a flag. 
      
      
      sql/ha_archive.h:
        Added bit field support (and dropped the ha_not_exact_count since we always have this).
      mysql-test/r/archive_bitfield.result:
        New BitKeeper file ``mysql-test/r/archive_bitfield.result''
      mysql-test/t/archive_bitfield.test:
        New BitKeeper file ``mysql-test/t/archive_bitfield.test''
      5120442a
    • unknown's avatar
      Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 147babf1
      unknown authored
      into  mysql.com:/space/pekka/ndb/version/my51
      
      147babf1
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-new · a154ac05
      unknown authored
      into  zim.(none):/home/brian/mysql/archive-5.1
      
      a154ac05
    • unknown's avatar
      delete the stale file and this should fix the build · 95258d49
      unknown authored
      after my push of WL#1034 (Internal CRON) into 5.1
      
      
      BitKeeper/deleted/.del-event.h~2c9fb599ae4e39e7:
        Delete: libmysqld/event.h
      95258d49
  2. 11 Jan, 2006 23 commits
    • unknown's avatar
      ndb - wl#2972 (5.1, related) detached trigger fixes for multiops · a26012e0
      unknown authored
      
      storage/ndb/src/kernel/blocks/dbtup/Dbtup.hpp:
        detached trigger fixes for multiops
      storage/ndb/src/kernel/blocks/dbtup/DbtupCommit.cpp:
        detached trigger fixes for multiops
      storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp:
        detached trigger fixes for multiops
      storage/ndb/src/kernel/blocks/dbtup/DbtupTrigger.cpp:
        detached trigger fixes for multiops
      storage/ndb/test/ndbapi/test_event_merge.cpp:
        detached trigger fixes for multiops
      a26012e0
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 52d20303
      unknown authored
      into  zim.(none):/home/brian/mysql/archive-5.1
      
      52d20303
    • unknown's avatar
      RBR test updates per lars request · dc0c5df5
      unknown authored
      
      mysql-test/extra/rpl_tests/rpl_EE_err.test:
        Splitting tests case per Lars review
      mysql-test/t/rpl_EE_err.test:
        Splitting tests case per Lars review
      mysql-test/r/rpl_EE_err.result:
        Splitting tests case per Lars review
      mysql-test/t/rpl_stm_EE_err2.test:
        New test case file from splitting out the test cases from the orginal rpl_EE_error.test per lars
      mysql-test/extra/rpl_tests/rpl_stm_EE_err2.test:
        New test case file from splitting out the test cases from the orginal rpl_EE_error.test per lars
      mysql-test/r/rpl_stm_EE_err2.result:
        New test case file from splitting out the test cases from the orginal rpl_EE_error.test per lars
      BitKeeper/deleted/.del-rpl_row_EE_err.test~b3d8db3eacbb7af5:
        Delete: mysql-test/extra/rpl_tests/rpl_row_EE_err.test
      BitKeeper/deleted/.del-rpl_row_EE_err.test~6cd033708a4535db:
        Delete: mysql-test/t/rpl_row_EE_err.test
      BitKeeper/deleted/.del-rpl_row_EE_err.result~5ad217703f686c4d:
        Delete: mysql-test/r/rpl_row_EE_err.result
      dc0c5df5
    • unknown's avatar
      Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 4b82b9c1
      unknown authored
      into lmy004.:/work/mysql-5.1-tt-copy-works
      
      4b82b9c1
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 05534309
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
      
      05534309
    • unknown's avatar
      bug: replication of table spaces to work · c14e40d1
      unknown authored
      bug: check if storage engine is enabled to avoif code dump
      
      
      BitKeeper/etc/ignore:
        Added storage/ndb/test/ndbapi/DbAsyncGenerator storage/ndb/test/ndbapi/DbCreate storage/ndb/test/ndbapi/ndbapi_slow_select storage/ndb/test/ndbapi/testBitfield storage/ndb/test/ndbapi/testLcp storage/ndb/test/ndbapi/testPartitioning storage/ndb/test/ndbapi/testReadPerf storage/ndb/test/ndbapi/test_event_merge storage/ndb/test/tools/listen_event to the ignore list
      c14e40d1
    • unknown's avatar
      WL #1034 · 76a7f246
      unknown authored
      - add a bit more debug messages
      - disable events.test for now due to a bug
      
      
      mysql-test/r/events.result:
        fix result
      mysql-test/t/disabled.def:
        make it disabled
      mysql-test/t/events.test:
        disable show processlist
      sql/event_executor.cc:
        a bit more debug messages
      76a7f246
    • unknown's avatar
      Merge jmiller@bk-internal.mysql.com:/home/bk/mysql-5.1-new · beee426f
      unknown authored
      into  mysql.com:/home/ndbdev/jmiller/clones/mysql-5.1-new
      
      beee426f
    • unknown's avatar
      Changes done from Jonas's review of pervious commit · 58b56c96
      unknown authored
      
      mysql-test/t/ndb_dd_basic.test:
        Changed test.t1 back to t1 per Jonas's review
      mysql-test/r/ndb_dd_basic.result:
        Changed test.t1 back to t1 per Jonas's review
      58b56c96
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 85b56f1c
      unknown authored
      into  zim.(none):/home/brian/mysql/archive-5.1
      
      85b56f1c
    • unknown's avatar
      Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 57b0b7fa
      unknown authored
      into lmy004.:/work/mysql-5.1-tt-copy-works
      
      57b0b7fa
    • unknown's avatar
      WL #1034 (Internal CRON) pre-push updates · 58087bde
      unknown authored
      - various fixes of test cases
      (hopefully the last pre-push update before the push)
      
      
      mysql-test/include/system_db_struct.inc:
        extend test case to include testing for event system table
      mysql-test/r/events.result:
        results of events test
      mysql-test/r/system_mysql_db.result:
        more testing - add structure of event system table
      mysql-test/t/events.test:
        test case for events (internal CRON)
      mysql-test/t/system_mysql_db_fix.test:
        drop event table and leave the test database empty
      scripts/mysql_create_system_tables.sh:
        add missing create table statement
      scripts/mysql_fix_privilege_tables.sql:
        don't specify the database. this fixes a failing test case which creates the
        tables not on mysql but on a test database and then tests again mysql.
      sql/event_executor.cc:
        if asked to stop -> stop.
      58087bde
    • unknown's avatar
      Test clean up and moving over from old clone. · 80f21141
      unknown authored
      
      mysql-test/t/ndb_dd_basic.test:
        Rename: mysql-test/t/ndb_basic_disk.test -> mysql-test/t/ndb_dd_basic.test
      mysql-test/r/ndb_dd_basic.result:
        Rename: mysql-test/r/ndb_basic_disk.result -> mysql-test/r/ndb_dd_basic.result
      mysql-test/t/ndb_dd_ddl.test:
        New Disk Data DDL Test case. Formally know as ndb_dd_dupcase.test
      mysql-test/r/ndb_dd_ddl.result:
        New Disk Data DDL Test case. Formally know as ndb_dd_dupcase.test
      80f21141
    • unknown's avatar
      Merge msvensson@bk-internal.mysql.com:/home/bk/mysql-5.1-new · a00d372c
      unknown authored
      into  devsrv-b.mysql.com:/space/magnus/my51-wl2930_fixup
      
      a00d372c
    • unknown's avatar
      Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 9d2dfe1d
      unknown authored
      into lmy004.:/work/mysql-5.1-tt-copy-works
      
      9d2dfe1d
    • unknown's avatar
      Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 82726b1e
      unknown authored
      into  april.(none):/home/svoj/devel/mysql/warnings/mysql-5.1-new
      
      82726b1e
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.1-new · 91990ab9
      unknown authored
      into  mysql.com:/usr/local/mysql/tmpbuild2
      
      91990ab9
    • unknown's avatar
      Merge mkindahl@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 418d3504
      unknown authored
      into  mysql.com:/home/bkroot/mysql-5.1-new
      
      418d3504
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.1-new · 67b712bf
      unknown authored
      into  mysql.com:/usr/local/mysql/mysql-5.1-new
      
      67b712bf
    • unknown's avatar
      Merge msvensson@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 10a4fa48
      unknown authored
      into  devsrv-b.mysql.com:/space/magnus/my51-wl2930_fixup
      
      10a4fa48
    • unknown's avatar
      Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-5.1-new · e6fa29bf
      unknown authored
      into lmy004.:/work/mysql-5.1-tt-copy-works
      
      
      sql/sql_show.cc:
        Auto merged
      e6fa29bf
    • unknown's avatar
      WL #1034 (Internal CRON) pre-push fixes · a2b2f6d5
      unknown authored
      after another merge fixes.
      
      
      mysql-test/r/information_schema.result:
        WL #1034 (Internal CRON)
        fix result
      mysql-test/r/mysqlcheck.result:
        WL #1034 (Internal CRON)
        fix result
      mysql-test/r/sp.result:
        WL #1034 (Internal CRON)
        fix result
      sql/event.cc:
        after fixes for WL1012 fix these to be able to compile
      sql/event_timed.cc:
        after fixes for WL1012 fix these to be able to compile
      sql/share/errmsg.txt:
        readd error messages removed during manual update
      sql/sql_yacc.yy:
        fix sql_yacc.yy for WL#1034 (Internal CRON) after the manual
        merge. The merge wasn't good :(
      a2b2f6d5
    • unknown's avatar
      Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.1-new · c2e15034
      unknown authored
      into mysql.com:/home/gluh/MySQL/Merge/5.1-new
      
      c2e15034