An error occurred fetching the project authors.
  1. 25 Sep, 2006 1 commit
  2. 18 Sep, 2006 1 commit
  3. 29 Jul, 2006 1 commit
  4. 04 Jul, 2006 1 commit
  5. 31 May, 2006 1 commit
  6. 10 Mar, 2006 2 commits
  7. 10 Jan, 2006 1 commit
  8. 18 Oct, 2005 1 commit
  9. 29 Sep, 2005 1 commit
  10. 24 Sep, 2005 1 commit
  11. 21 Sep, 2005 1 commit
    • konstantin@mysql.com's avatar
      A fix and a test case for Bug#6513 "Test Suite: Values inserted by using · 6f8d3c48
      konstantin@mysql.com authored
      cursor is interpreted latin1 character and Bug#9819 "Cursors: Mysql Server
      Crash while fetching from table with 5 million records."
      A fix for a possible memory leak when fetching into an SP cursor
      in a long loop.
      The patch uses a common implementation of cursors in the binary protocol and 
      in stored procedures and implements materialized cursors.
      For implementation details, see comments in sql_cursor.cc
      6f8d3c48
  12. 25 Aug, 2005 1 commit
  13. 06 Jul, 2005 1 commit
    • kent@mysql.com's avatar
      init_db.sql: · f07ac780
      kent@mysql.com authored
        add new table privileges
      Makefile.am:
        Include path to regex dir was accidently removed
      f07ac780
  14. 05 Jul, 2005 1 commit
    • kent@mysql.com's avatar
      Makefile.am: · a7be4216
      kent@mysql.com authored
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      a7be4216
  15. 20 Jun, 2005 1 commit
    • kent@mysql.com's avatar
      Makefile.am: · fb09633e
      kent@mysql.com authored
        Corrected dependency for "lex_hash.h", to avoid occasional make failure
      fb09633e
  16. 01 Apr, 2005 1 commit
    • monty@mysql.com's avatar
      Invalid DEFAULT values for CREATE TABLE now generates errors. (Bug #5902) · 201ee3eb
      monty@mysql.com authored
      CAST() now produces warnings when casting a wrong INTEGER or CHAR values. This also applies to implicite string to number casts. (Bug #5912)
      ALTER TABLE now fails in STRICT mode if it generates warnings.
      Inserting a zero date in a DATE, DATETIME or TIMESTAMP column during TRADITIONAL mode now produces an error. (Bug #5933)
      201ee3eb
  17. 23 Mar, 2005 1 commit
  18. 17 Mar, 2005 1 commit
  19. 08 Feb, 2005 1 commit
  20. 28 Jan, 2005 1 commit
  21. 13 Dec, 2004 1 commit
  22. 11 Dec, 2004 1 commit
  23. 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
  24. 15 Sep, 2004 1 commit
    • mikael@mc04.(none)'s avatar
      logging_ok: · 72017f8d
      mikael@mc04.(none) authored
        Logging to logging@openlogging.org accepted
      SCI_Transporter.hpp, SCI_Transporter.cpp:
        Major fix-up of SCI Transporter, fixed so that it works with single card, fixed wrap around, added lots of DBUG statements, merged with new transporter handling
      TransporterRegistry.cpp:
        Some fixes for wrap around needed plus DBUG handling
      TCP_Transporter.hpp, TCP_Transporter.cpp:
        Added DBUG statements
      SHM_Transporter.hpp, SHM_Transporter.cpp:
        Fixed SHM Transporter
      SHM_Buffer.hpp:
        Fixed SHM Buffer to handle wrap around properly
      IPCConfig.cpp:
        Fixed up config of SCI
      SocketServer.cpp:
        Added DBUG support for SocketServer threads
      ConfigInfo.cpp:
        Config changes for SCI
      TransporterDefinitions.hpp, mgmapi_config_parameters.h:
        SCI fixes
      Makefile.am, type_ndbapitools.mk.am, type_ndbapitest.mk.am:
        Added SCI library path to Makefiles
      configure.in:
        Fixed small bug with shared mem and sci together in configure
      acinclude.m4:
        Added possibility of providing SCI library path in confgure
      72017f8d
  25. 07 Sep, 2004 1 commit
    • dlenev@brandersnatch.localdomain's avatar
      WL#1218 "Triggers". Some very preliminary version of patch. · 9ed038dd
      dlenev@brandersnatch.localdomain authored
      Mostly needed for Monty for him getting notion what needed for triggers 
      from new .FRM format. 
      
      Things to be done:
      - Right placement of trigger's invocations
      - Right handling of errors in triggers (including transaction rollback)
      - Support for priviliges
      - Right handling of DROP/RENAME table (hope that it will be handled automatically
        with merging of .TRG into .FRM file)
      - Saving/restoring some information critical for trigger creation and replication
        with their definitions (e.g. sql_mode, creator, ...)
      - Replication
      
      Already has some known bugs so probably not for general review.
      9ed038dd
  26. 06 Sep, 2004 1 commit
    • guilhem@mysql.com's avatar
      Dependency fix. We observed that doing any change to class THD in sql_class.h... · 01ad1bb5
      guilhem@mysql.com authored
      Dependency fix. We observed that doing any change to class THD in sql_class.h resulted in mysqld going crazy (parsing errors,
      query cache errors in query_cache.test). This is because sql_yacc.cc depends on several .h files but those were not listed in
      the dependencies of sql_yacc.o. The present patch does fix the issue; but my auto*-expert colleagues may have a better one.
      01ad1bb5
  27. 20 Aug, 2004 1 commit
  28. 19 Aug, 2004 1 commit
  29. 17 Aug, 2004 1 commit
  30. 13 Aug, 2004 1 commit
  31. 30 Jul, 2004 1 commit
  32. 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
  33. 22 Jul, 2004 1 commit
  34. 15 Jul, 2004 1 commit
  35. 27 Jun, 2004 2 commits
  36. 24 Jun, 2004 1 commit
    • konstantin@mysql.com's avatar
      Fix for Bug#4030 "Client side conversion string -> date type doesn't · a30fcdc6
      konstantin@mysql.com authored
      work (prepared statements)" and after-review fixes:
      - str_to_TIME renamed to str_to_datetime to pair with str_to_time
      - functions str_to_time and str_to_TIME moved to sql-common
      - send_data_str now supports MYSQL_TYPE_TIME, MYSQL_TIME_DATE,
        MYSQL_TIME_DATETIME types of user input buffers.
      - few more comments in the client library
      - a test case added.
      a30fcdc6
  37. 23 Jun, 2004 1 commit
  38. 22 Jun, 2004 1 commit