1. 16 Dec, 2006 1 commit
  2. 15 Dec, 2006 14 commits
    • unknown's avatar
      Calculate offset for wait time passed to set_timespec · da945b0e
      unknown authored
      Pass different msg if waiting on empty queue
      
      
      sql/event_queue.cc:
        Calculate offset for wait time passed to set_timespec instead of
        the "absolute time" from execute_at
        Pass different msg if waiting on empty queue
      da945b0e
    • unknown's avatar
      Bug#24997 warnings test case failure · 5037af16
      unknown authored
       - Move the specific test case to a separate file that is run only
         if we have a disabled handler.
      
      
      mysql-test/r/warnings.result:
        Move the test for warning that table type is changed to separate file
        as it only occurs when engine is disabled.
      mysql-test/t/warnings.test:
        Move the test for warning that table type is changed to separate file
        as it only occurs when engine is disabled.
      mysql-test/r/warnings_engine_disabled.result:
        Move the test for warning that table type is changed to separate file
        as it only occurs when engine is disabled.
      mysql-test/t/warnings_engine_disabled-master.opt:
        New BitKeeper file ``mysql-test/t/warnings_engine_disabled-master.opt''
      mysql-test/t/warnings_engine_disabled.test:
        Move the test for warning that table type is changed to separate file
        as it only occurs when engine is disabled.
      5037af16
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint · c3e3e6e1
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.1-maint
      
      
      mysql-test/t/rpl_openssl.test:
        Auto merged
      c3e3e6e1
    • unknown's avatar
      Bug#19209 Test 'rpl_openssl' hangs on Windows · 50704ad6
      unknown authored
       - Remove check not to run on windows. 
      
      
      mysql-test/t/rpl_openssl.test:
        Remove check not to run on windows
      50704ad6
    • unknown's avatar
      Remove junk · f71786ce
      unknown authored
      f71786ce
    • unknown's avatar
      Merge polly.local:/tmp/maint/bug24117/my51-bug24117 · 9e7fd02f
      unknown authored
      into  polly.local:/home/kaa/src/maint/mysql-5.1-maint
      
      
      mysql-test/r/sp.result:
        Auto merged
      mysql-test/t/sp.test:
        Auto merged
      mysys/typelib.c:
        Auto merged
      sql/field.cc:
        Auto merged
      sql/field.h:
        Auto merged
      9e7fd02f
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.1-maint · 801584b0
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.1-maint
      
      
      scripts/mysqld_safe.sh:
        Auto merged
      801584b0
    • unknown's avatar
      Merge polly.local:/tmp/maint/bug24117/my50-bug24117 · e0493f09
      unknown authored
      into  polly.local:/tmp/maint/bug24117/my51-bug24117
      
      
      mysql-test/t/sp.test:
        Auto merged
      sql/field.cc:
        Auto merged
      sql/field.h:
        Auto merged
      mysql-test/r/sp.result:
        Manual merge
      e0493f09
    • unknown's avatar
      Merge 192.168.0.10:mysql/mysql-5.1-maint/ · 949811b3
      unknown authored
      into  shellback.:C:/mysql/mysql-5.1-new-maint
      
      949811b3
    • unknown's avatar
      Fix VC++ warning about extra ; delimiter · f3f28a68
      unknown authored
      f3f28a68
    • unknown's avatar
      Add macro for retrieving sec part of "struct timespec" · 2562d4fc
      unknown authored
      Use macros for working with "struct timespec" in event_queue.cc
      Fix merge problem
      
      
      include/my_pthread.h:
        Remove merge problem causing "struct timespec" to be declared twice
        Add macro "get_timespec_sec" used for retrieving the time in seconds
      sql/event_queue.cc:
        Use macros for working with "struct timespec"
      sql/log_event.cc:
        Add casts from "byte*" to "char*"
      2562d4fc
    • unknown's avatar
      Merge siva.hindu.god:/usr/home/tim/m/bk/50 · 1f4d660b
      unknown authored
      into  siva.hindu.god:/usr/home/tim/m/bk/51
      
      
      mysql-test/r/symlink.result:
        Auto merged
      1f4d660b
    • unknown's avatar
      Post-merge fix to symlink.result · 116806e9
      unknown authored
      116806e9
    • unknown's avatar
      Merge siva.hindu.god:/usr/home/tim/m/bk/50 · f0df6e59
      unknown authored
      into  siva.hindu.god:/usr/home/tim/m/bk/51
      
      
      mysql-test/r/symlink.result:
        Auto merged
      mysql-test/t/symlink.test:
        Auto merged
      scripts/mysqld_safe.sh:
        Auto merged
      mysql-test/r/myisam.result:
        Manual merge
      mysql-test/t/myisam.test:
        Manual merge
      f0df6e59
  3. 14 Dec, 2006 25 commits
    • unknown's avatar
      Merge siva.hindu.god:/usr/home/tim/m/bk/41 · 8c98eea8
      unknown authored
      into  siva.hindu.god:/usr/home/tim/m/bk/50
      
      
      mysql-test/r/myisam.result:
        Manual merge.
      mysql-test/r/symlink.result:
        Manual merge.
      mysql-test/t/myisam.test:
        Manual merge.
      mysql-test/t/symlink.test:
        Manual merge.
      8c98eea8
    • unknown's avatar
      myisam.result: a test was moved from the .test file, but the results were not updated. · 900f203e
      unknown authored
      
      mysql-test/r/myisam.result:
        Fix results file - a test was moved from the .test file, but the results were not updated.
      mysql-test/r/symlink.result:
        echo End of 4.1 tests while I'm here
      mysql-test/t/myisam.test:
        echo End of 4.1 tests while I'm here
      mysql-test/t/symlink.test:
        echo End of 4.1 tests while I'm here
      900f203e
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint · 2e6b9982
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.1-maint
      
      
      extra/yassl/src/ssl.cpp:
        Auto merged
      scripts/mysqld_safe.sh:
        Auto merged
      sql/net_serv.cc:
        Auto merged
      2e6b9982
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.1-maint · b0fa0732
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.1-maint
      
      
      client/mysqltest.c:
        Auto merged
      mysql-test/r/archive.result:
        Auto merged
      mysql-test/t/archive.test:
        SCCS merged
      b0fa0732
    • unknown's avatar
      Add support for loading example plugin and add plugin.test · 0bcdbb5b
      unknown authored
      
      mysql-test/r/have_dynamic_loading.require:
        Rename: mysql-test/r/have_udf.require -> mysql-test/r/have_dynamic_loading.require
      mysql-test/include/have_udf.inc:
        Rename have_udf.require to hqave_dynamic_loading.require
      mysql-test/mysql-test-run.pl:
        Add support for ha_example plugin
      mysql-test/include/have_example_plugin.inc:
        New BitKeeper file ``mysql-test/include/have_example_plugin.inc''
      mysql-test/r/have_example_plugin.require:
        New BitKeeper file ``mysql-test/r/have_example_plugin.require''
      mysql-test/r/plugin.result:
        New BitKeeper file ``mysql-test/r/plugin.result''
      mysql-test/t/plugin.test:
        New BitKeeper file ``mysql-test/t/plugin.test''
      0bcdbb5b
    • unknown's avatar
      include/my_pthread.h: Fix botched merge - add struct timespec and set_timespec(), etc. · d76d5cb4
      unknown authored
      
      include/my_pthread.h:
        Fix botched merge - add struct timespec and set_timespec(), etc.
      d76d5cb4
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0-maint · 2431ad9a
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
      
      2431ad9a
    • unknown's avatar
      cc6f9041
    • unknown's avatar
      Merge qualinost.(none):/home/mtaylor/src/mysql-4.1-maint · 0529ad0c
      unknown authored
      into  qualinost.(none):/home/mtaylor/src/mysql-5.1-maint
      
      
      scripts/mysqld_safe.sh:
        Auto merged
      0529ad0c
    • unknown's avatar
      Merge qualinost.(none):/home/mtaylor/src/mysql-4.1-maint · e034a115
      unknown authored
      into  qualinost.(none):/home/mtaylor/src/mysql-5.0-maint
      
      
      scripts/mysqld_safe.sh:
        Auto merged
      e034a115
    • unknown's avatar
    • unknown's avatar
      Merge siva.hindu.god:/usr/home/tim/m/bk/50 · 9b92ef01
      unknown authored
      into  siva.hindu.god:/usr/home/tim/m/bk/51
      
      
      mysql-test/r/myisam.result:
        Auto merged
      mysql-test/t/myisam.test:
        Auto merged
      9b92ef01
    • unknown's avatar
      Merge siva.hindu.god:/usr/home/tim/m/bk/41 · 6e5f73ac
      unknown authored
      into  siva.hindu.god:/usr/home/tim/m/bk/50
      
      
      mysql-test/t/myisam.test:
        Auto merged
      mysql-test/r/myisam.result:
        SCCS merged
      6e5f73ac
    • unknown's avatar
      Merge siva.hindu.god:/usr/home/tim/m/bk/50 · 2977533f
      unknown authored
      into  siva.hindu.god:/usr/home/tim/m/bk/51
      
      
      client/mysqltest.c:
        Auto merged
      include/config-win.h:
        Auto merged
      include/my_global.h:
        Auto merged
      mysql-test/r/type_ranges.result:
        Auto merged
      mysql-test/r/type_timestamp.result:
        Auto merged
      server-tools/instance-manager/guardian.cc:
        Auto merged
      server-tools/instance-manager/instance.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      include/my_pthread.h:
        Manual merge.
      mysql-test/r/archive.result:
        Manual merge.
      mysql-test/t/archive.test:
        Manual merge.
      2977533f
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.1-maint · 06ce5ef1
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.1-maint
      
      06ce5ef1
    • unknown's avatar
      Fix for bug #24117 "server crash on a FETCH with a cursor on a table which is... · 4d94617b
      unknown authored
      Fix for bug #24117 "server crash on a FETCH with a cursor on a table which is not in the table cache"
      
      Problem:
      When creating a temporary field for a temporary table in create_tmp_field_from_field(), a resulting field is created as an exact copy of an original one (in Field::new_field()). However, Field_enum and Field_set contain a pointer (typelib) to memory allocated in the parent table's MEM_ROOT, which under some circumstances may be deallocated later by the time a temporary table is used.
      
      Solution:
      Override the new_field() method for Field_enum and Field_set and create a separate copy of the typelib structure in there.
      
      
      include/typelib.h:
        Added copy_typelib() declaration
      mysql-test/r/sp.result:
        Added a testcase for bug #24117 "server crash on a FETCH with a cursor on a table which is not in the table cache"
      mysql-test/t/sp.test:
        Added a testcase for bug #24117 "server crash on a FETCH with a cursor on a table which is not in the table cache"
      mysys/typelib.c:
        Added copy_typelib() definition
      sql/field.cc:
        Create a copy of the internal 'typelib' structure when copying Field_enum of Field_set objects.
      sql/field.h:
        Override new_field method in Field_enum (and Field_set) to copy the typelib structure.
      4d94617b
    • unknown's avatar
      Merge kpettersson@bk-internal:/home/bk/mysql-4.1-maint · 3f8a6ac3
      unknown authored
      into  kpdesk.mysql.com:/home/thek/dev/mysql-4.1-maint
      
      3f8a6ac3
    • unknown's avatar
      Merge kpettersson@bk-internal:/home/bk/mysql-5.0-maint · 3764158e
      unknown authored
      into  kpdesk.mysql.com:/home/thek/dev/mysql-5.0-maint
      
      3764158e
    • unknown's avatar
      Merge kpettersson@bk-internal:/home/bk/mysql-4.1-maint · 0c84050d
      unknown authored
      into  naruto.:C:/cpp/mysql-4.1-maint
      
      0c84050d
    • unknown's avatar
      Merge kpettersson@bk-internal:/home/bk/mysql-5.0-maint · b7a24f7e
      unknown authored
      into  naruto.:C:/cpp/mysql-5.0-maint
      
      b7a24f7e
    • unknown's avatar
      Merge nocona:/data0/msvensson/mysql-5.0-maint · 6944557e
      unknown authored
      into  shellback.:C:/mysql/mysql-5.0-maint
      
      6944557e
    • unknown's avatar
      Merge kpdesk.mysql.com:/home/thek/dev/bug17489/my41-bug17498 · 0a530d28
      unknown authored
      into  kpdesk.mysql.com:/home/thek/dev/mysql-4.1-maint
      
      
      mysql-test/t/myisam.test:
        SCCS merged
      0a530d28
    • unknown's avatar
      BUG#24687 func_misc test fails on win64 · 23bc4939
      unknown authored
       - Use same precision (milliseconds) for all time functions
         used  when calculating time for pthread_cond_timedwait
       - Use 'GetSystemTimeAsFileTime' for both start and curr time
      
      
      include/config-win.h:
        Move all defines for 'pthread_cond_timedwait' to my_pthread.h
      include/my_global.h:
        Move all defines for 'pthread_cond_timedwait' to my_pthread.h
      include/my_pthread.h:
        Redefine "struct timespec" to better suite the needs 
        of 'pthread_cond_timedwait' for windows implementation
        Add windows specific define for set_timespec_nsec
        Move all defines related to pthread_cond_timed wait to same file
        Declare union for reading FILETIME as __int64 with correct alignment
      mysys/my_wincond.c:
        Use 'GetSystemTimeAsFileTime()' both for getting start and current time
        Use new members of "struct timespec"
        Make sure the calculated timeout value never exceeds the value
        passed to set_timespec/set_timespec_nsec
      server-tools/instance-manager/guardian.cc:
        Use set_timespec macro
      server-tools/instance-manager/instance.cc:
        Use set_timespec macro
      23bc4939
    • unknown's avatar
      Merge kpdesk.mysql.com:/home/thek/dev/bug17489/my50-bug17498 · f5f3f432
      unknown authored
      into  kpdesk.mysql.com:/home/thek/dev/mysql-5.0-maint
      
      f5f3f432
    • unknown's avatar
      Merge kpdesk.mysql.com:/home/thek/dev/bug17489/my51-bug17498 · 573ab0ff
      unknown authored
      into  kpdesk.mysql.com:/home/thek/dev/mysql-5.1-maint
      
      573ab0ff