1. 01 Jun, 2006 21 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new · 93841832
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-5.1
      
      93841832
    • unknown's avatar
      second patch for make distcheck · beaf3f76
      unknown authored
      beaf3f76
    • unknown's avatar
      Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 68824fc1
      unknown authored
      into  a193-229-222-105.elisa-laajakaista.fi:/home/jani/mysql-5.1-new-marvel
      
      68824fc1
    • unknown's avatar
      fixing make distcheck again. fix 1. · 26ad398f
      unknown authored
      26ad398f
    • unknown's avatar
      Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 72ba369a
      unknown authored
      into  ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-5.1-new-marvel
      
      
      configure.in:
        Auto merged
      72ba369a
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new · 70fcdde0
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-5.1
      
      70fcdde0
    • unknown's avatar
      Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 2c8060f1
      unknown authored
      into  ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-5.1-new-marvel
      
      
      configure.in:
        Auto merged
      mysql-test/mysql-test-run.pl:
        Auto merged
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/item.h:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      sql/table.cc:
        Auto merged
      2c8060f1
    • unknown's avatar
      Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.1-new · a76f23c0
      unknown authored
      into  c-3d08e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug18198
      
      a76f23c0
    • unknown's avatar
      Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.1-new · ef7ae5da
      unknown authored
      into  c-3d08e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug18198
      
      ef7ae5da
    • unknown's avatar
      In prepare_view_securety_context() the sql_command came in wrong. · 5d428217
      unknown authored
      If the first part was SHOW and second part SELECT, it would have
      thought that the command was SELECT, although the first part of
      it was SHOW. It would then fail later.
      
      Thus we need to set thd->lex to old_lex (first part) here before going
      in to prepare_security().
      
      5d428217
    • unknown's avatar
      Bug #18483 Cannot create table with FK constraint · f90295f4
      unknown authored
      - remove error set for auto partitioned tables
      
      f90295f4
    • unknown's avatar
      Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.1-new · d4f2d97c
      unknown authored
      into  c-3d08e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug18198
      
      d4f2d97c
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new · ddeac2ba
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-5.1
      
      ddeac2ba
    • unknown's avatar
    • unknown's avatar
      unittest: · 833ebe73
      unknown authored
        rename *.t* to *-t* to be automake-friendly
        simplify Makefiles
      test_atomic.c:
        move to unittest, add GPL comment, fix warnings, convert to tap framework.
      configure:
        remove custom tests for available types, use AC_CHECK_TYPE instead
      x86-gcc.h:
        fix gcc -ansi errors while maintaining readability
      ignore:
        added *-t
      
      
      unittest/mysys/base64-t.c:
        Rename: unittest/mysys/base64.t.c -> unittest/mysys/base64-t.c
      unittest/mysys/bitmap-t.c:
        Rename: unittest/mysys/bitmap.t.c -> unittest/mysys/bitmap-t.c
      unittest/mytap/t/basic-t.c:
        Rename: unittest/mytap/t/basic.t.c -> unittest/mytap/t/basic-t.c
      unittest/examples/no_plan-t.c:
        Rename: unittest/examples/no_plan.t.c -> unittest/examples/no_plan-t.c
      unittest/examples/simple-t.c:
        Rename: unittest/examples/simple.t.c -> unittest/examples/simple-t.c
      unittest/examples/skip-t.c:
        Rename: unittest/examples/skip.t.c -> unittest/examples/skip-t.c
      unittest/examples/skip_all-t.c:
        Rename: unittest/examples/skip_all.t.c -> unittest/examples/skip_all-t.c
      unittest/examples/todo-t.c:
        Rename: unittest/examples/todo.t.c -> unittest/examples/todo-t.c
      BitKeeper/etc/ignore:
        added *-t
      config/ac-macros/misc.m4:
        remove custom AC_TRY_RUN tests for available types, use AC_CHECK_TYPE instead
      configure.in:
        remove custom tests for available types, use AC_CHECK_TYPE instead
      include/atomic/x86-gcc.h:
        fix gcc -ansi errors while maintaining readability
      include/my_global.h:
        remove custom tests for available types, use AC_CHECK_TYPE instead
      include/my_sys.h:
        add missing declaration
      mysys/Makefile.am:
        move test_atomic to unittest
      unittest/Makefile.am:
        simplifications, correct permissions in chmod
      unittest/README.txt:
        rename *.t* to *-t* to be automake-friendly
      unittest/examples/Makefile.am:
        rename *.t* to *-t* to be automake-friendly
        simplify Makefile
      unittest/mysys/Makefile.am:
        rename *.t* to *-t* to be automake-friendly
        simplify Makefile
      unittest/mysys/my_atomic-t.c:
        move mysys/test_atomic.c to unittest, add GPL comment, fix warnings,
        convert to tap framework.
      unittest/mytap/t/Makefile.am:
        rename *.t* to *-t* to be automake-friendly
        simplify Makefile
      unittest/unit.pl:
        rename *.t* to *-t* to be automake-friendly
      833ebe73
    • unknown's avatar
      Merge jonas@perch:src/mysql-5.1-new-ndb · 26b2bdde
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
      
      26b2bdde
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndb · 63739e8d
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
      
      63739e8d
    • unknown's avatar
      Merge perch.ndb.mysql.com:/home/jonas/src/50-work · 10caeea2
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
      
      
      storage/ndb/src/kernel/blocks/ERROR_codes.txt:
        Auto merged
      storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        Auto merged
      storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
        Auto merged
      storage/ndb/test/ndbapi/testNodeRestart.cpp:
        Auto merged
      storage/ndb/test/run-test/daily-basic-tests.txt:
        merge
      10caeea2
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 1e000838
      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
      1e000838
    • unknown's avatar
      Merge perch.ndb.mysql.com:/home/jonas/src/41-work · 11c05d2d
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/50-work
      
      
      ndb/src/kernel/blocks/ERROR_codes.txt:
        Auto merged
      ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        Auto merged
      ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
        Auto merged
      ndb/test/ndbapi/testNodeRestart.cpp:
        Auto merged
      ndb/test/run-test/daily-basic-tests.txt:
        Auto merged
      11c05d2d
    • unknown's avatar
      ndb - bug#20185 · 0eb906ef
      unknown authored
        Dont be too aggressive in Dbtc::nodeFailCheckTransaction
        let it timeout by 1, so that it does not assert that it has waited too long
        old impl. set timeotu value to 0, making timeout = (ctcTimer - 0) which could be quite big.
      
      
      ndb/src/kernel/blocks/ERROR_codes.txt:
        error codes
      ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        2 new error inserts
        7030 - delay in GCP_PREPARE until checkLocalNodefailComplete is true
        7031 - delay in GCP_PREPARE and die
      ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
        Dont set api con timer to 0, as this might trigger asserion in timeoutfound lab if state == PREPARE_TO_COMMIT
      ndb/test/ndbapi/testNodeRestart.cpp:
        testcase
      ndb/test/run-test/daily-basic-tests.txt:
        autotest
      0eb906ef
  2. 31 May, 2006 19 commits
    • unknown's avatar
      Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 4ae24e36
      unknown authored
      into  c-3d08e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug18198
      
      
      sql/sql_partition.cc:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      storage/archive/ha_archive.cc:
        Auto merged
      4ae24e36
    • unknown's avatar
      mention new files in Makefile · d77feadf
      unknown authored
      d77feadf
    • unknown's avatar
      Bug #18947 CRBR: order in binlog of create table and insert (on different table) not determ · cdd6d1ff
      unknown authored
      - move clear of slock until after completion of data events on the binlog
      
      cdd6d1ff
    • unknown's avatar
      Merge c-3d08e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug17310 · f7bfafe2
      unknown authored
      into  c-3d08e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug18198
      
      f7bfafe2
    • unknown's avatar
      Merge c-3d08e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug20161 · 464d655e
      unknown authored
      into  c-3d08e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug18198
      
      
      sql/sql_show.cc:
        Auto merged
      464d655e
    • unknown's avatar
      Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 875bd99e
      unknown authored
      into  c-3d08e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug18198
      
      
      sql/item_cmpfunc.h:
        Auto merged
      sql/item_func.h:
        Auto merged
      sql/item_strfunc.h:
        Auto merged
      sql/item_timefunc.h:
        Auto merged
      sql/partition_info.cc:
        Auto merged
      sql/item.h:
        manual merge
      sql/share/errmsg.txt:
        manual merge
      875bd99e
    • unknown's avatar
      BUG#18198: Many strange partition functions were allowed, now only strictly... · e56826ed
      unknown authored
      BUG#18198: Many strange partition functions were allowed, now only strictly allowed functions are ok
      
      
      mysql-test/r/partition_error.result:
        New test cases
      mysql-test/t/partition_error.test:
        New test cases
      sql/item.h:
        Added method check_partition_func_processor for check if item tree is valid
      sql/item_cmpfunc.h:
        Added method check_partition_func_processor for check if item tree is valid
      sql/item_func.h:
        Added method check_partition_func_processor for check if item tree is valid
      sql/item_strfunc.h:
        Added method check_partition_func_processor for check if item tree is valid
      sql/item_timefunc.h:
        Added method check_partition_func_processor for check if item tree is valid
      sql/item_xmlfunc.h:
        Added method check_partition_func_processor for check if item tree is valid
      e56826ed
    • unknown's avatar
      correct type for federated_db_init() · 5cc9aa93
      unknown authored
      5cc9aa93
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new · 48a17bac
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-5.1
      
      
      include/mysql/plugin.h:
        Auto merged
      sql/log_event.h:
        Auto merged
      sql/sql_plugin.cc:
        Auto merged
      48a17bac
    • unknown's avatar
      WL#2595 - atomic operations · 4814e422
      unknown authored
      
      BitKeeper/etc/ignore:
        Added mysys/test_atomic to the ignore list
      4814e422
    • unknown's avatar
      classes that are compiled conditionally in log_event.cc must be defined... · 89dfe829
      unknown authored
      classes that are compiled conditionally in log_event.cc must be defined conditionally in log_event.h
      
      
      BitKeeper/deleted/.del-client_priv.h.rej~915a5a16fe10ef0:
        Delete: client/client_priv.h.rej
      89dfe829
    • unknown's avatar
      after review fixes · bd8a1008
      unknown authored
      
      mysql-test/t/disabled.def:
        enable test
      bd8a1008
    • unknown's avatar
      Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndb · d58973cc
      unknown authored
      into  mysql.com:/home/marty/MySQL/mysql-5.1-new
      
      
      storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        Auto merged
      mysql-test/t/disabled.def:
        Auto merged
      sql/ha_ndbcluster.cc:
        Merge
      d58973cc
    • unknown's avatar
      Bug #18947 CRBR: order in binlog of create table and insert (on different table) not determ · 8c5d2d3d
      unknown authored
      - wait for schema event also if mysqld is a single one in cluster to ensure serialization with data events
      + some current_thd removals
      + enabling kill of sql thread during shema sync wait
      
      
      mysql-test/r/rpl_ndb_log.result:
        Bug #18947  	CRBR: order in binlog of create table and insert (on different table) not determ
      mysql-test/t/disabled.def:
        Bug #18947  	CRBR: order in binlog of create table and insert (on different table) not determ
      8c5d2d3d
    • unknown's avatar
      BUG#20161: LINEAR keyword on subpartitions not displayed in information schema for partitions · 3ac6d99d
      unknown authored
      and in SHOW CREATE TABLE
      
      
      mysql-test/r/information_schema_part.result:
        Added new test cases
      mysql-test/t/information_schema_part.test:
        Added new test cases
      sql/sql_partition.cc:
        Added missing check for LINEAR keyword on subpartitions
      sql/sql_show.cc:
        Added missing check for LINEAR keyword on subpartitions
        Small remove of duplicate code
      3ac6d99d
    • unknown's avatar
      Merge mysql.com:/home/marty/MySQL/mysql-5.0 · 98217d07
      unknown authored
      into  mysql.com:/home/marty/MySQL/mysql-5.1-new
      
      
      BitKeeper/deleted/.del-ndb_rename.result:
        Delete: mysql-test/r/ndb_rename.result
      BitKeeper/deleted/.del-ndb_rename.test:
        Delete: mysql-test/t/ndb_rename.test
      sql/ha_ndbcluster.cc:
        Merge (using local)
      storage/ndb/include/ndbapi/NdbDictionary.hpp:
        Merge (using local)
      storage/ndb/src/ndbapi/NdbDictionary.cpp:
        Merge (using local)
      storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        Merge (using local)
      storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        Merge (using local)
      98217d07
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new · 71849430
      unknown authored
      into sergbook.mysql.com:/usr/home/serg/Abk/mysql-5.1
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      71849430
    • unknown's avatar
      Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 0e5380cd
      unknown authored
      into  mysql.com:/home/marty/MySQL/mysql-5.1-new
      
      
      sql/ha_ndbcluster.cc:
        Auto merged
      storage/ndb/include/ndbapi/Ndb.hpp:
        Auto merged
      storage/ndb/src/ndbapi/Ndb.cpp:
        Auto merged
      storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        Auto merged
      storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        Auto merged
      storage/ndb/src/ndbapi/Ndbinit.cpp:
        Auto merged
      0e5380cd
    • unknown's avatar
      Merge from 5.0 to 5.1. Third part with fixes. · 03b9502d
      unknown authored
      
      mysql-test/r/mysqldump.result:
        Change in output from low letter to capital letter.
        Fixed test.
      scripts/mysql_create_system_tables.sh:
        definer was removed from part of the key.
      vio/viosocket.c:
        Fixed output from DBUG_PRINT() to match the style
        in other parts of the code.
      03b9502d