An error occurred fetching the project authors.
  1. 26 Oct, 2004 1 commit
    • igor@rurik.mysql.com's avatar
      item_cmpfunc.h: · 44b9faab
      igor@rurik.mysql.com authored
        COND_EQUAL must be derived from Sql_alloc to simplify memory
        management for objects of this class.
        This fixes a leak in mysql-test-run noticed by PEM.
      opt_range.cc:
        Fixed uninitialized min_max_range member the QUICK_GROUP_MIN_MAX_SELECT class.
      44b9faab
  2. 31 Aug, 2004 1 commit
  3. 29 Aug, 2004 1 commit
  4. 21 Aug, 2004 1 commit
    • igor@rurik.mysql.com's avatar
      null.test, null.result: · 4b760fcb
      igor@rurik.mysql.com authored
        Added test case for bug #4256.
      join_outer.result:
        Fixed bug #4256.
      item_cmpfunc.h:
        Fixed inconsistency of values of used_tables_cache and
        const_item_cache for Item_func_isnull objects.
        This inconsistency caused bug #4256.
      4b760fcb
  5. 17 Aug, 2004 1 commit
  6. 16 Aug, 2004 1 commit
  7. 11 Aug, 2004 1 commit
  8. 22 Jun, 2004 1 commit
  9. 19 Jun, 2004 1 commit
  10. 11 Jun, 2004 1 commit
  11. 03 Jun, 2004 1 commit
  12. 06 May, 2004 1 commit
  13. 03 Apr, 2004 1 commit
  14. 25 Mar, 2004 1 commit
  15. 20 Mar, 2004 1 commit
  16. 18 Mar, 2004 1 commit
  17. 17 Mar, 2004 1 commit
  18. 20 Feb, 2004 1 commit
  19. 19 Feb, 2004 1 commit
  20. 16 Feb, 2004 1 commit
    • monty@mysql.com's avatar
      After merge fixes · f43093ec
      monty@mysql.com authored
      Added more DBUG statements
      Ensure that we are comparing end space with BINARY strings
      Use 'any_db' instead of '' to mean any database. (For HANDLER command)
      Only strip ' ' when comparing CHAR, not other space-like characters (like \t)
      f43093ec
  21. 12 Feb, 2004 1 commit
  22. 08 Feb, 2004 1 commit
  23. 02 Feb, 2004 1 commit
  24. 19 Jan, 2004 2 commits
  25. 30 Dec, 2003 2 commits
  26. 02 Dec, 2003 1 commit
    • igor@rurik.mysql.com's avatar
      join_outer.result, null.result, null.test: · 441ad81b
      igor@rurik.mysql.com authored
        Fixed inconsistency of values of used_tables_cache
        and const_item_cache for Item_func_isnull objects (bug #1990).
      item_cmpfunc.h:
        Fixed inconsistency of values of used_tables_cache
        and const_item_cache for Item_func_isnull objects (bug #1990).
      441ad81b
  27. 01 Dec, 2003 1 commit
  28. 28 Nov, 2003 1 commit
    • monty@mysql.com's avatar
      Added missing SSL library (Should be in source distribution) · ede8169d
      monty@mysql.com authored
      Fixed compiler warnings (a lot of hidden variables detected by the Forte compiler)
      Added a lot of 'version_xxx' strings to 'show variables'
      Prevent copying of TMP_TABLE_PARAM (This caused core dump bug on Solaris)
      Fixed problem with printing sub selects to debug log
      ede8169d
  29. 27 Nov, 2003 1 commit
    • igor@rurik.mysql.com's avatar
      This ChangeSet Introdices Item_equal. · 3938ac54
      igor@rurik.mysql.com authored
      The objects of this class represent multiple conjunctive equalities
      in where conditions: =(f1,f2,...fn) <=> f1=f2 and f2= ... and =fn.
      The objects are used to generate new possibale paths to access
      the tables when executing a query.
      They are also used to optimize the execution plan 
      chosen by the optimizer for the query.  
      3938ac54
  30. 19 Nov, 2003 1 commit
  31. 18 Nov, 2003 1 commit
    • monty@mashka.mysql.fi's avatar
      CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTS · cab1dc62
      monty@mashka.mysql.fi authored
      New multi-key-cache handling. This was needed becasue the old one didn't work reliable with MERGE tables.
      ALTER TABLE table_name ... CHARACTER SET  ... now changes all char/varchar/text columns to the given character set
      (One must use ALTER TABLE ... DEFAULT CHARACTER SET ... to change the default character set)
      Fixed that have_compress is detected properly (fixes problems with func_compress.test on platforms without zlib)
      New syntax for CACHE INDEX ('keys' is optional if no index name is given and one mentions the key cache name only ones)
      Removed compiler warnings
      Added mysql_set_server_option() to allow clients like PHP to easaily set/reset the multi-statement flag.
      cab1dc62
  32. 03 Nov, 2003 1 commit
  33. 31 Oct, 2003 1 commit
  34. 30 Oct, 2003 1 commit
  35. 20 Oct, 2003 1 commit
  36. 16 Oct, 2003 1 commit
  37. 12 Oct, 2003 1 commit
  38. 02 Sep, 2003 1 commit