An error occurred fetching the project authors.
  1. 19 Aug, 2004 1 commit
  2. 10 Jun, 2004 1 commit
  3. 27 May, 2004 1 commit
  4. 08 Apr, 2004 1 commit
  5. 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
  6. 21 Apr, 2003 1 commit
  7. 03 Apr, 2003 1 commit
  8. 29 Jan, 2003 2 commits
  9. 14 Jan, 2003 1 commit
  10. 05 Jan, 2003 1 commit
  11. 12 Mar, 2002 1 commit
  12. 02 Mar, 2002 3 commits
  13. 06 Dec, 2001 1 commit
  14. 21 Feb, 2001 1 commit
  15. 24 Jan, 2001 1 commit
  16. 20 Jan, 2001 1 commit
    • sasha@mysql.sashanet.com's avatar
      client/mysqltest.c · 634ba86a
      sasha@mysql.sashanet.com authored
          added send/reap/dirty_close
      include/mysql.h
          mysql_send_query()/mysql_reap_query()
      libmysql/libmysql.c
          mysql_send_query()/mysql_reap_query()
      mysys/my_vsnprintf.c
          fixed critical bug that codedumped when connection aborted
      sql/sql_parse.cc
          0
      mysql-test/r/dirty-close.result
          New BitKeeper file ``mysql-test/r/dirty-close.result''
      mysql-test/t/dirty-close.test
          New BitKeeper file ``mysql-test/t/dirty-close.test''
      634ba86a
  17. 17 Nov, 2000 1 commit
  18. 15 Nov, 2000 1 commit
  19. 31 Jul, 2000 1 commit