1. 06 Jan, 2005 1 commit
    • unknown's avatar
      Fix for BUG#7331. · d96b59f5
      unknown authored
      The problem was that when a QUICK_SELECT access method is chosen,
      test_if_skip_sort_order() discovered that the index being used
      by the quick select will not deliver tuples in sorted order.
      In this case test_if_skip_sort_order() tried to change the index
      used by the quick select, but it didn't properly set the other
      members of the quick select, and especially the range flags of
      the ranges in QUICK_SELECT::ranges.
      
      The fix re-invokes the function SQL_SELECT::test_quick_select
      to correctly create a valid QUICK_SELECT object.
      
      
      mysql-test/r/order_by.result:
        Added test results.
      mysql-test/t/order_by.test:
        Added test for BUG#7331.
      sql/sql_select.cc:
        Fix for BUG#7331.
      d96b59f5
  2. 05 Jan, 2005 3 commits
    • unknown's avatar
      replace position names and testes · a2d253d6
      unknown authored
      fixed bug
      
      a2d253d6
    • unknown's avatar
      Merge · 1504f89a
      unknown authored
      
      mysql-test/mysql_test_run_new.c:
        SCCS merged
      1504f89a
    • unknown's avatar
      WL#964 · 10075d27
      unknown authored
      _stricmp was replaved on sting_compare_func
      added breakes for windows
      
      
      mysql-test/mysql_test_run_new.c:
        _stricmp was replaved on sting_compare_func
        added breakes for windows
      10075d27
  3. 04 Jan, 2005 9 commits
    • unknown's avatar
      mysql_test_run_new.dsp: · 5ece36ee
      unknown authored
        Link mysql_test_run_new as console application
      my_manage.c:
        The type intptr_t isn't defined for VC 6.0
        Changed return type for CreateProcess() to bool
      mysql_test_run_new.c:
        The type intptr_t isn't defined for VC 6.0
      mysqltest.dsp:
        Added regex to additional build types for mysqltest
      mysqldump.dsp:
        Added mysys.lib for linking mysqldump
      
      
      VC++Files/client/mysqldump.dsp:
        Added mysys.lib for linking mysqldump
      VC++Files/client/mysqltest.dsp:
        Added regex to additional build types for mysqltest
      mysql-test/mysql_test_run_new.c:
        The type intptr_t isn't defined for VC 6.0
      mysql-test/my_manage.c:
        The type intptr_t isn't defined for VC 6.0
        Changed return type for CreateProcess() to bool
      VC++Files/mysql-test/mysql_test_run_new.dsp:
        Link mysql_test_run_new as console application
      5ece36ee
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-4.1 · c967af85
      unknown authored
      into mysql.com:/home/mydev/mysql-4.1-4100
      
      c967af85
    • unknown's avatar
      Merge mysql.com:/home/jwinstead2/mysql-4.1-5875 · 38b68d08
      unknown authored
      into mysql.com:/home/jwinstead2/mysql-4.1-clean
      
      38b68d08
    • unknown's avatar
      Merge mysql.com:/home/jwinstead2/mysql-4.1-5878 · 963b15bb
      unknown authored
      into mysql.com:/home/jwinstead2/mysql-4.1-clean
      
      963b15bb
    • unknown's avatar
      Merge · 0b68614f
      unknown authored
      
      sql/set_var.cc:
        merge
      0b68614f
    • unknown's avatar
      client.c: · 4586fd88
      unknown authored
        Make multi-statements the preferred option name (to coincide
        with the renaming of the CLIENT_MULTI_RESULTS symbol to
        CLIENT_MULTI_STATEMENTS). Continue to allow multi-queries
        for backward compatibility.
      
      
      sql-common/client.c:
        Make multi-statements the preferred option name (to coincide
        with the renaming of the CLIENT_MULTI_RESULTS symbol to
        CLIENT_MULTI_STATEMENTS). Continue to allow multi-queries
        for backward compatibility.
      4586fd88
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-4.1 · 7ba1fd92
      unknown authored
      into mysql.com:/home/mydev/mysql-4.1-4100
      
      7ba1fd92
    • unknown's avatar
      Make query_cache_wlock_invalidate visible in SHOW VARIABLES (Bug #7594) · 62a93417
      unknown authored
      
      sql/set_var.cc:
        Make query_cache_wlock_invalidate visible in SHOW VARIABLES
      62a93417
    • unknown's avatar
      Use 'ps xaww' in mysqld_safe (on Linux) so whole command-line is searched · ee3d2017
      unknown authored
      for port and/or pid-file parameters. (Bug #5878)
      
      
      scripts/mysqld_safe.sh:
        Change 'ps xa' to 'ps xaww' so whole command-line is examined
      ee3d2017
  4. 03 Jan, 2005 19 commits
  5. 02 Jan, 2005 5 commits
    • unknown's avatar
      set_var.cc: · 2477e3a7
      unknown authored
        Silence compiler warning.
      
      
      sql/set_var.cc:
        Silence compiler warning.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      2477e3a7
    • unknown's avatar
      mysql-test-run.pl: · 5f22b251
      unknown authored
        Added initial support for multiple test suites
        Added usage information, i.e. --help
      
      
      mysql-test/mysql-test-run.pl:
        Added initial support for multiple test suites
        Added usage information, i.e. --help
      5f22b251
    • unknown's avatar
      Merge mysql.com:/home/wax/mysql/mysql-4.1 · c31f5011
      unknown authored
      into mysql.com:/home/wax/mysql/mysql-4.1test2
      
      c31f5011
    • unknown's avatar
      WL#964 · b6bfaea2
      unknown authored
      move my_end() after free_used_memory()
      
      
      client/mysqltest.c:
        move my_end() after free_used_memory()
      b6bfaea2
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · b065a362
      unknown authored
      into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.1
      
      b065a362
  6. 01 Jan, 2005 3 commits