1. 20 May, 2005 1 commit
  2. 19 May, 2005 1 commit
    • unknown's avatar
      hf's fix for bug #10626 ( gis.test fails) · b8d22413
      unknown authored
      
      sql/spatial.cc:
        just float8get doesn't work well with the local variables -                     
        they can be of processor-specific floating type - not the                       
        standard decimal (by hf)
      b8d22413
  3. 18 May, 2005 17 commits
    • unknown's avatar
      Merge book.sanja.is.com.ua:/Users/bell/mysql/bk/mysql-4.1 · 9e8cad1d
      unknown authored
      into book.sanja.is.com.ua:/Users/bell/mysql/bk/work-4.1
      
      
      9e8cad1d
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-4.1 · 7a223fe8
      unknown authored
      into mysql.com:/home/mydev/mysql-4.1-4100
      
      
      7a223fe8
    • unknown's avatar
      Bug#10400 - Improperly-defined MERGE table crashes with INSERT ... ON DUPLICATE KEY UPDATE · 0461b482
      unknown authored
      After review version.
      Added a condition for MERGE tables. These do not have unique
      indexes. But every key could be a unique key on the underlying
      MyISAM table. So get the maximum key length for MERGE tables
      instead of the maximum unique key length. This is used for
      buffer allocation in write_record().
      
      
      mysql-test/r/merge.result:
        Bug#10400 - Improperly-defined MERGE table crashes with INSERT ... ON DUPLICATE KEY UPDATE
        The test result.
      mysql-test/t/merge.test:
        Bug#10400 - Improperly-defined MERGE table crashes with INSERT ... ON DUPLICATE KEY UPDATE
        The test case does not in all cases show the problem
        without the bugfix. The improper memory allocation
        might get through undetected in many cases.
      sql/ha_myisammrg.h:
        Bug#10400 - Improperly-defined MERGE table crashes with INSERT ... ON DUPLICATE KEY UPDATE
        Set a table_flag for the MERGE engine telling that any index
        might be unique without being specified as such.
      sql/handler.h:
        Bug#10400 - Improperly-defined MERGE table crashes with INSERT ... ON DUPLICATE KEY UPDATE
        Added a new table_flag telling that any index
        might be unique without being specified as such.
      sql/sql_insert.cc:
        Bug#10400 - Improperly-defined MERGE table crashes with INSERT ... ON DUPLICATE KEY UPDATE
        Changed the freeing of the memory to be symmetric to its
        allocation (my_safe_alloc -> my_safe_afree).
        This is not directly related to the bug.
      sql/table.cc:
        Bug#10400 - Improperly-defined MERGE table crashes with INSERT ... ON DUPLICATE KEY UPDATE
        Added a condition for MERGE tables. These do not have unique
        indexes. But every key could be a unique key on the underlying
        MyISAM table. So get the maximum key length for MERGE tables
        instead of the maximum unique key length. This is used for
        buffer allocation in write_record().
      0461b482
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.1 · d104149c
      unknown authored
      into mysql.com:/home/jimw/my/mysql-4.1-clean
      
      
      d104149c
    • unknown's avatar
      Update mysqldump test and results · 53af474b
      unknown authored
      
      mysql-test/r/mysqldump.result:
        Update results
      mysql-test/t/mysqldump.test:
        Fix test to not include version number in results
      53af474b
    • unknown's avatar
      Resolve bugfix merge · 0f02da9f
      unknown authored
      
      client/mysqldump.c:
        Merge bug fix
      mysql-test/r/mysqldump.result:
        Update results
      mysql-test/t/mysqldump.test:
        Merge bug fix
      0f02da9f
    • unknown's avatar
      Small optimization to bug fix, from Monty. · eff871bd
      unknown authored
      
      client/mysqldump.c:
        Optimize away a call to strend() by using return value of my_snprintf()
      eff871bd
    • unknown's avatar
      Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-4.1 · ada80876
      unknown authored
      into mysql.com:/space/pekka/ndb/version/my41
      
      
      ada80876
    • unknown's avatar
      ndb - allow upgrade 4.1.10->4.1.12 · fed9e191
      unknown authored
      
      ndb/src/common/util/version.c:
        allow upgrade 4.1.10->4.1.12
      fed9e191
    • unknown's avatar
      Merge book.sanja.is.com.ua:/Users/bell/mysql/bk/mysql-4.1 · 57ba8d3e
      unknown authored
      into book.sanja.is.com.ua:/Users/bell/mysql/bk/work-4.1
      
      
      57ba8d3e
    • unknown's avatar
      reduced 1 server reloding during test · 8c4e2860
      unknown authored
      
      BitKeeper/deleted/.del-grant_cache-master.opt~1b04b4b1116a7a2:
        Delete: mysql-test/t/grant_cache-master.opt
      mysql-test/r/grant_cache.result:
        query cache management moved inside test
      mysql-test/t/grant_cache.test:
        query cache management moved inside test to privent server reloading during test
      8c4e2860
    • unknown's avatar
      olap.result, olap.test: · 0a2b0725
      unknown authored
        Added test cases for bug #7914.
      sql_select.cc:
        Fixed bug #7914: rollup over expresssions such as sum(a)+1.
      
      
      sql/sql_select.cc:
        Fixed bug #7914: rollup over expresssions such as sum(a)+1.
      mysql-test/t/olap.test:
        Added test cases for bug #7914.
      mysql-test/r/olap.result:
        Added test cases for bug #7914.
      0a2b0725
    • unknown's avatar
      sql_yacc.yy: · fce15210
      unknown authored
        Added missing ';'.
      
      
      sql/sql_yacc.yy:
        Added missing ';'.
      fce15210
    • unknown's avatar
      Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/ · afc94dfb
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.1
      
      
      mysql-test/t/range.test:
        Auto merged
      afc94dfb
    • unknown's avatar
      test fixes · afe67793
      unknown authored
      
      mysql-test/mysql-test-run.sh:
        always use --no-defaults
      mysql-test/t/range.test:
        range.test does not requires innodb
      afe67793
    • unknown's avatar
      ndberror.c: · 26b619b3
      unknown authored
        updated error message for ndb
      
      
      ndb/src/ndbapi/ndberror.c:
        updated error message for ndb
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      26b619b3
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.1 · 0c11874d
      unknown authored
      into mysql.com:/data0/mysqldev/my/mysql-4.1-build
      
      
      configure.in:
        Auto merged
      mysql-test/t/range.test:
        Auto merged
      sql/item_strfunc.h:
        Auto merged
      0c11874d
  4. 17 May, 2005 1 commit
  5. 16 May, 2005 6 commits
  6. 15 May, 2005 5 commits
    • unknown's avatar
      mysqltest.c: · 94f3584b
      unknown authored
        To solve bug#8455, call mysql_affected_rows() earlier, before query to find warnings
      
      
      client/mysqltest.c:
        To solve bug#8455, call mysql_affected_rows() earlier, before query to find warnings
      94f3584b
    • unknown's avatar
      mysqltest.c: · 8fd8d819
      unknown authored
        To solve bug#6193, also reset require when using 'eval' for running query
      mysql-test-run.pl:
        In cleanup, remove possible soft link to var directory
      
      
      mysql-test/mysql-test-run.pl:
        In cleanup, remove possible soft link to var directory
      client/mysqltest.c:
        To solve bug#6193, also reset require when using 'eval' for running query
      8fd8d819
    • unknown's avatar
      mtr_report.pl, mtr_process.pl, mysql-test-run.pl: · bea0e79f
      unknown authored
        Added option --vardir=<directory> for feature bug#10096
      
      
      mysql-test/mysql-test-run.pl:
        Added option --vardir=<directory> for feature bug#10096
      mysql-test/lib/mtr_process.pl:
        Added option --vardir=<directory> for feature bug#10096
      mysql-test/lib/mtr_report.pl:
        Added option --vardir=<directory> for feature bug#10096
      bea0e79f
    • unknown's avatar
      mysql-test-run.pl: · 657469ba
      unknown authored
        Not to conflict with Windows return code 2 for "not found", use 62 for "skip"
      init_db.sql:
        Initial db updates
      
      
      mysql-test/lib/init_db.sql:
        Initial db updates
      mysql-test/mysql-test-run.pl:
        Not to conflict with Windows return code 2 for "not found", use 62 for "skip"
      657469ba
    • unknown's avatar
      mysqltest.c, mysql-test-run.sh: · f4425b50
      unknown authored
        Not to conflict with Windows return code 2 for "not found", use 62 for "skip"
      mysql-test-run.sh, suppress.purify:
        Use Purify suppress file
      
      
      mysql-test/suppress.purify:
        Purify suppress file
      mysql-test/mysql-test-run.sh:
        Use Purify suppress file
        Not to conflict with Windows return code 2 for "not found", use 62 for "skip"
      client/mysqltest.c:
        Not to conflict with Windows return code 2 for "not found", use 62 for "skip"
      f4425b50
  7. 14 May, 2005 3 commits
    • unknown's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1 · fe302e58
      unknown authored
      into mysql.com:/Users/kent/mysql/cw/mysql-4.1
      
      
      fe302e58
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 78f2e7b5
      unknown authored
      into mysql.com:/home/my/mysql-4.1
      
      
      libmysql/libmysql.c:
        Auto merged
      sql/share/danish/errmsg.txt:
        Auto merged
      78f2e7b5
    • unknown's avatar
      After merge fixes · 2059908b
      unknown authored
      
      BitKeeper/deleted/.del-outfile2.result~fb702ee2518d8e6d:
        Delete: mysql-test/r/outfile2.result
      libmysql/libmysql.c:
        Fix indentation for new function mysql_set_character_set()
      mysql-test/r/alter_table.result:
        Fix test to be in same order as in 4.0
      mysql-test/r/innodb.result:
        After merge fix
      mysql-test/r/insert_update.result:
        Add extra test for insert into ... on duplicate key upate
      mysql-test/r/outfile.result:
        After merge fix
      mysql-test/t/alter_table.test:
        Fix test to be in same order as in 4.0
      mysql-test/t/insert_update.test:
        Add extra test for insert into ... on duplicate key upate
      mysql-test/t/outfile.test:
        After merge fix
      sql/item_func.cc:
        After merge fix
      sql/sql_table.cc:
        After merge fix
      2059908b
  8. 13 May, 2005 6 commits
    • unknown's avatar
    • unknown's avatar
      Fix wrong format specifier in error messages. · 752372f6
      unknown authored
      Not to be pushed into 5.0 as there it's fixed differently (in the new
      format of error messages)
      
      
      sql/share/danish/errmsg.txt:
        Fix wrong format specifier in an error message.
      sql/share/serbian/errmsg.txt:
        Fix wrong format specifier in an error message.
      752372f6
    • unknown's avatar
      Fix for BUG#9622: Make index statistics collection in MyISAM behave the same · f8bb8923
      unknown authored
      way in ALTER TABLE ... ENABLE KEYS, ANALYZE TABLE and after bulk insert:
      now statistics collection always assumes NULLs are inequal. 
      
      
      mysql-test/r/myisam.result:
        Testcase for BUG#9622
      mysql-test/t/myisam.test:
        Testcase for BUG#9622
      f8bb8923
    • unknown's avatar
      Merge with 4.0 · 037b0a7b
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      mysql-test/r/outfile2.result:
        Merge rename: mysql-test/r/outfile.result -> mysql-test/r/outfile2.result
      myisam/mi_key.c:
        Auto merged
      mysql-test/r/alter_table.result:
        Auto merged
      mysql-test/r/auto_increment.result:
        Auto merged
      mysql-test/r/innodb.result:
        Auto merged
      mysql-test/t/auto_increment.test:
        Auto merged
      mysql-test/t/innodb.test:
        Auto merged
      sql/handler.h:
        Auto merged
      mysql-test/t/alter_table.test:
        Merge
      mysql-test/t/outfile.test:
        Merge
      sql/item_func.cc:
        Merge
      sql/share/czech/errmsg.txt:
        Merge
      sql/share/danish/errmsg.txt:
        Merge
      sql/share/dutch/errmsg.txt:
        Merge
      sql/share/english/errmsg.txt:
        Merge
      sql/share/estonian/errmsg.txt:
        Merge
      sql/share/french/errmsg.txt:
        Merge
      sql/share/german/errmsg.txt:
        Merge
      sql/share/greek/errmsg.txt:
        Merge
      sql/share/hungarian/errmsg.txt:
        Merge
      sql/share/italian/errmsg.txt:
        Merge
      sql/share/japanese/errmsg.txt:
        Merge
      sql/share/korean/errmsg.txt:
        Merge
      sql/share/norwegian-ny/errmsg.txt:
        Merge
      sql/share/norwegian/errmsg.txt:
        Merge
      sql/share/polish/errmsg.txt:
        Merge
      sql/share/portuguese/errmsg.txt:
        Merge
      sql/share/romanian/errmsg.txt:
        Merge
      sql/share/russian/errmsg.txt:
        Merge
      sql/share/slovak/errmsg.txt:
        Merge
      sql/share/spanish/errmsg.txt:
        Merge
      sql/share/swedish/errmsg.txt:
        Merge
      sql/share/ukrainian/errmsg.txt:
        Merge
      sql/sql_table.cc:
        Merge
      sql/sql_yacc.yy:
        Keep old
      sql/unireg.cc:
        Merge
      037b0a7b
    • unknown's avatar
      Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/ · e571163e
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.1
      
      
      e571163e
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 04890a2e
      unknown authored
      into mysql.com:/home/my/mysql-4.1
      
      
      04890a2e