An error occurred fetching the project authors.
  1. 28 Jul, 2003 1 commit
  2. 22 Jul, 2003 1 commit
  3. 12 Jun, 2003 1 commit
    • igor@rurik.mysql.com's avatar
      Many files: · f547f276
      igor@rurik.mysql.com authored
        New feature: preload indexes into key cache.
      mi_preload.c:
        new file
      Many files:
        Added preload statement.
      f547f276
  4. 02 May, 2003 1 commit
  5. 24 Apr, 2003 1 commit
    • igor@hundin.mysql.fi's avatar
      Many files: · 80615fad
      igor@hundin.mysql.fi authored
         Added the MAX_LENGTH_FOR_SORT_DATA option
      filesort.cc:
        Added the MAX_LENGTH_FOR_SORT_DATA option
      80615fad
  6. 19 Feb, 2003 1 commit
  7. 12 Feb, 2003 1 commit
  8. 21 Jan, 2003 1 commit
  9. 09 Jan, 2003 1 commit
  10. 05 Jan, 2003 1 commit
  11. 06 Dec, 2002 1 commit
  12. 29 Nov, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      New multi-table-update code · 6603d752
      monty@mashka.mysql.fi authored
      New (simpler) internal timestamp handling.
      More debuging to heap tables.
      Small cleanups to multi-table-delete
      false -> 0 and true -> 1  (We should use TRUE and FALSE)
      6603d752
  13. 20 Nov, 2002 1 commit
  14. 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
  15. 21 Sep, 2002 1 commit
  16. 20 Sep, 2002 1 commit
  17. 18 Sep, 2002 1 commit
  18. 16 Jul, 2002 1 commit
  19. 18 Jun, 2002 1 commit
  20. 12 Jun, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      Added the following new privleges: · b8421d34
      monty@mashka.mysql.fi authored
      SHOW DATABASES
      CREATE TEMPORARY TABLE
      LOCK TABLES
      REPLICATION SLAVE & REPLICATION CLIENT
      SUPER
      EXECUTE
      
      All scripts & documentation is updated for this change.
      Added better error messages for global privileges 
      b8421d34
  21. 11 Jun, 2002 1 commit
  22. 08 Jun, 2002 1 commit
  23. 14 May, 2002 1 commit
  24. 09 May, 2002 1 commit
  25. 06 May, 2002 1 commit
  26. 02 Apr, 2002 1 commit
  27. 26 Mar, 2002 1 commit
  28. 16 Mar, 2002 1 commit
  29. 15 Mar, 2002 1 commit
  30. 01 Mar, 2002 1 commit
  31. 06 Dec, 2001 1 commit
  32. 04 Oct, 2001 1 commit
  33. 21 Sep, 2001 1 commit
  34. 17 Sep, 2001 1 commit
  35. 22 May, 2001 1 commit
  36. 09 May, 2001 1 commit
  37. 11 Apr, 2001 1 commit
  38. 28 Jan, 2001 1 commit
  39. 27 Jan, 2001 1 commit
  40. 14 Nov, 2000 1 commit
    • sasha@mysql.sashanet.com's avatar
      repl-tests/test-repl-ts/repl-timestamp.master.reject · f2b9a60e
      sasha@mysql.sashanet.com authored
          this file needs to be deleted
      sql/log_event.cc
          fixed warnings
      sql/log_event.h
          fixed () #define bug
      sql/mysqlbinlog.cc
          fixed length argument - was supposed to be one less
      sql/mysqld.cc
          replicate-do/ignore-table now works, wild does not yet
      sql/mysql_priv.h
          updating argument to add_table_to_list() -- needed for replicate-do/ignore table
      sql/slave.cc
          changes fore replicate-do/ignore-table
          close the socket before going to sleep sleeping after error
          bad event was being freed too early
      sql/slave.h
          changes for replicate-do/ignore-table
      sql/sql_class.cc
          slave_thread variable to THD
      sql/sql_class.h
          added slave_thread to THD, fixed bug in end_time()
      sql/sql_parse.cc
          updating argument to add_tables_to_list()
      sql/sql_table.cc
          fixed bug in mysql_rm_table()
      sql/sql_yacc.yy
          fixed up add_table_to_list() calls to accept updating argument
      sql/table.h
          added updating to TABLE_LIST
      f2b9a60e