An error occurred fetching the project authors.
  1. 25 Aug, 2005 1 commit
  2. 12 Aug, 2005 1 commit
  3. 08 Aug, 2005 1 commit
  4. 30 Jul, 2005 1 commit
  5. 20 Jul, 2005 1 commit
  6. 19 Jul, 2005 2 commits
  7. 04 Jul, 2005 1 commit
    • monty@mysql.com's avatar
      Fixes during review of new code · ec420bfb
      monty@mysql.com authored
      - Mostly indentation fixes
      - Added missing test
      - Ensure that Item_func_case() checks for stack overruns
      - Use real_item() instead of (Item_ref*) item
      - Fixed wrong error handling
      ec420bfb
  8. 27 Jun, 2005 1 commit
    • monty@mishka.local's avatar
      Portability fixes · 7398252d
      monty@mishka.local authored
      Fixes while reviewing new pushed code
      NULL as argument to encrypt/decrypt should return NULL without a warning
      7398252d
  9. 17 Jun, 2005 1 commit
  10. 16 Jun, 2005 1 commit
  11. 08 Jun, 2005 1 commit
    • msvensson@neptunus.(none)'s avatar
      BUG#10365 Cluster handler uses non-standard error codes · 8771c732
      msvensson@neptunus.(none) authored
       - Added better error messages when trying to open a table that can't be discovered or unpacked. The most likely cause of this is that it does not have any frm data, probably since it has been created from NdbApi or is a NDB system table.
       - Separated functionality that was in ha_create_table_from_engine into two functions. One that checks if the table exists and another one that tries to create the table from the engine.
      8771c732
  12. 07 Jun, 2005 1 commit
    • dlenev@brandersnatch.localdomain's avatar
      Fix for bug #10015 "Crash in InnoDB if stored routines are used". · 270b695f
      dlenev@brandersnatch.localdomain authored
      We should not allow explicit or implicit transaction commits inside
      of stored functions or triggers (so in autocommit mode we should not
      do commits after execution of sub-statement).
      Also since we don't support nested statement transactions in 5.0,
      we shouldn't commit or rollback stmt transactions while we are inside
      stored functions or triggers. This should be fixed in later (>=5.1)
      releases.
      270b695f
  13. 05 Jun, 2005 1 commit
  14. 03 Jun, 2005 1 commit
    • monty@mysql.com's avatar
      Move USE_PRAGMA_IMPLEMENTATION to proper place · 29fd1f2f
      monty@mysql.com authored
      Ensure that 'null_value' is not accessed before val() is called in FIELD() functions
      Fixed initialization of key maps. This fixes some problems with keys when you have more than 64 keys
      Fixed that ROLLUP don't always create a temporary table. This fix ensures that func_gconcat.test results are now predictable
      29fd1f2f
  15. 02 Jun, 2005 1 commit
    • kent@mysql.com's avatar
      tztime.cc: · bd48eed9
      kent@mysql.com authored
        Set #pragma implementation" earlier
      Many files:
        Need to include <my_global.h> before #ifdef USE_PRAGMA_IMPLEMENTATION
      bd48eed9
  16. 26 May, 2005 1 commit
  17. 18 May, 2005 1 commit
  18. 16 May, 2005 1 commit
  19. 06 May, 2005 1 commit
  20. 28 Apr, 2005 1 commit
  21. 27 Apr, 2005 2 commits
  22. 22 Apr, 2005 1 commit
  23. 20 Apr, 2005 1 commit
    • heikki@hundin.mysql.fi's avatar
      Many files: · 8974ce08
      heikki@hundin.mysql.fi authored
        Semi-synchronous replication for InnoDB type tables; before telling the client that a commit has been processed, wait that the replication thread has returned from my_net_send() where it sends the binlog to the slave; note that TCP/IP, even with the TCP_NODELAY option does not guarantee that the slave has RECEIVED the data - this is just heuristic at the moment; this is useful in failover: in almost all cases, every transaction that has returned from the commit has been sent and processed in the slave, which makes failover to the slave simpler if the master crashes; the code does not work yet as is, because MySQL should call innobase_report_binlog_offset_and_commit() in a commit; we will most probably return that call to 5.0.x, to make InnoDB Hot Backup and group commit to work again; XA code broke them temporarily in 5.0.3
      8974ce08
  24. 16 Apr, 2005 1 commit
  25. 14 Apr, 2005 1 commit
  26. 12 Apr, 2005 1 commit
  27. 07 Apr, 2005 1 commit
  28. 05 Apr, 2005 3 commits
  29. 03 Apr, 2005 1 commit
  30. 30 Mar, 2005 1 commit
  31. 27 Mar, 2005 1 commit
  32. 23 Mar, 2005 1 commit
  33. 21 Mar, 2005 2 commits
  34. 19 Mar, 2005 1 commit
  35. 16 Mar, 2005 1 commit