1. 01 Mar, 2006 1 commit
  2. 28 Feb, 2006 16 commits
    • unknown's avatar
      Merge snake-hub.snake.net:/src/extern/MySQL/bk/mysql-4.1 · d6278e67
      unknown authored
      into  snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0
      
      
      mysql-test/t/mysqltest.test:
        Auto merged
      d6278e67
    • unknown's avatar
      mysqltest.test: · f0fea433
      unknown authored
        Add real_sleep tests.
      
      
      mysql-test/t/mysqltest.test:
        Add real_sleep tests.
      f0fea433
    • unknown's avatar
      mysqltest.c: · 2d27e889
      unknown authored
        expand tab
      
      
      client/mysqltest.c:
        expand tab
      2d27e889
    • unknown's avatar
      Merge snake-hub.snake.net:/src/extern/MySQL/bk/mysql-4.1 · 1174ec73
      unknown authored
      into  snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0
      
      
      client/mysqltest.c:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Auto merged
      mysql-test/r/mysqltest.result:
        Auto merged
      1174ec73
    • unknown's avatar
      mysql-test-run.sh: · 7779319b
      unknown authored
        Fix URLs.
      README:
        Fix URL.
      mysqltest.result:
        Update test result for real_sleep error message.
      mysqltest.c:
        Fix do_sleep() to print correct command name for real_sleep.
      
      
      client/mysqltest.c:
        Fix do_sleep() to print correct command name for real_sleep.
      mysql-test/r/mysqltest.result:
        Update test result for real_sleep error message.
      mysql-test/README:
        Fix URL.
      mysql-test/mysql-test-run.sh:
        Fix URLs.
      7779319b
    • unknown's avatar
      mysqltest.c: · 39bd6f5d
      unknown authored
        Fix reference to incorrect (non-existent) options in comment.
      
      
      client/mysqltest.c:
        Fix reference to incorrect (non-existent) options in comment.
      39bd6f5d
    • unknown's avatar
      Merge snake-hub.snake.net:/src/extern/MySQL/bk/mysql-4.1 · 6e1ecf3a
      unknown authored
      into  snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0
      
      
      client/mysqltest.c:
        Auto merged
      6e1ecf3a
    • unknown's avatar
      mysqltest.c: · 32bffb1c
      unknown authored
        Correct/clarify comments.
      
      
      client/mysqltest.c:
        Correct/clarify comments.
      32bffb1c
    • unknown's avatar
      mysqltest.c: · e6322ed6
      unknown authored
        Fix typos.
      
      
      client/mysqltest.c:
        Fix typos.
      e6322ed6
    • unknown's avatar
      Merge snake-hub.snake.net:/src/extern/MySQL/bk/mysql-4.1 · 361bc5f0
      unknown authored
      into  snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0
      
      
      client/mysqltest.c:
        y
        manual merge
      361bc5f0
    • unknown's avatar
      mysqltest.c: · 98ff7cf0
      unknown authored
        Fix typos.
      
      
      client/mysqltest.c:
        Fix typos.
      98ff7cf0
    • unknown's avatar
      Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0 · da3f493d
      unknown authored
      into sunlight.local:/work_local/14169-bug-5.0-mysql
      
      
      tests/mysql_client_test.c:
        Auto merged
      da3f493d
    • unknown's avatar
      Fixed bug#14169: type of group_concat() result changed to blob if tmp_table was · 826594b1
      unknown authored
      used
      
      In a simple queries a result of the GROUP_CONCAT() function was always of 
      varchar type.
      But if length of GROUP_CONCAT() result is greater than 512 chars and temporary
      table is used during select then the result is converted to blob, due to
      policy to not to store fields longer than 512 chars in tmp table as varchar
      fields.
      
      In order to provide consistent behaviour, result of GROUP_CONCAT() now
      will always be converted to blob if it is longer than 512 chars.
      Item_func_group_concat::field_type() is modified accordingly.
      
      
      sql/item_sum.h:
        Fixed bug#14169: type of group_concat() result changed to blob if tmp_table was 
        used
        The Item_func_group_concat::field_type() now returns FIELD_TYPE_BLOB if the result is longer than 512 chars.
      tests/mysql_client_test.c:
        Added test case for bug#14169: type of group_concat() result changed to blob if tmp_table was used
      826594b1
    • unknown's avatar
      Merge neptunus:/home/msvensson/mysql/bug16795/my50-bug16795 · 6b91e7df
      unknown authored
      into  shellback.(none):/home/msvensson/mysql/mysql-5.0
      
      6b91e7df
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · cfb72e9d
      unknown authored
      into  shellback.(none):/home/msvensson/mysql/mysql-5.0
      
      cfb72e9d
    • unknown's avatar
      Merge msvensson@devsrv-b.mysql.com:/space/magnus/bug17279/my50-bug17279/ · 1417ec85
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0
      
      1417ec85
  3. 27 Feb, 2006 14 commits
  4. 26 Feb, 2006 6 commits
  5. 25 Feb, 2006 3 commits
    • unknown's avatar
      Merge monty@192.168.0.9:/my/mysql-5.0 · 57955482
      unknown authored
      into  mysql.com:/home/my/mysql-5.0
      
      57955482
    • unknown's avatar
      Fixed compiler warnings from gcc 4.0.2: · 59ebf42d
      unknown authored
      - Added empty constructors and virtual destructors to many classes and structs
      - Removed some usage of the offsetof() macro to instead use C++ class pointers
      
      
      configure.in:
        Added comment
      ndb/include/ndbapi/NdbDictionary.hpp:
        Fixed compiler warnings from gcc 4.0.2
      sql/field.cc:
        Fixed compiler warnings from gcc 4.0.2
      sql/handler.h:
        Fixed compiler warnings from gcc 4.0.2
      sql/item.h:
        Fixed compiler warnings from gcc 4.0.2
      sql/item_cmpfunc.h:
        Fixed compiler warnings from gcc 4.0.2
      sql/log_event.h:
        Fixed compiler warnings from gcc 4.0.2
      sql/mysql_priv.h:
        Fixed compiler warnings from gcc 4.0.2
        For find_table_in_list I fixed it to use proper C++ class pointers instead of C style pointers
      sql/opt_range.cc:
        Fixed compiler warnings from gcc 4.0.2
      sql/parse_file.h:
        Fixed compiler warnings from gcc 4.0.2
      sql/sp_rcontext.h:
        Fixed compiler warnings from gcc 4.0.2
      sql/spatial.h:
        Fixed compiler warnings from gcc 4.0.2
      sql/sql_base.cc:
        Fixed compiler warnings from gcc 4.0.2
      sql/sql_cache.h:
        Fixed compiler warnings from gcc 4.0.2
      sql/sql_class.h:
        Fixed compiler warnings from gcc 4.0.2
      sql/sql_parse.cc:
        Fixed compiler warnings from gcc 4.0.2
        (Not pretty, but seams to work...)
      sql/sql_select.h:
        Fixed compiler warnings from gcc 4.0.2
      sql/sql_update.cc:
        Fixed compiler warnings from gcc 4.0.2
      sql/table.h:
        Fixed compiler warnings from gcc 4.0.2
      sql/tztime.cc:
        Fixed compiler warnings from gcc 4.0.2
      sql/tztime.h:
        Fixed compiler warnings from gcc 4.0.2
      59ebf42d
    • unknown's avatar
      6939297c