1. 08 Sep, 2004 7 commits
    • unknown's avatar
      Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1 · 61665a3a
      unknown authored
      into mysql.com:/dbdata/psergey/mysql-4.1-bug-grp
      
      61665a3a
    • unknown's avatar
      Fix for bug#5400 "GROUP_CONCAT returns everything twice": · 9d7e5779
      unknown authored
      Don't evaluate the value of GROUP_CONCAT several times for the same 'group', reuse the value instead.
      
      
      mysql-test/r/group_by.result:
         Testcase for bug#5400
      mysql-test/t/group_by.test:
         Testcase for bug#5400
      9d7e5779
    • unknown's avatar
      mysql.cc: · 5d228a83
      unknown authored
        Print sqlstate value in batch mode, not just in interactive mode.
      
      
      client/mysql.cc:
        Print sqlstate value in batch mode, not just in interactive mode.
      5d228a83
    • unknown's avatar
      After merge fix. · aff55bf0
      unknown authored
      
      sql/mysqld.cc:
        mlockall() call hided behind !defined(EMBEDDED_LIBRARY).
      aff55bf0
    • unknown's avatar
      A fix and test case for bug#5399 "Wrong statement executed by MySQL · b816fa37
      unknown authored
       server" (use my_charset_bin for stmt id hash).
      
      
      sql/sql_class.cc:
        Fix for bug#5399 "Wrong statement executed by MySQL server": 
        we hash stmt ids bytewise, need to use binary collation for it.
      tests/client_test.c:
        Test case for bug#5399 "Wrong statement executed by MySQL server":
        create number of statements returning different results, execute them
        one by one.
      b816fa37
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/mysql-4.1 · cc1e4058
      unknown authored
      into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
      
      cc1e4058
    • unknown's avatar
      func_group.test, func_group.result: · ed24f6d4
      unknown authored
        Added test case for bug #5406.
      opt_sum.cc:
        Fixed bug #5406.
      
      
      sql/opt_sum.cc:
        Fixed bug #5406.
      mysql-test/r/func_group.result:
        Added test case for bug #5406.
      mysql-test/t/func_group.test:
        Added test case for bug #5406.
      ed24f6d4
  2. 07 Sep, 2004 28 commits
  3. 06 Sep, 2004 5 commits