An error occurred fetching the project authors.
  1. 17 Apr, 2007 1 commit
  2. 12 Apr, 2007 1 commit
    • gshchepa/uchum@gshchepa.localdomain's avatar
      Bug#5507: TRUNCATE does not work with views. · 4b2aab14
      gshchepa/uchum@gshchepa.localdomain authored
      Support of views wasn't implemented for the TRUNCATE statement.
      Now TRUNCATE on views has the same semantics as DELETE FROM view:
      mysql_truncate() checks whether the table is a view and falls back
      to delete if so.
      In order to initialize properly the LEX::updatable for a view
      st_lex::can_use_merged() now allows usage of merged views for the
      TRUNCATE statement.
      4b2aab14
  3. 28 Jul, 2005 1 commit
  4. 23 Aug, 2004 1 commit
  5. 12 Dec, 2003 1 commit
    • monty@mysql.com's avatar
      Fix autoincrement for signed columns (Bug #1366) · f995a5f4
      monty@mysql.com authored
      Fixed problem with char > 128 in QUOTE() function. (Bug #1868)
      Disable creation of symlinks if my_disable_symlink is set
      Fixed searching of TEXT with end space. (Bug #1651)
      Fixed caching bug in multi-table-update where same table was used twice. (Bug #1711)
      Fixed problem with UNIX_TIMESTAMP() for timestamps close to 0. (Bug #1998)
      Fixed timestamp.test
      f995a5f4
  6. 05 Jan, 2003 1 commit
  7. 30 Aug, 2002 1 commit
  8. 05 Aug, 2002 1 commit
  9. 09 Apr, 2002 1 commit
  10. 03 Sep, 2001 1 commit
  11. 02 Feb, 2001 1 commit
  12. 28 Dec, 2000 1 commit