An error occurred fetching the project authors.
  1. 12 Sep, 2005 1 commit
  2. 31 Aug, 2005 1 commit
  3. 30 Aug, 2005 1 commit
    • evgen@moonbone.local's avatar
      Fix bug #12537 UNION produces longtext instead of varchar · d76f9471
      evgen@moonbone.local authored
      Item::tmp_table_field_from_field_type() and create_tmp_field_from_item()
      was converting string field to blob depending on byte-wise length instead of
      character length, which results in converting valid varchar string with
      length == 86 to longtext.
      
      Made that functions above take into account max width of character when
      converting string fields to blobs.
      d76f9471
  4. 28 Jul, 2005 1 commit
  5. 22 Jul, 2005 1 commit
  6. 09 Jun, 2005 1 commit
  7. 04 Jun, 2005 1 commit
  8. 03 Jun, 2005 1 commit
  9. 31 May, 2005 3 commits
  10. 07 May, 2005 1 commit
  11. 26 Oct, 2004 1 commit
    • monty@mysql.com's avatar
      A lot of fixes for prepared statements (PS): · 6fbc869d
      monty@mysql.com authored
      New mysqltest that can run mysqltest with PS
      Added support for ZEROFILL in PS
      Fixed crash when one called mysql_stmt_store_result() without a preceding mysql_stmt_bind_result()
      Updated test cases to support --ps-protocol
      (Some tests are still run using old protocol)
      Fixed crash in PS when using SELECT * FROM t1 NATURAL JOIN t2...
      Fixed crash in PS when using sub queries
      Create table didn't signal when table was created. This could cause a "DROP TABLE created_table" in another thread to wait "forever"
      Fixed wrong permissions check in PS and multi-table updates (one could get permission denied for legal quries)
      Fix for PS and SELECT ... PROCEDURE
      Reset all warnings when executing a new PS query
      group_concat(...ORDER BY) didn't work with PS
      Fixed problem with test suite when not using innodb
      6fbc869d
  12. 31 Aug, 2004 1 commit
  13. 28 Apr, 2004 1 commit
  14. 02 Apr, 2004 1 commit
    • dlenev@jabberwock.localdomain's avatar
      WL#1266 "Separate auto-set logic from TIMESTAMP type." · f6bff2e6
      dlenev@jabberwock.localdomain authored
      Final version of patch.
      
      Adds support for specifying of DEFAULT NOW() and/or ON UPDATE NOW()
      clauses for TIMESTAMP field definition.
      Current implementation allows only one such field per table and
      uses several unireg types for storing info about this properties of
      field. It should be replaced with better implementation when new
      .frm format is introduced.
      f6bff2e6
  15. 23 Mar, 2004 1 commit
  16. 13 Mar, 2004 2 commits
  17. 05 Mar, 2004 1 commit
    • vva@eagle.mysql.r18.ru's avatar
      fixed Bug #2985 · 29bc7b03
      vva@eagle.mysql.r18.ru authored
       "Table truncated when creating another table name with Spaces"
      added to check_db_name, check_table_name and check_column_name
      test for end space
      29bc7b03
  18. 16 Feb, 2004 1 commit
    • monty@mysql.com's avatar
      After merge fixes · f43093ec
      monty@mysql.com authored
      Added more DBUG statements
      Ensure that we are comparing end space with BINARY strings
      Use 'any_db' instead of '' to mean any database. (For HANDLER command)
      Only strip ' ' when comparing CHAR, not other space-like characters (like \t)
      f43093ec
  19. 17 Dec, 2003 1 commit
  20. 15 Dec, 2003 1 commit
  21. 11 Dec, 2003 1 commit
  22. 10 Dec, 2003 1 commit
  23. 04 Dec, 2003 1 commit
  24. 02 Dec, 2003 1 commit
  25. 23 Nov, 2003 1 commit
  26. 18 Nov, 2003 2 commits
  27. 03 Nov, 2003 1 commit
    • monty@narttu.mysql.fi's avatar
      Simplified 'wrong xxx name' error messages by introducing 'general' ER_WRONG_NAME error · a444a344
      monty@narttu.mysql.fi authored
      Cleaned up (and disabled part of) date/time/datetime format patch. One can't anymore change default read/write date/time/formats.
      This is becasue the non standard datetime formats can't be compared as strings and MySQL does still a lot of datetime comparisons as strings
      Changed flag argument to str_to_TIME() and get_date() from bool to uint
      Removed THD from str_to_xxxx functions and Item class.
      Fixed core dump when doing --print-defaults
      Move some common string functions to strfunc.cc
      Dates as strings are now of type my_charset_bin instead of default_charset()
      Introduce IDENT_QUOTED to not have to create an extra copy of simple identifiers (all chars < 128)
      Removed xxx_FORMAT_TYPE enums and replaced them with the old TIMESTAMP_xxx enums
      Renamed some TIMESTAMP_xxx enums to more appropriate names
      Use defines instead of integers for date/time/datetime string lengths
      Added to build system and use the new my_strtoll10() function.
      a444a344
  28. 31 Oct, 2003 1 commit
  29. 16 Oct, 2003 3 commits
  30. 15 Oct, 2003 1 commit
  31. 08 Oct, 2003 1 commit
  32. 06 Oct, 2003 1 commit
  33. 08 Sep, 2003 1 commit
  34. 28 Aug, 2003 1 commit