An error occurred fetching the project authors.
  1. 25 Nov, 2003 1 commit
  2. 23 Nov, 2003 2 commits
  3. 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
  4. 16 Oct, 2003 1 commit
  5. 11 Sep, 2003 1 commit
    • monty@mashka.mysql.fi's avatar
      After merge fixes. · 45aa92c5
      monty@mashka.mysql.fi authored
      Note that mix_innodb_myisam_binlog and union fails after this patch (Will be fixed shortly by maintaners of this code)
      45aa92c5
  6. 23 Aug, 2003 1 commit
  7. 20 Aug, 2003 2 commits
  8. 19 Aug, 2003 1 commit
  9. 06 Aug, 2003 1 commit
    • Sinisa@sinisa.nasamreza.org's avatar
      sql_union.cc, sql_select.cc: · 3c99eb43
      Sinisa@sinisa.nasamreza.org authored
        Code clean-up
      sql_union.cc, union.test, union.result:
        A fix for a bug #978.
        This enables that NULL's can be entered into UNION's result set,
        although first SELECT columns are NOT NULL.
        This is also a start of fixing UNION's properly regarding type
        acceptance.
      sql_select.cc:
        A commit for my second July SPRINT task
      3c99eb43
  10. 02 Jul, 2003 1 commit
  11. 01 Jul, 2003 2 commits
  12. 13 May, 2003 1 commit
  13. 08 Apr, 2003 1 commit
  14. 14 Mar, 2003 1 commit
  15. 10 Mar, 2003 1 commit
  16. 06 Mar, 2003 1 commit
  17. 27 Feb, 2003 1 commit
  18. 22 Feb, 2003 1 commit
  19. 05 Jan, 2003 1 commit
  20. 09 Dec, 2002 1 commit
  21. 02 Dec, 2002 1 commit
  22. 30 Nov, 2002 1 commit
  23. 17 Oct, 2002 1 commit
  24. 26 Sep, 2002 1 commit
    • bell@sanja.is.com.ua's avatar
      new EXPLAIN · 46a22a5b
      bell@sanja.is.com.ua authored
      fixed bug in mysql-test/create-test-result
      fixed bug in union-subselect engine
      46a22a5b
  25. 24 Jul, 2002 1 commit
  26. 23 Jul, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      New SET syntax & system variables. · dddc20d9
      monty@mashka.mysql.fi authored
      Made a some new buffers thread specific and changeable.
      Resize of key_buffer.
      AUTO_COMMIT -> AUTOCOMMIT
      Fixed mutex bug in DROP DATABASE
      Fixed bug when using auto_increment as second part of a key where first part could include NULL.
      Split handler->extra() to extra() and extra_opt() to be able to support thread specific buffers.
      Don't write message to error log when slave reconnects becasue of timeout.
      Fixed possible update problem when using DELETE/UPDATE on small tables
      (In some cases we used index even if table scanning would be better)
      A lot of minior code cleanups
      dddc20d9
  27. 03 Apr, 2002 1 commit
  28. 02 Apr, 2002 1 commit
  29. 26 Mar, 2002 1 commit
  30. 22 Mar, 2002 1 commit
  31. 19 Mar, 2002 2 commits
  32. 28 Feb, 2002 2 commits
  33. 13 Dec, 2001 1 commit
  34. 04 Nov, 2001 1 commit
  35. 25 Oct, 2001 1 commit