1. 18 Jan, 2007 5 commits
  2. 06 Dec, 2006 1 commit
    • unknown's avatar
      Fix for bug #22533: Traditional: Too-long bit value not rejected. · 0ce02f6d
      unknown authored
      Problem: storing >=8 byte hexadecimal values we don't check data.
      Fix: check if the data fits the {u}longlong range.
      
      
      mysql-test/r/select.result:
        Fix for bug #22533: Traditional: Too-long bit value not rejected.
          - test result.
      mysql-test/t/range.test:
        Fix for bug #22533: Traditional: Too-long bit value not rejected.
          - adjusted.
      mysql-test/t/select.test:
        Fix for bug #22533: Traditional: Too-long bit value not rejected.
          - test case.
      sql/item.cc:
        Fix for bug #22533: Traditional: Too-long bit value not rejected.
          - limit storing value to {U}LONGLONG_MAX in numeric context.
      0ce02f6d
  3. 28 Nov, 2006 5 commits
  4. 27 Nov, 2006 9 commits
    • unknown's avatar
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0-maint · 5a0b54fd
      unknown authored
      into  shakedown.(none):/home/jpipes/dev/mysql-5.0-maint
      
      
      BitKeeper/etc/ignore:
        auto-union
      client/mysql.cc:
        Auto merged
      mysql-test/r/func_misc.result:
        Auto merged
      sql/item_func.h:
        Auto merged
      mysql-test/r/mysql.result:
        Manual merge
      mysql-test/t/mysql.test:
        Manual merge
      5a0b54fd
    • unknown's avatar
      Merge shakedown.(none):/home/jpipes/dev/mysql-5.0-maint · b022aef7
      unknown authored
      into  shakedown.(none):/home/jpipes/dev/mysql-5.1-new-maint2
      
      
      BitKeeper/etc/ignore:
        auto-union
      client/mysql.cc:
        Auto merged
      mysql-test/r/func_misc.result:
        Auto merged
      mysql-test/r/mysql.result:
        Manually merged
      mysql-test/t/mysql.test:
        Manually merged
      sql/item_func.h:
        Manually merged
      b022aef7
    • unknown's avatar
      Add my_getpagesize.c as source for mysys · 77be0c92
      unknown authored
      77be0c92
    • unknown's avatar
      Add mysys/my_getpagesize as source file foir mysql_upgrade · 1ebe49e5
      unknown authored
      Don't link mysql_upgrade with mysys
      
      
      1ebe49e5
    • unknown's avatar
      Move misplaced #endif · 5ec298dc
      unknown authored
      5ec298dc
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint · 277d5db5
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint
      
      
      BitKeeper/deleted/.del-CMakeLists.txt~14:
        Auto merged
      BitKeeper/deleted/.del-CMakeLists.txt~7:
        Auto merged
      client/mysql_upgrade.c:
        Auto merged
      mysql-test/Makefile.am:
        Auto merged
      mysql-test/mysql-test-run-shell.sh:
        Auto merged
      mysql-test/mysql-test-run.pl:
        Auto merged
      mysql-test/r/func_time.result:
        Auto merged
      mysql-test/t/func_time.test:
        Auto merged
      mysys/Makefile.am:
        Auto merged
      mysys/my_mmap.c:
        Auto merged
      sql-common/my_time.c:
        Auto merged
      sql/item_timefunc.cc:
        Auto merged
      sql/udf_example.c:
        Auto merged
      support-files/mysql.spec.sh:
        Use local
      client/Makefile.am:
        Manual merge
      include/my_sys.h:
        Manual merge
      277d5db5
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.1-new-maint · 07da2285
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      sql-common/my_time.c:
        Auto merged
      sql/item_timefunc.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      07da2285
    • unknown's avatar
      Fix for bug #21587: FLUSH TABLES causes server crash when used with HANDLER statements · 838b5378
      unknown authored
      Problems (appear only under some circumstances): 
        1. we get a reference to a deleted table searching in the 
           thd->handler_tables_hash in the mysql_ha_read().
      
        2. DBUG_ASSERT(table->file->inited == handler::NONE); assert fails in the
           close_thread_table().
      
      Fix: end open index scans and table scans and remove references to the 
      tables from the handler tables hash. After this preparation it is safe 
      to close the tables. The close can no longer fail on open index/table 
      scans and the closed table will not be used again by handler functions.
                                       
      
      
      sql/mysql_priv.h:
        Fix for bug #21587: FLUSH TABLES causes server crash when used with HANDLER statements
          - mysql_ha_mark_tables_for_reopen() introduced.
      sql/sql_base.cc:
        Fix for bug #21587: FLUSH TABLES causes server crash when used with HANDLER statements
          - call mysql_ha_mark_tables_for_reopen() to prepare for the following close.
      sql/sql_handler.cc:
        Fix for bug #21587: FLUSH TABLES causes server crash when used with HANDLER statements
          - mysql_ha_mark_tables_for_reopen() function introduced.
      838b5378
  5. 24 Nov, 2006 7 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1-maint · 4f91e9f7
      unknown authored
      into  polly.local:/home/kaa/src/maint/mysql-5.1-maint
      
      
      sql/sql_parse.cc:
        Auto merged
      4f91e9f7
    • unknown's avatar
      Merge polly.local:/tmp/maint/bug22077/my50-bug22077 · f3c26f7d
      unknown authored
      into  polly.local:/home/kaa/src/maint/mysql-5.0-maint
      
      
      sql/sql_parse.cc:
        Auto merged
      f3c26f7d
    • unknown's avatar
      Merge polly.local:/tmp/maint/bug22077/my50-bug22077 · cbee58e3
      unknown authored
      into  polly.local:/tmp/maint/bug22077/my51-bug22077
      
      
      mysql-test/t/read_only.test:
        Auto merged
      sql/sql_parse.cc:
        Manual merge
      cbee58e3
    • unknown's avatar
      Merge ymer.(none):/usr/local/mysql/tmp/mysql-5.0-maint · 60aefd19
      unknown authored
      into  ymer.(none):/usr/local/mysql/tmp/mysql-5.0-gca
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      sql-common/my_time.c:
        Auto merged
      sql/item_timefunc.cc:
        Auto merged
      60aefd19
    • unknown's avatar
      Merge ymer.(none):/usr/local/mysql/tmp/mysql-5.0-gca · 9498bc4e
      unknown authored
      into  ymer.(none):/usr/local/mysql/tmp/mysql-5.1-new-maint
      
      
      mysql-test/lib/mtr_io.pl:
        Auto merged
      mysql-test/mysql-test-run.pl:
        Auto merged
      mysql-test/r/date_formats.result:
        Auto merged
      mysql-test/t/date_formats.test:
        Auto merged
      sql-common/my_time.c:
        Auto merged
      sql/item_timefunc.cc:
        Auto merged
      9498bc4e
    • unknown's avatar
      Merge ymer.(none):/usr/local/mysql/tmp/mysql-4.1-maint · 66e49e37
      unknown authored
      into  ymer.(none):/usr/local/mysql/tmp/mysql-5.0-gca
      
      
      mysql-test/lib/mtr_io.pl:
        Auto merged
      mysql-test/mysql-test-run.pl:
        Auto merged
      mysql-test/r/date_formats.result:
        Auto merged
      mysql-test/t/date_formats.test:
        Auto merged
      sql-common/my_time.c:
        Auto merged
      sql/item_timefunc.cc:
        Auto merged
      66e49e37
    • unknown's avatar
      Do not link /usr/lib/debug/* on Debian <=3.1, as it causes broken stack · 4d2665f0
      unknown authored
      traces in Valgrind (broken libc6-dbg).
      Installing libc6-dbg on Debian will still provide proper bactraces, even
      without setting LD_LIBRARY_PATH explicitly.
      
      
      mysql-test/lib/mtr_io.pl:
        Do not link /usr/lib/debug/* on Debian <=3.1, as it causes broken stack
        traces in Valgrind.
      mysql-test/mysql-test-run.pl:
        Do not link /usr/lib/debug/* on Debian <=3.1, as it causes broken stack
        traces in Valgrind.
      4d2665f0
  6. 23 Nov, 2006 13 commits
    • unknown's avatar
      mysql_fix_priviileg_tables.sql might be in share/ but not in $path_share · c4bdfc7b
      unknown authored
      since that is where  the lang files etc are
      
      
      c4bdfc7b
    • unknown's avatar
      1c3223d4
    • unknown's avatar
      Convert one more opt_source_dist · e7278904
      unknown authored
      e7278904
    • unknown's avatar
      Fix netware compile failure · 448597ca
      unknown authored
      Remove other warnings about unused variables
      
      
      448597ca
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/mysql-5.1 · 32f349ed
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint
      
      
      BitKeeper/etc/collapsed:
        auto-union
      configure.in:
        Auto merged
      mysql-test/Makefile.am:
        Auto merged
      mysql-test/extra/rpl_tests/rpl_deadlock.test:
        Auto merged
      mysql-test/mysql-test-run-shell.sh:
        Auto merged
      mysql-test/r/func_time.result:
        Auto merged
      mysql-test/r/ps.result:
        Auto merged
      mysql-test/r/windows.result:
        Auto merged
      mysql-test/t/disabled.def:
        Auto merged
      mysql-test/t/func_time.test:
        Auto merged
      mysql-test/t/ps.test:
        Auto merged
      mysql-test/t/windows.test:
        Auto merged
      sql/item.cc:
        Auto merged
      sql/item_timefunc.cc:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql-common/my_time.c:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      BitKeeper/deleted/.del-ps_not_windows.result:
        Delete: mysql-test/r/ps_not_windows.result
      BitKeeper/deleted/.del-ps_not_windows.test:
        Delete: mysql-test/t/ps_not_windows.test
      mysql-test/mysql-test-run.pl:
        Manual merge
      mysql-test/r/rpl_deadlock_innodb.result:
        Manual merge
      32f349ed
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.1 · 07d18b0f
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.1
      
      
      07d18b0f
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.1-new-maint · 5c9d6a68
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint
      
      
      5c9d6a68
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint · bd18a1ad
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      bd18a1ad
    • unknown's avatar
      Make source_dist a "local" global variable · 7695cab8
      unknown authored
      And it's not an "opt"
      
      
      7695cab8
    • unknown's avatar
      Remove duplicate "$report_features" · e1c17c65
      unknown authored
      e1c17c65
    • unknown's avatar
      Rework my_getpagesize function · 026355d3
      unknown authored
       - Put 'my_getpagesize' in it's own .c file
       - Map the call 'my_getpagesize' directly to 'getpagesize' if it exists
       - Add default implementation for 'my_getpagesize' to be used if no platform
         specfic function exists
      
      
      include/my_sys.h:
        Break out the defines for my_getpagesize from HAVE_SYS_MMAN_H as they don't depend on that.
        There is a check for the function in configure which defines HAVE_GETPAGESIZE if the function
        exists
      mysys/CMakeLists.txt:
        Add new fil my_getpagesize.c
      mysys/Makefile.am:
        Add new fil my_getpagesize.c
      mysys/my_mmap.c:
        Remove my_getpagesize from my_mmap.c as it's now implemented in my_getpagesize.c
      mysys/my_getpagesize.c:
        New BitKeeper file ``mysys/my_getpagesize.c''
      026355d3
    • unknown's avatar
      BUG#24488 (Valgrind warnings on invalid read in mysql_client_binlog_statement): · 49009cf8
      unknown authored
      Disabling debug printouts for valgrind builds that print unallocated memory.
      
      
      sql/sql_binlog.cc:
        Disabling debug printouts for valgrind builds that print unallocated memory
      49009cf8
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0-release · df333b1f
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
      
      
      client/mysql_upgrade.c:
        Auto merged
      mysql-test/Makefile.am:
        Auto merged
      mysql-test/mysql-test-run-shell.sh:
        Auto merged
      mysql-test/r/func_time.result:
        Auto merged
      mysql-test/t/func_time.test:
        Auto merged
      sql-common/my_time.c:
        Auto merged
      sql/item_timefunc.cc:
        Auto merged
      mysql-test/mysql-test-run.pl:
        Merge
      df333b1f