1. 15 Aug, 2007 1 commit
  2. 14 Aug, 2007 3 commits
  3. 13 Aug, 2007 5 commits
  4. 10 Aug, 2007 4 commits
  5. 09 Aug, 2007 1 commit
    • unknown's avatar
      Updated to result files for cluster tests for version 5.1.21 · a222cb85
      unknown authored
      Updared to 'views' test - forcing sort order
      Updateds included masked results as a result of bug 30322
      
      
      mysql-test/suite/funcs_1/include/ndb_tb2.inc:
        Correction to test file creating an ndb table
      mysql-test/suite/funcs_1/r/innodb_views.result:
        Updated resut file - forcing order by
      mysql-test/suite/funcs_1/r/memory_views.result:
        Updated resut file - forcing order by
      mysql-test/suite/funcs_1/r/myisam_views.result:
        Updated resut file - forcing order by
      mysql-test/suite/funcs_1/r/ndb_cursors.result:
        updated result file
      mysql-test/suite/funcs_1/r/ndb_func_view.result:
        updated result file
      mysql-test/suite/funcs_1/r/ndb_storedproc_07.result:
        updated result file
      mysql-test/suite/funcs_1/r/ndb_storedproc_08.result:
        updated result file
      mysql-test/suite/funcs_1/r/ndb_trig_0102.result:
        updated result file
      mysql-test/suite/funcs_1/r/ndb_trig_03.result:
        updated result file
      mysql-test/suite/funcs_1/r/ndb_trig_03e.result:
        updated result file
      mysql-test/suite/funcs_1/r/ndb_trig_0407.result:
        updated result file
      mysql-test/suite/funcs_1/r/ndb_trig_08.result:
        updated result file
      mysql-test/suite/funcs_1/r/ndb_trig_09.result:
        updated result file
      mysql-test/suite/funcs_1/r/ndb_trig_1011ext.result:
        updated result file
      mysql-test/suite/funcs_1/r/ndb_views.result:
        updated result file
      mysql-test/suite/funcs_1/views/views_master.inc:
        updated test file - forcing sort order
      mysql-test/suite/funcs_2/r/ndb_charset.result:
        Updated result file
      a222cb85
  6. 08 Aug, 2007 7 commits
    • unknown's avatar
      Merge trift2.:/MySQL/M51/clone-5.1 · f30e0427
      unknown authored
      into  trift2.:/MySQL/M51/push-5.1
      
      
      sql/log_event.cc:
        Auto merged
      f30e0427
    • unknown's avatar
      BUG#30274 (Debug server crashes because mutex isn't initialized): · f6b91356
      unknown authored
      Completion patch, since it is possible that Log_event::write_header()
      is called with no current thread.
      
      When starting the server, there is no thread available, but
      MYSQL_BIN_LOG::open() is called to initialize the binary log. The
      function writes a format description log event to the binary log,
      which means that Log_event::write_header() can be called with no
      current thread object available.
      
      
      sql/log_event.cc:
        Since Log_event::write_header() can be called from inside
        init_server_components(), it is possible that thd is NULL. In this
        case, we set the time of the event to the current time instead
        of the start time of the query.
      f6b91356
    • unknown's avatar
      A fix for Bug#28830 Test case log_state fails on VMWare Windows clone due to loaded system · 9658d5d9
      unknown authored
      
      mysql-test/r/log_state.result:
        Update results (Bug#28830)
      mysql-test/t/log_state.test:
        A fix for Bug#28830 Test case log_state fails on VMWare Windows clone due 
        to loaded system - make the test more deterministic.
      9658d5d9
    • unknown's avatar
      Apply patch for Bug#27806 table comments not passed in to storage engine · c920ce79
      unknown authored
      during "CREATE ... LIKE ..."
      Only affects engine writers.
      No change in server behaviour.
      
      
      sql/table.cc:
        Apply patch for Bug#27806 table comments not passed in to storage engine 
        during "CREATE ... LIKE ..."
      c920ce79
    • unknown's avatar
      Merge bodhi.(none):/opt/local/work/mysql-5.0-runtime · 63c4944c
      unknown authored
      into  bodhi.(none):/opt/local/work/mysql-5.1-runtime
      
      
      mysql-test/r/federated.result:
        Auto merged
      mysql-test/t/federated.test:
        Auto merged
      sql/item.cc:
        Auto merged
      tests/mysql_client_test.c:
        Manual merge.
      63c4944c
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1 · 3ea18c5d
      unknown authored
      into  bodhi.(none):/opt/local/work/mysql-5.1-runtime
      
      
      client/mysqldump.c:
        Auto merged
      mysql-test/r/federated.result:
        Auto merged
      mysql-test/t/federated.test:
        Auto merged
      3ea18c5d
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 54dc0c68
      unknown authored
      into  bodhi.(none):/opt/local/work/mysql-5.0-runtime
      
      
      mysql-test/r/federated.result:
        Auto merged
      mysql-test/t/federated.test:
        Auto merged
      sql/item.cc:
        Auto merged
      54dc0c68
  7. 07 Aug, 2007 7 commits
    • unknown's avatar
      Merge trift2.:/MySQL/M51/clone-5.1 · d6883d75
      unknown authored
      into  trift2.:/MySQL/M51/push-5.1
      
      
      sql/log_event.cc:
        Auto merged
      d6883d75
    • unknown's avatar
      Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-5.1-marvel · c7b092e3
      unknown authored
      into  trift2.:/MySQL/M51/push-5.1
      
      c7b092e3
    • unknown's avatar
      Merge trift2.:/MySQL/M51/mysql-5.1 · 6d0ff1d6
      unknown authored
      into  trift2.:/MySQL/M51/push-5.1
      
      6d0ff1d6
    • unknown's avatar
    • unknown's avatar
      Removed a wrong call to my_time() before my_init() has been called. · c210d9cd
      unknown authored
      Fix for Bug#30274 "Debug server crashes because mutex isn't initialized"
      
      c210d9cd
    • unknown's avatar
      Merge trift2.:/MySQL/M51/push-5.1 · b772666e
      unknown authored
      into  trift2.:/MySQL/M51/clone-5.1
      
      b772666e
    • unknown's avatar
      Updated funcs_1 test and result files (not including cluster) for 5.1.21 · 720ba8cf
      unknown authored
      
      mysql-test/suite/funcs_1/r/innodb__datadict.result:
        Updated result file
      mysql-test/suite/funcs_1/r/innodb_func_view.result:
        Updated result file
      mysql-test/suite/funcs_1/r/innodb_storedproc_07.result:
        Updated result file
      mysql-test/suite/funcs_1/r/innodb_storedproc_08.result:
        Updated result file
      mysql-test/suite/funcs_1/r/innodb_trig_03e.result:
        Updated result file
      mysql-test/suite/funcs_1/r/innodb_views.result:
        Updated result file
      mysql-test/suite/funcs_1/r/memory__datadict.result:
        Updated result file
      mysql-test/suite/funcs_1/r/memory_func_view.result:
        Updated result file
      mysql-test/suite/funcs_1/r/memory_storedproc_07.result:
        Updated result file
      mysql-test/suite/funcs_1/r/memory_storedproc_08.result:
        Updated result file
      mysql-test/suite/funcs_1/r/memory_trig_03e.result:
        Updated result file
      mysql-test/suite/funcs_1/r/memory_views.result:
        Updated result file
      mysql-test/suite/funcs_1/r/myisam__datadict.result:
        Updated result file
      mysql-test/suite/funcs_1/r/myisam_func_view.result:
        Updated result file
      mysql-test/suite/funcs_1/r/myisam_storedproc_07.result:
        Updated result file
      mysql-test/suite/funcs_1/r/myisam_storedproc_08.result:
        Updated result file
      mysql-test/suite/funcs_1/r/myisam_trig_03e.result:
        Updated result file
      mysql-test/suite/funcs_1/r/myisam_views.result:
        Updated result file
      mysql-test/suite/funcs_1/views/views_master.inc:
        updated test file
      720ba8cf
  8. 06 Aug, 2007 12 commits
    • unknown's avatar
      CMakeLists.txt (many), win/README, mysql_manifest.cmake, configure.js: · 80fb2b12
      unknown authored
        Additional changes for bug#29903
        - Changed to do embedded build part as normal build, when
          WITH_EMBEDDED_SERVER is set.
        - Allow both normal and debug build with embedded.
        - Build static embedded library by pointing out all source and compile
          it all, i.e. not building libraries from libraries, not portable.
        - Let embedded use generated files from the "sql" directory, added
          dependencies to make sure built before embedded.
        - Mark library "dbug" in TARGET_LINK_LIBRARIES() with "debug", so only
          linked in when debug target is used.
        - Removed change of target name with "mysqld${MYSQLD_EXE_SUFFIX}", as
          others can't depend on it, not defined at configure time. Instead
          set the output file name.
        - Created work around for bug in CMake 2.4.6 and output names, to
          set the "mysqld<suffix>.pdb" name to the same base name.
        - Set the correct manifest "name" (patch by iggy)
      
      
      CMakeLists.txt:
        Changes for embedded and Windows
      libmysql/CMakeLists.txt:
        Changes for embedded and Windows
      libmysqld/CMakeLists.txt:
        Changes for embedded and Windows
      libmysqld/examples/CMakeLists.txt:
        Changes for embedded and Windows
      mysys/CMakeLists.txt:
        Changes for embedded and Windows
      regex/CMakeLists.txt:
        Changes for embedded and Windows
      server-tools/instance-manager/CMakeLists.txt:
        Changes for embedded and Windows
      sql/CMakeLists.txt:
        Changes for embedded and Windows
      storage/archive/CMakeLists.txt:
        Changes for embedded and Windows
      storage/blackhole/CMakeLists.txt:
        Changes for embedded and Windows
      storage/csv/CMakeLists.txt:
        Changes for embedded and Windows
      storage/example/CMakeLists.txt:
        Changes for embedded and Windows
      storage/federated/CMakeLists.txt:
        Changes for embedded and Windows
      storage/heap/CMakeLists.txt:
        Changes for embedded and Windows
      storage/innobase/CMakeLists.txt:
        Changes for embedded and Windows
      storage/myisam/CMakeLists.txt:
        Changes for embedded and Windows
      storage/myisammrg/CMakeLists.txt:
        Changes for embedded and Windows
      strings/CMakeLists.txt:
        Changes for embedded and Windows
      vio/CMakeLists.txt:
        Changes for embedded and Windows
      win/README:
        Changes for embedded and Windows
      win/configure.js:
        Changes for embedded and Windows
      win/mysql_manifest.cmake:
        Changes for embedded and Windows
      80fb2b12
    • unknown's avatar
      Fix one more warning. · 0d61c359
      unknown authored
      0d61c359
    • unknown's avatar
      Raise version number after cloning 5.1.21-beta · 7ad6fb41
      unknown authored
      7ad6fb41
    • unknown's avatar
      24300089
    • unknown's avatar
      Fix warnings. · 87b8cd0c
      unknown authored
      87b8cd0c
    • unknown's avatar
      Fix failing ddl_i18n* tests in the team tree. · 78d5f495
      unknown authored
      78d5f495
    • unknown's avatar
      52be8096
    • unknown's avatar
      Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-opt · 7fa2e683
      unknown authored
      into  magare.gmz:/home/kgeorge/mysql/autopush/B29536-5.0-opt
      
      7fa2e683
    • unknown's avatar
      Merge magare.gmz:/home/kgeorge/mysql/work/B29536-5.0-opt · 6d29eca4
      unknown authored
      into  magare.gmz:/home/kgeorge/mysql/work/B29536-5.1-opt
      
      
      sql/field.cc:
        Auto merged
      sql/time.cc:
        Auto merged
      mysql-test/suite/rpl/r/rpl_timezone.result:
        Auto merged
      mysql-test/suite/rpl/t/rpl_timezone.test:
        Bug 29536 : merge 5.0-opt -> 5.1-opt
      6d29eca4
    • unknown's avatar
      Bug #29536: timestamp inconsistent in replication around 1970 · d0f21f84
      unknown authored
      MySQL replicates the time zone only when operations that involve
      it are performed. This is controlled by a flag. But this flag
      is set only on successful operation.
      The flag must be set also when there is an error that involves
      a timezone (so the master would replicate the error to the slaves). 
      
      Fixed by moving the setting of the flag before the operation
      (so it apples to errors as well).
      
      
      mysql-test/r/rpl_timezone.result:
        Bug #29536: test case
      mysql-test/t/rpl_timezone.test:
        Bug #29536: test case
      sql/field.cc:
        Bug #29536: move setting of the flag before the operation
        (so it apples to errors as well).
      sql/time.cc:
        Bug #29536: move setting of the flag before the operation
        (so it apples to errors as well).
      d0f21f84
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtime · 90eb8cc9
      unknown authored
      into  bodhi.(none):/opt/local/work/mysql-5.0-runtime
      
      90eb8cc9
    • unknown's avatar
      A fix and a test case for Bug#29306 "Truncated data in MS Access with decimal (3,1) columns in a · d062116d
      unknown authored
      VIEW".
      
      mysql_list_fields() C API function would incorrectly set MYSQL_FIELD::decimals
      member for some view columns.
      
      The problem was in an incomplete implementation of 
      Item_ident_for_show::make_field(), which is responsible for view
      columns metadata.
      
      
      sql/item.cc:
        A fix for Bug#29306 -- properly initialize decimals in 
        Item_ident_for_show::make_field
      tests/mysql_client_test.c:
        Add a test case forBug#29306. Fix warnings.
      d062116d