An error occurred fetching the project authors.
  1. 04 Mar, 2003 2 commits
    • heikki@hundin.mysql.fi's avatar
      ha_innodb.cc: · 404116fd
      heikki@hundin.mysql.fi authored
        Add comment that Guilhem should check master_log_name, pending etc are right if the master log gets rotated
      404116fd
    • heikki@hundin.mysql.fi's avatar
      ha_innodb.cc: · 14749b89
      heikki@hundin.mysql.fi authored
        Remove (already commented out) code about storing the latest relay log pos info to InnoDB: we will probably use only the master log pos info when we restart a slave after a crash
      14749b89
  2. 03 Mar, 2003 1 commit
  3. 26 Feb, 2003 2 commits
  4. 18 Feb, 2003 2 commits
    • heikki@hundin.mysql.fi's avatar
      ha_innodb.cc: · ed6a85b4
      heikki@hundin.mysql.fi authored
        Add comment about how to modify InnoDB to deal with partial-field prefixes of key value in the future
      ed6a85b4
    • heikki@hundin.mysql.fi's avatar
      page0cur.c: · e690ea09
      heikki@hundin.mysql.fi authored
        Prepare for 5.x where HA_READ_PREFIX_LAST may pass only a few first bytes of the last field in a key value
      ha_innodb.cc:
        In 4.0 always assume HA_READ_PREFIX_LAST passes a complete-field prefix of a key value; LIKE queries use a padding trick
      e690ea09
  5. 07 Feb, 2003 2 commits
    • heikki@hundin.mysql.fi's avatar
      ha_innodb.cc: · 7abed559
      heikki@hundin.mysql.fi authored
        Clarify the meaning of HA_READ_PREFIX_LAST as a search flag. InnoDB assumed the meaning wrong.
      7abed559
    • heikki@hundin.mysql.fi's avatar
      ha_innodb.cc: · bd8c8522
      heikki@hundin.mysql.fi authored
        Since MySQL uses HA_READ_PREFIX_LAST in a wrong place, we make InnoDB to convert it to a right search condition
      bd8c8522
  6. 04 Feb, 2003 1 commit
    • heikki@hundin.mysql.fi's avatar
      ha_innodb.cc: · a2de9c66
      heikki@hundin.mysql.fi authored
        Fix potential bug: if MySQL calls store_lock with the TL_IGNORE argument in the middle of query processing, then InnoDB select_lock_type could be reset to LOCK_NONE in a wrong place
      a2de9c66
  7. 29 Jan, 2003 1 commit
    • heikki@hundin.mysql.fi's avatar
      ha_innodb.cc: · d2328365
      heikki@hundin.mysql.fi authored
        Cleanup of the previous bug fix: replace code is either SQLCOM_REPLACE or SQLCOM_REPLACE_SELECT
      d2328365
  8. 28 Jan, 2003 3 commits
    • heikki@hundin.mysql.fi's avatar
      ha_innodb.cc: · 2db574ea
      heikki@hundin.mysql.fi authored
        Fix a bug REPLACE INTO t SELECT ... did not work if t has an auto-inc column
      2db574ea
    • serg@serg.mysql.com's avatar
      low-level error messages cleanup · 1ced5948
      serg@serg.mysql.com authored
      1ced5948
    • monty@mashka.mysql.fi's avatar
      Fixes for Netware · 689578a0
      monty@mashka.mysql.fi authored
      Call pthread_mutex_destroy() on not used mutex.
      Changed comments in .h and .c files from // -> /* */
      Added detection of mutex on which one didn't call pthread_mutex_destroy()
      Fixed bug in create_tmp_field() which causes a memory overrun in queries that uses "ORDER BY constant_expression"
      Added optimisation for ORDER BY NULL
      689578a0
  9. 20 Jan, 2003 1 commit
    • heikki@hundin.mysql.fi's avatar
      ha_innodb.cc: · ff4ef4c4
      heikki@hundin.mysql.fi authored
        Convert TL_READ_NO_INSERT to TL_READ to allow concurrent inserts to the table in INSERT INTO ... SELECT ... FROM table
      ff4ef4c4
  10. 16 Jan, 2003 3 commits
  11. 15 Jan, 2003 2 commits
  12. 12 Jan, 2003 1 commit
    • heikki@hundin.mysql.fi's avatar
      trx0trx.c: · c3149810
      heikki@hundin.mysql.fi authored
        Add diagnostic prints to determine why the 'queries inside InnoDB' might drift upwards
      ha_innodb.cc:
        Add more print space to SHOW INNODB STATUS; remove possible memory leak in case there is an error
      c3149810
  13. 31 Dec, 2002 1 commit
    • heikki@hundin.mysql.fi's avatar
      ha_innodb.cc: · 80f5621e
      heikki@hundin.mysql.fi authored
        Fix bug: could not switch trx isolation back to REPEATABLE READ after switching it to some other level
      80f5621e
  14. 26 Dec, 2002 1 commit
  15. 05 Dec, 2002 1 commit
  16. 29 Nov, 2002 1 commit
    • heikki@hundin.mysql.fi's avatar
      ha_innodb.cc: · ded9245d
      heikki@hundin.mysql.fi authored
        Make copies of all string-type start/up options in case C-sharp moves them around; remove the need to specify innodb_log_arch_dir in my.cnf, since it has no relevance anyway
      ded9245d
  17. 19 Nov, 2002 1 commit
  18. 16 Nov, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      Small improvement to alloc_root · 1a96948e
      monty@mashka.mysql.fi authored
      Add support for LIMIT # OFFSET #
      Changed lock handling:  Now all locks should be stored in TABLE_LIST instead of passed to functions.
      Don't call query_cache_invalidate() twice in some cases
      mysql_change_user() now clears states to be equal to close + connect.
      Fixed a bug with multi-table-update and multi-table-delete when used with LOCK TABLES
      Fixed a bug with replicate-do and UPDATE
      1a96948e
  19. 15 Nov, 2002 3 commits
  20. 14 Nov, 2002 1 commit
  21. 09 Nov, 2002 1 commit
    • heikki@hundin.mysql.fi's avatar
      ha_innodb.cc: · 648b5066
      heikki@hundin.mysql.fi authored
        Try to skip over corrupt records in SELECT if innodb_force_recovery > 0; print more page hex dumps in CHECK TABLE
      648b5066
  22. 07 Nov, 2002 1 commit
  23. 05 Nov, 2002 1 commit
    • heikki@hundin.mysql.fi's avatar
      Many files: · db169310
      heikki@hundin.mysql.fi authored
        Merge InnoDB-4.0.5b: minor improvements to foreign keys, more logical data dictionary lock
      db169310
  24. 31 Oct, 2002 2 commits
  25. 30 Oct, 2002 1 commit
    • heikki@hundin.mysql.fi's avatar
      ha_innodb.cc: · ab12784d
      heikki@hundin.mysql.fi authored
        Fix bug in MySQL-3.23 ORDER BY from a table with no PRIMARY KEY and where the user had added UNIQUE indexes with CREATE INDEX
      ab12784d
  26. 29 Oct, 2002 1 commit
    • heikki@hundin.mysql.fi's avatar
      Many files: · 9153d88c
      heikki@hundin.mysql.fi authored
        Merge InnoDB-4.0.5: new isolation levels READ COMMITTED and READ UNCOMMITTED now supported, selective deadlock resolution
      mysqld.cc:
        Change MySQL default isolation level to REPEATABLE READ; note that InnoDB has always had that default, and BDB and MyISAM always run at SERIALIZABLE level anyway
      9153d88c
  27. 16 Oct, 2002 1 commit
  28. 26 Sep, 2002 1 commit