An error occurred fetching the project authors.
  1. 13 Apr, 2001 1 commit
  2. 12 Apr, 2001 1 commit
  3. 11 Apr, 2001 6 commits
  4. 10 Apr, 2001 1 commit
    • heikki@donna.mysql.fi's avatar
      srv0srv.h Merging work for 3.23.37 · 4709a172
      heikki@donna.mysql.fi authored
      os0thread.c	Set created thread priority to QUERY_PRIOR if specified
      row0mysql.c	Drop table removes locks on the table, error handling changed
      row0ins.c	Insert now always sets a shared lock on a duplicate or suspected duplicate record
      lock0lock.h	Can remove locks from a table to be dropped
      lock0lock.c	Can remove locks from a table to be dropped
      srv0srv.c	Try to do log flush every second
      srv0start.c	No need for a slash at the end of dir
      trx0trx.h	Added an IGNORE option field to trx handle
      trx0trx.c	Added an IGNORE option field to trx handle
      ha_innobase.h	Added last_query_id field to handle
      ha_innobase.cc	Fix drop table hang, roll-forward etc.
      4709a172
  5. 09 Apr, 2001 3 commits
  6. 08 Apr, 2001 1 commit
  7. 06 Apr, 2001 2 commits
  8. 05 Apr, 2001 1 commit
  9. 04 Apr, 2001 1 commit
  10. 01 Apr, 2001 1 commit
  11. 31 Mar, 2001 1 commit
  12. 30 Mar, 2001 1 commit
  13. 27 Mar, 2001 1 commit
  14. 24 Mar, 2001 2 commits
  15. 23 Mar, 2001 2 commits
  16. 22 Mar, 2001 2 commits
  17. 21 Mar, 2001 2 commits
  18. 20 Mar, 2001 1 commit
  19. 16 Mar, 2001 1 commit
  20. 15 Mar, 2001 2 commits
  21. 14 Mar, 2001 2 commits
  22. 04 Mar, 2001 2 commits
  23. 02 Mar, 2001 1 commit
    • jcole@tetra.spaceapes.com's avatar
      Fixed a bug that allowed: · ab60ef6d
      jcole@tetra.spaceapes.com authored
      SET @foo=bar;
      
      This would cause a deadlock in mysqld, it now generates the error:
      ER_SET_CONSTANTS_ONLY as follows:
      
      mysql> set @foo=bar;
      ERROR 1204: You may only use constant expressions with SET
      ab60ef6d
  24. 22 Feb, 2001 2 commits