1. 29 Mar, 2007 23 commits
    • unknown's avatar
      Update test result after merge · e3ddcb64
      unknown authored
      e3ddcb64
    • unknown's avatar
      Merge pilot.blaudden:/home/msvensson/mysql/bug25482/my41-bug25482-alt2 · 62db7731
      unknown authored
      into  pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
      
      
      sql/sql_yacc.yy:
        Auto merged
      mysql-test/r/rpl_ignore_table.result:
        Merge
      mysql-test/t/rpl_ignore_table.test:
        Merge, add a connection master to run following test on master
      62db7731
    • unknown's avatar
      Bug#25482 GRANT statements are not replicated if you use "replicate-ignore-table" · 66036157
      unknown authored
       - GRANT and REVOKE statments didn't have the "updating" flag set and
         thus statements with a table specified would not replicate if
         slave filtering rules where turned on.
         For example "GRANT ... ON test.t1 TO ..." would not replicate.
      
      
      mysql-test/r/rpl_ignore_table.result:
        Add test results
      mysql-test/t/rpl_ignore_table.test:
        Add tests
      sql/sql_yacc.yy:
        Pass option TL_OPTION_UPDATING to 'add_table_to_list' when parsing a
        GRANT or REVOKE and a table specifier is found. This will set the
        property "updating" on the table and thus the slave filtering rules will 
        be applied.
        
        Without setting updating the statement will be not
        replicated - since "it's not updating anything" - an optimization
        to quickly skip SELECT's and similar.
      66036157
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0-maint · 13e0b105
      unknown authored
      into  pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
      
      13e0b105
    • unknown's avatar
      Merge pilot.blaudden:/home/msvensson/mysql/bug24121/my50-bug24121 · dce6cbb8
      unknown authored
      into  pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
      
      dce6cbb8
    • unknown's avatar
      Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0-maint · 77ace23b
      unknown authored
      into  quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/50
      
      77ace23b
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0-maint · 71598e5b
      unknown authored
      into  pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
      
      71598e5b
    • unknown's avatar
      Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0-maint · 42c2aec1
      unknown authored
      into  quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/50
      
      42c2aec1
    • unknown's avatar
      Merge quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/41 · 4e7a041e
      unknown authored
      into  quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/50
      
      
      myisam/mi_open.c:
        Auto merged
      sql-common/my_time.c:
        Auto merged
      sql/table.cc:
        Auto merged
      mysql-test/r/create.result:
        Manual merge
      mysql-test/t/create.test:
        Manual merge
      4e7a041e
    • unknown's avatar
      Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0-maint · f50183ab
      unknown authored
      into  quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/50
      
      f50183ab
    • unknown's avatar
      Merge pilot.blaudden:/home/msvensson/mysql/bug26837/my50-bug26837 · 6e752918
      unknown authored
      into  pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
      
      6e752918
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0-maint · a1c7d83f
      unknown authored
      into  mysql.com:/home/ram/work/b21976/my50-b21976
      
      a1c7d83f
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0-maint · 0d40d051
      unknown authored
      into  pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
      
      0d40d051
    • unknown's avatar
      Merge pilot.blaudden:/home/msvensson/mysql/bug25309/my50-bug25309 · b1e17c0c
      unknown authored
      into  pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
      
      
      mysql-test/t/openssl_1.test:
        Auto merged
      b1e17c0c
    • unknown's avatar
      Make the script detect --default-storage-engine=x and · 73d1a711
      unknown authored
      mark the test as requiring that storage engine(if we need to do that)
      Make --ndb and --with-ndbcluster and alias for
      --mysqld=--default-storage-engine=ndbcluster
      
      73d1a711
    • unknown's avatar
      gis_generic test cases: · 341f6151
      unknown authored
        Revert test case to NOT define any keys; the NDB warning can be handled, and ARCHIVE does not allow indexes
      
      
      mysql-test/include/gis_generic.inc:
        Revert test case to NOT define any keys; the NDB warning can be handled, and ARCHIVE does not allow indexes
      mysql-test/r/archive_gis.result:
        Revert test case to NOT define any keys; the NDB warning can be handled, and ARCHIVE does not allow indexes
      mysql-test/r/bdb_gis.result:
        Revert test case to NOT define any keys; the NDB warning can be handled, and ARCHIVE does not allow indexes
      mysql-test/r/innodb_gis.result:
        Revert test case to NOT define any keys; the NDB warning can be handled, and ARCHIVE does not allow indexes
      mysql-test/r/ndb_gis.result:
        Revert test case to NOT define any keys; the NDB warning can be handled, and ARCHIVE does not allow indexes
      341f6151
    • unknown's avatar
      Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0-maint · 88994bcf
      unknown authored
      into  quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/50
      
      88994bcf
    • unknown's avatar
      Merge mysql.com:/home/ram/work/mysql-5.0-maint · ebefadff
      unknown authored
      into  mysql.com:/home/ram/work/b21976/my50-b21976
      
      
      sql/item.h:
        Auto merged
      mysql-test/r/func_group.result:
        merging
      mysql-test/t/func_group.test:
        merging
      sql/item_sum.cc:
        merging
      ebefadff
    • unknown's avatar
      Merge mysql.com:/home/ram/work/mysql-5.0-maint · 68453b77
      unknown authored
      into  mysql.com:/home/ram/work/b26359/b26359.5.0
      
      
      mysql-test/r/strict.result:
        Auto merged
      mysql-test/t/strict.test:
        Auto merged
      sql/field.cc:
        Auto merged
      sql/field.h:
        Auto merged
      68453b77
    • unknown's avatar
      Apply innodb-5.0-ss1372 snapshot · db340b7a
      unknown authored
      Bug #27381: InnoDB exits when attempting to rename table to non-existant database
        Fix Bug#27381 by calling os_file_handle_error_no_exit() instead of
        os_file_handle_error().
      
      
      innobase/dict/dict0dict.c:
        Apply innodb-5.0-ss1372 snapshot
        
        Revision r1351:
        branches/5.0: Merge r1350 from trunk:
        
        Lock the data dictionary during rollback.  This removes the rare
        debug assertion failure ut_ad(mutex_own(&(dict_sys->mutex))) in
        dict_table_get_on_id() after the rollback following crash recovery.
      innobase/os/os0file.c:
        Apply innodb-5.0-ss1372 snapshot
        
        Revision r1354:
        branches/5.0: Merge r1352 from trunk:
        (also make indentation the same as in 5.1 to ease further merges)
        
        Fix typo in comment in os/os0file.c
        
        
        
        Revision r1370:
        branches/5.0: Merge r1366 from trunk:
        
        Fix Bug#27381 by calling os_file_handle_error_no_exit() instead of
        os_file_handle_error().
      innobase/row/row0undo.c:
        Apply innodb-5.0-ss1372 snapshot
        
        Revision r1351:
        branches/5.0: Merge r1350 from trunk:
        
        Lock the data dictionary during rollback.  This removes the rare
        debug assertion failure ut_ad(mutex_own(&(dict_sys->mutex))) in
        dict_table_get_on_id() after the rollback following crash recovery.
      db340b7a
    • unknown's avatar
      Fix for bugs · e152fc4d
      unknown authored
      #27176: Assigning a string to an year column has unexpected results
      #26359: Strings becoming truncated and converted to numbers under STRICT mode
      
      Problems: 
      1. storing a string to an integer field we don't check 
         if strntoull10rnd() returns MY_ERRNO_EDOM error.
         Fix: check for MY_ERRNO_EDOM.
      2. storing a string to an year field we use my_strntol() function.
         Fix: use strntoull10rnd() instead.
      
      
      mysql-test/r/strict.result:
        Fix for bugs
        #27176: Assigning a string to an year column has unexpected results
        #26359: Strings becoming truncated and converted to numbers under STRICT mode
          - test result.
      mysql-test/r/type_date.result:
        Fix for bugs
        #27176: Assigning a string to an year column has unexpected results
        #26359: Strings becoming truncated and converted to numbers under STRICT mode
          - test result.
      mysql-test/r/type_year.result:
        Fix for bugs
        #27176: Assigning a string to an year column has unexpected results
        #26359: Strings becoming truncated and converted to numbers under STRICT mode
          - test result.
      mysql-test/t/strict.test:
        Fix for bugs
        #27176: Assigning a string to an year column has unexpected results
        #26359: Strings becoming truncated and converted to numbers under STRICT mode
          - test case.
      mysql-test/t/type_year.test:
        Fix for bugs
        #27176: Assigning a string to an year column has unexpected results
        #26359: Strings becoming truncated and converted to numbers under STRICT mode
      sql/field.cc:
        Fix for bugs
        #27176: Assigning a string to an year column has unexpected results
        #26359: Strings becoming truncated and converted to numbers under STRICT mode
          - Field_num::get_int() method introduced. It converts a string to integer
            then check errors and bounds.
          - similar Field_tiny::store(const char...),  Field_short::store(const char...),
            Field_medium::store(const char...), Field_long::store(const char...)
            rewritten, now they just call Field_num::get_int() then store value returned.
          - Field_num::check_int() simplified.
          - Field_year::store(const char...) now uses strntoull10rnd() and properly checks
            errors returned.
      sql/field.h:
        Fix for bugs
        #27176: Assigning a string to an year column has unexpected results
        #26359: Strings becoming truncated and converted to numbers under STRICT mode
         - check_int() moved to Field_num.
         - get_int() introduced.
      e152fc4d
    • unknown's avatar
      Fix warning on Windows · e077a12e
      unknown authored
      
      sql/log.cc:
        Change print_buffer_to_nt_eventlog() to take size_t instead of int/uint for buffer sizes
      e077a12e
    • unknown's avatar
      Update test for bug #24563 (MBROverlaps does not seem to function propertly.);... · c0e1c6c3
      unknown authored
      Update test for bug #24563 (MBROverlaps does not seem to function propertly.); ARCHIVE doesn't support AUTO_INCREMENT, so specify PK values explicitly
      
      
      mysql-test/r/archive_gis.result:
        update test result
      mysql-test/r/bdb_gis.result:
        update test result
      mysql-test/r/innodb_gis.result:
        update test result
      mysql-test/r/ndb_gis.result:
        update test result
      c0e1c6c3
  2. 28 Mar, 2007 17 commits
    • unknown's avatar
      Remove warning when compiling libmysqld/log.cc · 6c4f222a
      unknown authored
      
      sql/log.cc:
        define print_buffer_to_file only ifdef EMBEDDED_LIBRARY, to avoid "defined but not used" warning
      6c4f222a
    • unknown's avatar
      Update test for bug #24563 (MBROverlaps does not seem to function propertly.): · 4b8d23b9
      unknown authored
      - Add primary key to test table, so NDB with binlog doesn't complain
      - Add extra results for bdb_gis.result
      
      
      mysql-test/include/gis_generic.inc:
        Update test for bug #24563 (MBROverlaps does not seem to function propertly.):
        - Add primary key to test table, so NDB with binlog doesn't complain
      mysql-test/r/archive_gis.result:
        update test results
      mysql-test/r/bdb_gis.result:
        update test results
      mysql-test/r/innodb_gis.result:
        update test results
      mysql-test/r/ndb_gis.result:
        update test results
      4b8d23b9
    • unknown's avatar
      Bug #26642: create index corrupts table definition in .frm · c37bb974
      unknown authored
      Thanks to Martin Friebe for finding and submitting a fix for this bug!
      
      A table with maximum number of key segments and maximum length key name
      would have a corrupted .frm file, due to an incorrect calculation of the
      complete key length.  Now the key length is computed correctly (I hope) :-)
      
      MyISAM would reject a table with the maximum number of keys and the maximum
      number of key segments in all keys.  It would allow one less than this total
      maximum.  Now MyISAM accepts a table defined with the maximum.  (This is a
      very minor issue.)
      
      
      myisam/mi_open.c:
        change >= to > in a comparison (i.e., error only if key_parts_in_table
        really is greater than MAX_KEY * MAX_KEY_SEG)
      mysql-test/r/create.result:
        Add test results for bug #26642 (create index corrupts table definition in .frm)
      mysql-test/t/create.test:
        Add test case for bug #26642 (create index corrupts table definition in .frm)
      sql/table.cc:
        In create_frm(), fix formula for key_length; it was too small by (keys * 2) bytes
      c37bb974
    • unknown's avatar
      Merge siva.hindu.god:/home/tsmith/m/bk/maint/bmisc/50 · 7907d13c
      unknown authored
      into  siva.hindu.god:/home/tsmith/m/bk/maint/50
      
      7907d13c
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0-maint · a97c96cf
      unknown authored
      into  polly.local:/home/kaa/src/maint/mysql-5.0-maint
      
      a97c96cf
    • unknown's avatar
      Merge pilot.blaudden:/home/msvensson/mysql/yassl_import/my50-yassl_import · 0ac504ae
      unknown authored
      into  pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
      
      0ac504ae
    • unknown's avatar
      Import yaSSL · 14697256
      unknown authored
      
      extra/yassl/src/ssl.cpp:
        Import patch yassl.diff
      14697256
    • unknown's avatar
      Merge pilot.blaudden:/home/msvensson/mysql/bug27490/my50-bug27490 · 291a9e09
      unknown authored
      into  pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
      
      
      sql/log.cc:
        Auto merged
      291a9e09
    • unknown's avatar
      Merge polly.local:/tmp/maint/bug26844/my50-bug26844 · efab330d
      unknown authored
      into  polly.local:/home/kaa/src/maint/mysql-5.0-maint
      
      efab330d
    • unknown's avatar
      Add back the look for exe_mysql · 81c20c05
      unknown authored
      81c20c05
    • unknown's avatar
      Set yaSSL to use same type as MySQL do for socket handles · 4454184b
      unknown authored
      
      extra/yassl/include/openssl/ssl.h:
        Import patch yassl.diff
      extra/yassl/src/ssl.cpp:
        Import patch yassl.diff
      4454184b
    • unknown's avatar
      Bug#25309 SSL connections without CA certificate broken since MySQL 5.0.23 · fc9f61c1
      unknown authored
       - Turn off verification of peer if both ca_path and ca_file is null
         i.e from only passing --ssl-key=<client_key> and --ssl-cert=<client_cert>
         to the mysql utility programs.
         The server will authenticate the client accoring to GRANT tables
         but the client won't authenticate the server 
      
      
      mysql-test/r/openssl_1.result:
        Update result file
      mysql-test/t/openssl_1.test:
        Test that it's possible to connect with --ssl-ca set to /dev/null
      vio/viosslfactories.c:
        Turn off verification of peer if both ca_file and ca_path is NULL
      fc9f61c1
    • unknown's avatar
      Turn off im if extern · 69b49fb5
      unknown authored
      Remove strange comment
      Add run_query function 
      
      69b49fb5
    • unknown's avatar
      Dont' redirect stderr in ActiveState perl · aa7087e1
      unknown authored
      Improve comments
      
      aa7087e1
    • unknown's avatar
      Bug#27490 Function to log to NT event log could allocate memory · 8016a37e
      unknown authored
      - Change 'print_buffer_to_nt_event_log' to overwrite the string
      if the buffer is not long enough to hold the ending CR/LF's
      - Make functions static
      - Remove the "hack" intended to force 'print_buffer_to_nt_event_log'
       never to use "new"
      
      
      sql/log.cc:
        -Change 'print_buffer_to_nt_event_log' to overwrite the string
        if the buffer is not long enough to hold the ending CR/LF's
        - Make functions static
        - Remove the "hack" intended to force 'print_buffer_to_nt_event_log'
         never to use "new"
      8016a37e
    • unknown's avatar
      Merge pilot.blaudden:/home/msvensson/mysql/bug25197/my50-bug25197 · 663c209d
      unknown authored
      into  pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
      
      
      mysql-test/r/func_str.result:
        Auto merged
      mysql-test/t/func_str.test:
        Auto merged
      sql/item_strfunc.cc:
        Auto merged
      663c209d
    • unknown's avatar
      Bug#25197 repeat function returns null when using table field directly as count · 7cf339ff
      unknown authored
       - Add extra test case from bug#27073
       - Change "if" to be optimized for count > 0
      
      
      mysql-test/r/func_str.result:
        Add test case from bug#27073
      mysql-test/t/func_str.test:
        Add test case from bug#27073
      sql/item_strfunc.cc:
        Change the if statemnet to be optimized for the normal case where count > 0
      7cf339ff