1. 14 Dec, 2006 2 commits
    • unknown's avatar
      Merge kpdesk.mysql.com:/home/thek/dev/bug17489/my41-bug17498 · c4b2bee9
      unknown authored
      into  kpdesk.mysql.com:/home/thek/dev/mysql-4.1-maint
      
      
      mysql-test/t/myisam.test:
        SCCS merged
      c4b2bee9
    • unknown's avatar
      Bug#17498 failed to put data file in custom directory use "data directory" option · e524063b
      unknown authored
      - When this bug was corrected it changed the behavior 
        for data/index directory in the myisam test case.
      - This patch moves the OS depending tests to a non-windows
        test file.
      
      
      mysql-test/r/myisam.result:
        moved test from myisam to symlink; new result file
      mysql-test/r/symlink.result:
        moved test from myisam to symlink; new result file
      mysql-test/t/myisam.test:
        moved test from myisam to symlink
      mysql-test/t/symlink.test:
        moved test from myisam to symlink
      e524063b
  2. 13 Dec, 2006 1 commit
  3. 11 Dec, 2006 2 commits
  4. 08 Dec, 2006 6 commits
    • unknown's avatar
      Makefile.am · b8151c7e
      unknown authored
          - test* targets are identical (as much as possible) to 5.0 & 5.1 versions
          - use @PERL@ ./mysql-test-run.pl, instead of depending on /usr/bin/perl location
          - PHONY: target includes all test targets
      
      
      Makefile.am:
        - test* targets are identical (as much as possible) to 5.0 & 5.1 versions
        - use @PERL@ ./mysql-test-run.pl, instead of depending on /usr/bin/perl location
        - PHONY: target includes all test targets
      b8151c7e
    • unknown's avatar
      Bug#19410 Test 'kill' fails on Windows + SCO · 0abeff72
      unknown authored
      
      mysql-test/t/kill.test:
        Move the connect of second connection to just before the query to be killed are sent.
        This introduces less variance since the connect time is not included in the delay
        we want between send of query and kill.
      0abeff72
    • unknown's avatar
      Add missing space · 8fc4864e
      unknown authored
      8fc4864e
    • unknown's avatar
      Bug#19410 Test 'kill' fails on Windows + SCO · e8d82549
      unknown authored
       - Use "mysql_field_count" to determine if there is a need to
         call "mysql_store_result"
      
      
      client/mysqltest.c:
        Only call 'mysql_store_result' if 'mysql_field_count' is greater than 0
        indicating that this query has a result set.  This change is mainly since
        if mysql_store_result fails the value returned by mysql_field_count will be reset.
      e8d82549
    • unknown's avatar
      Bug#24498 Stack overflow in mysqltest · 33a098bf
      unknown authored
       - Thanks to Vasil Dimov for the patch!
      
      
      client/mysqltest.c:
        Use my_snprintf to protect against exceeding size of buff
        Since variable name and valu might not be null terminated it's necessary to
        provide the length of the format specifiers.
      33a098bf
    • unknown's avatar
      ca1aebbd
  5. 05 Dec, 2006 6 commits
  6. 04 Dec, 2006 4 commits
  7. 01 Dec, 2006 2 commits
  8. 30 Nov, 2006 4 commits
  9. 29 Nov, 2006 9 commits
  10. 28 Nov, 2006 4 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 760bd9d1
      unknown authored
      into  bodhi.local:/opt/local/work/mysql-4.1-runtime
      
      
      libmysql/libmysql.c:
        Auto merged
      libmysqld/lib_sql.cc:
        Auto merged
      sql/item_sum.cc:
        Auto merged
      760bd9d1
    • unknown's avatar
      Bug#20836 Selecting into variables results in wrong results being returned · b4aab152
      unknown authored
      This error is displayed anytime the SELECT statement needs a temp table to
      return correct results because the object (select_dumpvar) that represents
      variables named in the INTO clause stored the results before the temp
      table was considered.  The problem was fixed by creating the necessary
      Item_func_set_user_var objects once the correct data is ready.
      
      
      mysql-test/r/distinct.result:
        Bug#20836 Selecting into variables results in wrong results being returned
        - Added results
      mysql-test/t/distinct.test:
        Bug#20836 Selecting into variables results in wrong results being returned
        - Added various Selects that use the INTO statement and a temp table.
        - Added Select Into Outfile variant tests also.
      sql/sql_class.cc:
        Bug#20836 Selecting into variables results in wrong results being returned
        - The select_dumpvar variable created a Item_func_set_user_var too early
        and once set, it was not possible to change.  The Item_func_set_user_var
        is now created once the final results are available.
      sql/sql_class.h:
        Bug#20836 Selecting into variables results in wrong results being returned
        - Removed unnecessary object members.
      b4aab152
    • unknown's avatar
      Move the check that $opt_vardir could be created and was writable to the function · b3273629
      unknown authored
      where we know how to creat the vardir 
      Remove unused variable
      
      
      b3273629
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/work/my41-work · 6e36d3c5
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      6e36d3c5