1. 21 Dec, 2006 2 commits
    • unknown's avatar
      Bug #23125 [patch] trigger test fails when run as root · b461c41c
      unknown authored
       - Skip tests using chmod when running as root
      
      
      mysql-test/t/information_schema_chmod.test:
        Use mysqltest builtin "chmode"
      mysql-test/t/mysqltest.test:
        Dont run as root - test chmod
      mysql-test/t/rpl_rotate_logs.test:
        Use mysqltest builtin "chmode"
        Use 'write_file' and 'chmod' instead of system
      mysql-test/t/trigger.test:
        Don't run as root
        Use 'write_file' and 'chmod'
      mysql-test/t/varbinary.test:
        Don't run as root
      b461c41c
    • unknown's avatar
      Bug#24148 regression tests hang with SSL enabled · fd988f5b
      unknown authored
       - Don't call SSL_shutdown a second time
      
      
      vio/viossl.c:
        SSL_shutdown might return 0 indicating that it should be called once
        again for a graceful shutdown. Since the socket are going to be closed
        anyway ther is no need for the second call.
      fd988f5b
  2. 19 Dec, 2006 5 commits
  3. 18 Dec, 2006 4 commits
  4. 16 Dec, 2006 2 commits
  5. 15 Dec, 2006 11 commits
  6. 14 Dec, 2006 16 commits
    • unknown's avatar
      Merge siva.hindu.god:/usr/home/tim/m/bk/41 · 3a506420
      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.
      3a506420
    • unknown's avatar
      myisam.result: a test was moved from the .test file, but the results were not updated. · a6f4c958
      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
      a6f4c958
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0-maint · 7cc50597
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
      
      
      7cc50597
    • unknown's avatar
      23fbae1f
    • unknown's avatar
      Merge qualinost.(none):/home/mtaylor/src/mysql-4.1-maint · 46e1b71f
      unknown authored
      into  qualinost.(none):/home/mtaylor/src/mysql-5.0-maint
      
      
      scripts/mysqld_safe.sh:
        Auto merged
      46e1b71f
    • unknown's avatar
    • unknown's avatar
      Merge siva.hindu.god:/usr/home/tim/m/bk/41 · c21dfe32
      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
      c21dfe32
    • unknown's avatar
      Merge polly.local:/tmp/maint/bug24117/my50-bug24117 · db1a2d2d
      unknown authored
      into  polly.local:/home/kaa/src/maint/mysql-5.0-maint
      
      
      mysys/typelib.c:
        Auto merged
      sql/field.cc:
        Auto merged
      sql/field.h:
        Auto merged
      db1a2d2d
    • unknown's avatar
      Fix for bug #24117 "server crash on a FETCH with a cursor on a table which is... · 5b712814
      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.
      5b712814
    • unknown's avatar
      Merge kpettersson@bk-internal:/home/bk/mysql-4.1-maint · 833b235b
      unknown authored
      into  kpdesk.mysql.com:/home/thek/dev/mysql-4.1-maint
      
      
      833b235b
    • unknown's avatar
      Merge kpettersson@bk-internal:/home/bk/mysql-5.0-maint · 931dcc8a
      unknown authored
      into  kpdesk.mysql.com:/home/thek/dev/mysql-5.0-maint
      
      
      931dcc8a
    • unknown's avatar
      Merge kpettersson@bk-internal:/home/bk/mysql-4.1-maint · e21242fe
      unknown authored
      into  naruto.:C:/cpp/mysql-4.1-maint
      
      
      e21242fe
    • unknown's avatar
      Merge kpettersson@bk-internal:/home/bk/mysql-5.0-maint · 2772d72a
      unknown authored
      into  naruto.:C:/cpp/mysql-5.0-maint
      
      
      2772d72a
    • unknown's avatar
      Merge nocona:/data0/msvensson/mysql-5.0-maint · e1411580
      unknown authored
      into  shellback.:C:/mysql/mysql-5.0-maint
      
      
      e1411580
    • unknown's avatar
      Merge kpdesk.mysql.com:/home/thek/dev/bug17489/my41-bug17498 · c4b2bee9
      unknown authored
      into  kpdesk.mysql.com:/home/thek/dev/mysql-4.1-maint
      
      
      mysql-test/t/myisam.test:
        SCCS merged
      c4b2bee9
    • unknown's avatar
      BUG#24687 func_misc test fails on win64 · 29bcffd7
      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
      29bcffd7