1. 02 Mar, 2006 6 commits
  2. 01 Mar, 2006 18 commits
  3. 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