1. 08 May, 2007 2 commits
    • unknown's avatar
      Merge mikael@192.168.0.203:/home/mikael/mysql_clones/rt-5.1 · 0c3f4648
      unknown authored
      into  mikael-ronstr-ms-dator.local:/Users/mikron/mysql_clones/mysql-5.1-ndb
      
      
      config/ac-macros/ha_ndbcluster.m4:
        Auto merged
      0c3f4648
    • unknown's avatar
      Merge dev3-221.dev.cn.tlan:/home/ngb/mysql/mysql-5.1/mysql-5.1-new-ndb-bj · ae4e628e
      unknown authored
      into  dev3-221.dev.cn.tlan:/home/ngb/mysql/mysql-5.1/mysql-5.1-new-ndb
      
      
      mysql-test/t/disabled.def:
        Auto merged
      sql/field.cc:
        Auto merged
      sql/field.h:
        Auto merged
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/ha_ndbcluster.h:
        Auto merged
      sql/handler.cc:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/set_var.cc:
        Auto merged
      sql/sql_plugin.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      storage/ndb/src/mgmsrv/ConfigInfo.cpp:
        Auto merged
      storage/ndb/src/mgmsrv/MgmtSrvr.cpp:
        Auto merged
      storage/ndb/src/ndbapi/ndberror.c:
        Auto merged
      storage/ndb/tools/restore/consumer_restore.cpp:
        Auto merged
      storage/ndb/tools/restore/restore_main.cpp:
        Auto merged
      ae4e628e
  2. 07 May, 2007 10 commits
    • unknown's avatar
      Jamming · 6d5f665c
      unknown authored
      
      storage/ndb/src/common/debugger/signaldata/SignalNames.cpp:
        Added signal names to signal logging
      6d5f665c
    • unknown's avatar
      Merge perch.ndb.mysql.com:/home/jonas/src/51-telco-gca · 1ea37dd5
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
      
      
      storage/ndb/src/kernel/vm/DynArr256.cpp:
        Auto merged
      1ea37dd5
    • unknown's avatar
      ndb - bug#27942 · 96ad130f
      unknown authored
        Increase size of memory channel
      
      
      storage/ndb/src/kernel/blocks/ndbfs/MemoryChannel.hpp:
        increase size of memchannel to prevent crashes (for DD)
      96ad130f
    • unknown's avatar
      Manual merge · e3a68d8d
      unknown authored
      e3a68d8d
    • unknown's avatar
      Merge mikael-ronstr-ms-dator.local:/Users/mikron/mysql_clones/mysql-5.0-ndb · 1f07de22
      unknown authored
      into  mikael-ronstr-ms-dator.local:/Users/mikron/mysql_clones/mysql-5.1-ndb
      
      
      BUILD/Makefile.am:
        Auto merged
      config/ac-macros/ha_ndbcluster.m4:
        Auto merged
      storage/ndb/src/common/transporter/SCI_Transporter.cpp:
        Auto merged
      storage/ndb/src/common/transporter/SCI_Transporter.hpp:
        Auto merged
      libmysqld/Makefile.am:
        Manual merge
      libmysqld/examples/Makefile.am:
        Manual merge
      1f07de22
    • unknown's avatar
      New SCI Transporter Build scripts · b9535660
      unknown authored
      b9535660
    • unknown's avatar
      Fix SCI Transporter · ef444518
      unknown authored
      
      config/ac-macros/ha_ndbcluster.m4:
        Fix SCI Transporter build part
      libmysqld/Makefile.am:
        Fix SCI Transporter build part
      libmysqld/examples/Makefile.am:
        Fix SCI Transporter build part
      ef444518
    • unknown's avatar
      Fix compile error with some compilers · 90d22e86
      unknown authored
      90d22e86
    • unknown's avatar
      ndb - bug#28276 · a33d5e17
      unknown authored
        Fix DeleteRead in multi-operation
          Dont use setup_read, as it will (correctly) find that tuple is deleted
      
      
      storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp:
        Fix multi-op DeleteRead
      storage/ndb/test/ndbapi/testBasic.cpp:
        Fix multi-op DeleteRead
      a33d5e17
    • unknown's avatar
      Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0 · 632e03f8
      unknown authored
      into  whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
      
      
      632e03f8
  3. 04 May, 2007 2 commits
  4. 03 May, 2007 3 commits
    • unknown's avatar
      Merge trift2.:/MySQL/M50/netware-cross-5.0 · 70d440ac
      unknown authored
      into  trift2.:/MySQL/M51/netware-cross-5.1
      
      
      scripts/Makefile.am:
        Manual merge.
      70d440ac
    • unknown's avatar
      Better distinction between "CLEANFILES" and "DISTCLEANFILES" for some generated files · ad33a48a
      unknown authored
      (here: "scripts/mysql_fix_privilege_tables{.sql,_sql.c}"). Important for cross-builds.
      
      
      scripts/Makefile.am:
        Generated files like "mysql_fix_privilege_tables{.sql,_sql.c}" should survive
        a "make clean", this is essential for cross-builds.
        So move them from "CLEANFILES" to "DISTCLEANFILES".
      ad33a48a
    • unknown's avatar
      Updated funcs_1 files to 5.1.18 level · f32d1e9b
      unknown authored
       - validating current result files
       - updating with new features in information_schema / error messages
       - forced order by and removed time stamps
      removed a_version files that are not needed (now that the suite is in the main tree
      Note: datadict tests still fail as a result of bug 28181 (a regression introduced in 
            5.0.42 - and 5.1.18(?) - tests should runn clean once it is fixed
      
      
      BitKeeper/deleted/.del-a_version_check.test~82ea7fb267df9e58:
        Delete: mysql-test/suite/funcs_1/t/a_version_check.test
      BitKeeper/deleted/.del-a_version_check.result~97a8ec1e3211c26:
        Delete: mysql-test/suite/funcs_1/r/a_version_check.result
      mysql-test/suite/funcs_1/datadict/datadict_load.inc:
        Modified to correct failiure to return host name on some systems
      mysql-test/suite/funcs_1/datadict/datadict_master.inc:
        corrections to fooce order by on queries, replace time stamps with strings and enable the
        testing of referential_constraints table
      mysql-test/suite/funcs_1/datadict/datadict_show_schema.inc:
        corrections to force order by on queries
      mysql-test/suite/funcs_1/r/innodb__datadict.result:
        Updated result file with order by selects, elimination of time stamps and selects
        of empty user (that we don't have anymore) and adding the testing 
        of referential_constraints table
      mysql-test/suite/funcs_1/r/innodb_func_view.result:
        confirming existing results as correct - old result file had wrong cast values
      mysql-test/suite/funcs_1/r/innodb_trig_0102.result:
        Corrected error with long trigger name (that was previously quietly trimmed)
      mysql-test/suite/funcs_1/r/innodb_trig_08.result:
        confirmed existing results as corrects ones - updated error message
      mysql-test/suite/funcs_1/r/innodb_views.result:
        confirmed current results as correct - returned results included a wrong 'expected' error message
      mysql-test/suite/funcs_1/r/memory__datadict.result:
        Updated result file with order by selects, elimination of time stamps and selects
        of empty user (that we don't have anymore) and adding the testing 
        of referential_constraints table
      mysql-test/suite/funcs_1/r/memory_func_view.result:
        confirming existing results as correct - old result file had wrong cast values
      mysql-test/suite/funcs_1/r/memory_trig_0102.result:
        Corrected error with long trigger name (that was previously quietly trimmed)
      mysql-test/suite/funcs_1/r/memory_trig_08.result:
        confirmed existing results as corrects ones - updated error message
      mysql-test/suite/funcs_1/r/memory_views.result:
        confirmed current results as correct - returned results included a wrong 'expected' error message
      mysql-test/suite/funcs_1/r/myisam__datadict.result:
        Updated result file with order by selects, elimination of time stamps and selects
        of empty user (that we don't have anymore) and adding the testing 
        of referential_constraints table
      mysql-test/suite/funcs_1/r/myisam_func_view.result:
        confirming existing results as correct - old result file had wrong cast values
      mysql-test/suite/funcs_1/r/myisam_trig_0102.result:
        Corrected error with long trigger name (that was previously quietly trimmed)
      mysql-test/suite/funcs_1/r/myisam_trig_08.result:
        confirmed existing results as corrects ones - updated error message
      mysql-test/suite/funcs_1/r/myisam_views.result:
        confirmed current results as correct - returned results included a wrong 'expected' error message
      mysql-test/suite/funcs_1/r/ndb__datadict.result:
        Updated result file with order by selects, elimination of time stamps and selects
        of empty user (that we don't have anymore) and adding the testing 
        of referential_constraints table
      mysql-test/suite/funcs_1/r/ndb_func_view.result:
        confirming existing results as correct - old result file had wrong cast values
      mysql-test/suite/funcs_1/r/ndb_trig_0102.result:
        Corrected error with long trigger name (that was previously quietly trimmed)
      mysql-test/suite/funcs_1/r/ndb_trig_08.result:
        confirmed existing results as corrects ones - updated error message
      mysql-test/suite/funcs_1/r/ndb_views.result:
        confirmed current results as correct - returned results included a wrong 'expected' error message
      mysql-test/suite/funcs_1/t/disabled.def:
        Updated disabled messages with clearer ones
      mysql-test/suite/funcs_1/triggers/triggers_0102.inc:
        Added code to test for error in case of a trigger name that is to long
      mysql-test/suite/funcs_1/views/views_master.inc:
        Correction to remove wrong '--eror' meaningless tag that generated warnings
      f32d1e9b
  5. 02 May, 2007 23 commits