An error occurred fetching the project authors.
  1. 19 Jan, 2005 1 commit
  2. 13 Dec, 2004 1 commit
  3. 06 Dec, 2004 1 commit
    • monty@mysql.com's avatar
      Add support for up to VARCHAR (size up to 65535) · 67ce2479
      monty@mysql.com authored
      Renamed HA_VAR_LENGTH to HA_VAR_LENGTH_PART
      Renamed in all files FIELD_TYPE_STRING and FIELD_TYPE_VAR_STRING to MYSQL_TYPE_STRING and MYSQL_TYPE_VAR_STRING to make it easy to catch all possible errors
      Added support for VARCHAR KEYS to heap
      Removed support for ISAM
      Now only long VARCHAR columns are changed to TEXT on demand (not CHAR)
      Internal temporary files can now use fixed length tables if the used VARCHAR columns are short
      67ce2479
  4. 26 Sep, 2004 1 commit
  5. 10 Sep, 2004 1 commit
  6. 24 Aug, 2004 1 commit
  7. 24 Jul, 2004 1 commit
    • konstantin@mysql.com's avatar
      WL#1518, "make bundled zlib usable for unix builds": · 569d3c84
      konstantin@mysql.com authored
      required autotools macro written and deployed in all apropriate Makefile.ams.
      Use cases checked:
      - linux, standard location of zlib, no ndb
      - linux, standard locatoin of zlib, with ndb
      - linux, non-standard location of zlib, no ndb
      - hpux11, use of bundled zlib, no ndb 
      The only non-checked case is non-standard location of zlib (or use of bundled
      zlib) + ndb. I wasn't able to check it as ndb/ just won't compile on beasts 
      like AIX52 or HPUX11, where such a check is possible. It didn't compile 
      there before as these systems dont't have installed zlib, so nothing got broken ;)
      569d3c84
  8. 15 Jul, 2004 1 commit
  9. 24 Jun, 2004 2 commits
  10. 18 Jun, 2004 2 commits
    • dlenev@brandersnatch.localdomain's avatar
      WL#1264 "Per-thread time zone support infrastructure". · 09ba29e5
      dlenev@brandersnatch.localdomain authored
      Added basic per-thread time zone functionality (based on public
      domain elsie-code). Now user can select current time zone
      (from the list of time zones described in system tables).
      All NOW-like functions honor this time zone, values of TIMESTAMP
      type are interpreted as values in this time zone, so now
      our TIMESTAMP type behaves similar to Oracle's TIMESTAMP WITH
      LOCAL TIME ZONE (or proper PostgresSQL type).
        
      WL#1266 "CONVERT_TZ() - basic time with time zone conversion 
      function".
        
      Fixed problems described in Bug #2336 (Different number of warnings 
      when inserting bad datetime as string or as number). This required
      reworking of datetime realted warning hadling (they now generated 
      at Field object level not in conversion functions).
        
      Optimization: Now Field class descendants use table->in_use member
      instead of current_thd macro.
      09ba29e5
    • monty@mysql.com's avatar
      Removed not used file sql_olap.cc · 82a30d38
      monty@mysql.com authored
      82a30d38
  11. 01 Jun, 2004 1 commit
  12. 25 May, 2004 2 commits
  13. 11 May, 2004 1 commit
  14. 26 Apr, 2004 1 commit
  15. 18 Apr, 2004 1 commit
  16. 16 Apr, 2004 1 commit
  17. 07 Apr, 2004 1 commit
  18. 03 Feb, 2004 1 commit
  19. 27 Jan, 2004 1 commit
  20. 01 Dec, 2003 1 commit
    • hf@deer.(none)'s avatar
      SCRUM · afd0b378
      hf@deer.(none) authored
      WL#1246 (Query cache in embedded library)
      afd0b378
  21. 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
  22. 31 Oct, 2003 1 commit
  23. 10 Oct, 2003 1 commit
  24. 26 Sep, 2003 1 commit
    • hf@deer.(none)'s avatar
      SCRUM: · ba8fa76f
      hf@deer.(none) authored
      WL#604 Privileges in embedded library
      code added to check privileges in embedded library
      NO_EMBEDDED_ACCESS_CHECKS macros inserted in code so we can exclude
      access-checking parts. Actually we now can exclude these parts from
      standalone server as well. Do we need it?
      Access checks are disabled in embedded server by default. One should
      edit libmysqld/Makefile manually to get this working.
      We definitely need the separate configure for embedded server
      ba8fa76f
  25. 16 Sep, 2003 1 commit
  26. 18 Aug, 2003 1 commit
    • monty@mashka.mysql.fi's avatar
      After merge fixes · 4f751216
      monty@mashka.mysql.fi authored
      Use server character set if --default-character-set is not used
      Added convert_string() for more efficient alloc+character-set convert of strings
      4f751216
  27. 14 Jul, 2003 1 commit
  28. 03 Jul, 2003 1 commit
  29. 17 Jun, 2003 1 commit
    • hf@deer.(none)'s avatar
      SCRUM · c4e3a624
      hf@deer.(none) authored
      client capabilities included into libmysqld
      some API methods became "virtual"
      lots of duplicated code removed
      
      IMHO all the above made library's code way more pleasant to look at, didn't it?
      c4e3a624
  30. 04 Jun, 2003 1 commit
    • monty@narttu.mysql.fi's avatar
      Added SQLSTATE to client/server protocol · 23145cfe
      monty@narttu.mysql.fi authored
      bmove_allign -> bmove_align
      Added OLAP function ROLLUP
      Split mysql_fix_privilege_tables to a script and a .sql data file
      Added new (MEMROOT*) functions to avoid calling current_thd() when creating some common objects.
      Added table_alias_charset, for easier --lower-case-table-name handling
      Better SQL_MODE handling (Setting complex options also sets sub options)
      New (faster) assembler string functions for x86
      23145cfe
  31. 30 May, 2003 1 commit
  32. 23 May, 2003 1 commit
  33. 02 May, 2003 1 commit
    • hf@deer.mysql.r18.ru's avatar
      SCRUM · 7a7e0e15
      hf@deer.mysql.r18.ru authored
      common parts of libmysql.c and sql/mini_client.cc moved to sql-common/client.c
      names of functions now are same in both cases
      7a7e0e15
  34. 18 Mar, 2003 1 commit
    • lenz@mysql.com's avatar
      - renamed "rnd" to "my_rnd" as the name was too generic (and is an exported · 04071da3
      lenz@mysql.com authored
         symbol in libmysqlclient) (thanks to Dennis Haney for the initial patch)
       - cleanup: removed client/password.c (not used at all) and
         libmysql/password.c (should rather be a symlink to sql/password.c instead)
       - applied HPUX11 portability fix for char_val declaration to sql/password.c
         (taken from libmysql/password.c)
      04071da3
  35. 18 Feb, 2003 1 commit
  36. 11 Dec, 2002 1 commit
  37. 26 Nov, 2002 1 commit