1. 23 Feb, 2005 25 commits
    • unknown's avatar
      Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.0 · 6bb0cacd
      unknown authored
      into krsna.patg.net:/home/patg/mysql-5.0
      
      
      6bb0cacd
    • unknown's avatar
      Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.0 · a2a1449c
      unknown authored
      into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-5.0
      
      
      a2a1449c
    • unknown's avatar
      Merge gluh.mysql.r18.ru:/home/gluh/MySQL-MERGE/mysql-4.1 · e09a6c1a
      unknown authored
      into gluh.mysql.r18.ru:/home/gluh/MySQL-MERGE/mysql-5.0
      
      
      mysql-test/r/warnings.result:
        Auto merged
      mysql-test/t/warnings.test:
        Auto merged
      sql/protocol.cc:
        Auto merged
      e09a6c1a
    • unknown's avatar
      Fix for bug #6572: SHOW ERRORS doesn't · 262dadcc
      unknown authored
      262dadcc
    • unknown's avatar
      Fixed a compatibility problem. · c25d35bd
      unknown authored
      1) If my.cnf is found in datadir and basedir, give a warning and use the
         one in basedir.
      2) If my.cnf is found in datadir, use it, but give a warning.
      3) No warning if my.cnf is in basedir.
      
      
      c25d35bd
    • unknown's avatar
      Merge gluh.mysql.r18.ru:/home/gluh/MySQL-MERGE/mysql-4.1 · 272f78b5
      unknown authored
      into gluh.mysql.r18.ru:/home/gluh/MySQL-MERGE/mysql-5.0
      
      
      mysql-test/r/func_str.result:
        Auto merged
      mysql-test/t/func_str.test:
        Auto merged
      sql/item_strfunc.cc:
        Auto merged
      272f78b5
    • unknown's avatar
    • unknown's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.0 · 0de9a3dd
      unknown authored
      into mysql.com:/usr/home/bar/mysql-5.0.fresh
      
      
      0de9a3dd
    • unknown's avatar
      Merge mysql.com:/home/timka/mysql/src/5.0-virgin · a86dd5b7
      unknown authored
      into mysql.com:/home/timka/mysql/src/5.0-bug-8576
      
      
      a86dd5b7
    • unknown's avatar
      Merge · 3fe941e4
      unknown authored
      
      include/config-win.h:
        Auto merged
      myisam/myisamchk.c:
        Auto merged
      mysys/errors.c:
        Auto merged
      include/mysys_err.h:
        Merge from 4.1, attempt#2.
      3fe941e4
    • unknown's avatar
      Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.0 · e6944e4d
      unknown authored
      into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-5.0
      
      
      sql/sql_class.h:
        Auto merged
      e6944e4d
    • unknown's avatar
      Merge mysql.com:/home/timka/mysql/src/5.0-virgin · 9c7879c2
      unknown authored
      into mysql.com:/home/timka/mysql/src/5.0-bug-8576
      
      
      sql/opt_range.cc:
        Auto merged
      9c7879c2
    • unknown's avatar
      Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.0 · 72cc9fbd
      unknown authored
      into gluh.mysql.r18.ru:/home/gluh/MySQL/mysql-5.0
      
      
      72cc9fbd
    • unknown's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1 · 2e199a1e
      unknown authored
      into mysql.com:/usr/home/bar/mysql-4.1
      
      
      2e199a1e
    • unknown's avatar
      config-win.h: · 990d937d
      unknown authored
        Activate Unicode collations in Windows version.
      
      
      include/config-win.h:
        Activate Unicode collations in Windows version.
      990d937d
    • unknown's avatar
      56ed8091
    • unknown's avatar
      Fix for bug #7217: information_schema: columns are varbinary() instead of timestamp & · 9e1ead5a
      unknown authored
              bug #7215: information_schema: columns are longtext instead of varchar
      
      
      9e1ead5a
    • unknown's avatar
      Fix for BUG#8576 · 51408489
      unknown authored
      The problem was in different representations of double variables depending on
      platform/compiler/compile options. In some cases double variables are represented by
      64 bits (while in memory), or by 80 bits (while in FPU register). As a result equal
      values are not considered "==". As many sources point out,  doubles should not be
      compared by '==' for this reason. This fix subtracts the scaled minimal double
      value X such that 1 + X != 1, to ensure that the inequality holds in any case.
      
      
      sql/opt_range.cc:
        Do not compare double values with == because they may have different representations.
      51408489
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 4e30b156
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
      
      
      4e30b156
    • unknown's avatar
      Merge · c03c9b24
      unknown authored
      
      ndb/src/kernel/main.cpp:
        merge
      c03c9b24
    • unknown's avatar
      removed printout "- Repeated 1 times" · e1d76d16
      unknown authored
         make sure transporter connections are close early in shutdown
      
      
      ndb/src/common/logger/LogHandler.cpp:
        removed printout "- Repeated 1 times"
      ndb/src/kernel/main.cpp:
        make sure transporter connections are close early in shutdown
      ndb/src/kernel/vm/Emulator.cpp:
        make sure transporter connections are close early in shutdown
      ndb/src/kernel/vm/Emulator.hpp:
        make sure transporter connections are close early in shutdown
      e1d76d16
    • unknown's avatar
      Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.0 · 8f62bf27
      unknown authored
      into gluh.mysql.r18.ru:/home/gluh/MySQL/mysql-5.0
      
      
      8f62bf27
    • unknown's avatar
      WL# 2094 Federated Storage Handler · f6c9db08
      unknown authored
      Patch #2, all coding style changes per Kostja's review 
      (as requested to keep style changes separate from functionality changes),
      as well as changes to the test suit to no longer use hard-coded port 
      values in foreign table creation statement
      
      
      mysql-test/r/federated.result:
        Now using SLAVE_PORT as opposed to hard-coded port value
      mysql-test/t/federated.test:
        - changed test to use SLAVE_MYPORT
        - made all standard SQL uppercase
        - made test 80 cols, except blob inserts of text
      sql/ha_federated.cc:
        - made sure all comments and style changes were according to Kostja's 
        review 
        - combined parse_url error handling into a 'error:' block, took out 
        triple exclamation points.
        - clarified commented documentation
        - got rid of all trailing spaces
      f6c9db08
    • unknown's avatar
      WL #2094 Federated Storage Handler · aec30267
      unknown authored
      This is the first changeset of suggested changes recommended in Kostja's 
      review of my patch, 1.1846, which includes only functionality changes. 
      Style changes/Documentation patch to follow.
      
      
      include/mysql.h:
        removed declaration of cli_fetch_lengths per Kostja's suggestion
      libmysql/libmysql.c:
        moved mysql_fetch_lengths to client.c (for server to access) per Kostja's
        suggestion
      sql-common/client.c:
        added back 'static' to function definition, added mysql_fetch_lengths
      sql/ha_federated.cc:
        changed to use defines as opposed to hardcoded values
      sql/ha_federated.h:
        took out duplicate table_flag, fixed a resolve mistake
      aec30267
    • unknown's avatar
      Merge · 7d4ea5cf
      unknown authored
      
      extra/perror.c:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/sql_acl.cc:
        Merge change in warning message
      sql/sql_parse.cc:
        Hand-merge
      7d4ea5cf
  2. 22 Feb, 2005 15 commits