An error occurred fetching the project authors.
  1. 12 Dec, 2002 1 commit
  2. 08 Dec, 2002 1 commit
    • pem@mysql.com's avatar
      Simplistic, experimental framework for Stored Procedures (SPs). · aae07a4d
      pem@mysql.com authored
      Implements creation and dropping of PROCEDUREs, IN, OUT, and INOUT parameters,
      single-statement procedures, rudimentary multi-statement (begin-end) prodedures
      (when the client can handle it), and local variables.
      Missing most of the embedded SQL language, all attributes, FUNCTIONs, error handling,
      reparses procedures at each call (no caching), etc, etc.
      Certainly buggy too, but procedures can actually be created and called....
      aae07a4d
  3. 26 Nov, 2002 1 commit
  4. 17 Nov, 2002 1 commit
  5. 15 Nov, 2002 1 commit
  6. 28 Oct, 2002 1 commit
  7. 01 Oct, 2002 1 commit
  8. 05 Sep, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      Fixed searching after ssl directories. · 0281a6b1
      monty@mashka.mysql.fi authored
      Fixed that GRANT ... REQUIRE options are not forgot when doing new GRANT
      Changed fn_ext to point at first '.' after directory.
      FLUSH LOGS removed numerical extension for all future update logs.
      Fixed the mysqld --help reports right values for --datadir and --bind-address
      --log-binary=a.b.c now properly strips of .b.c
      Fix that one can DROP UDF functions that was not loaded at startup
      Made AND optional in REQUIRE
      Added REQUIRE NONE
      0281a6b1
  9. 06 Aug, 2002 1 commit
  10. 24 Jul, 2002 1 commit
  11. 23 Jul, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      New SET syntax & system variables. · dddc20d9
      monty@mashka.mysql.fi authored
      Made a some new buffers thread specific and changeable.
      Resize of key_buffer.
      AUTO_COMMIT -> AUTOCOMMIT
      Fixed mutex bug in DROP DATABASE
      Fixed bug when using auto_increment as second part of a key where first part could include NULL.
      Split handler->extra() to extra() and extra_opt() to be able to support thread specific buffers.
      Don't write message to error log when slave reconnects becasue of timeout.
      Fixed possible update problem when using DELETE/UPDATE on small tables
      (In some cases we used index even if table scanning would be better)
      A lot of minior code cleanups
      dddc20d9
  12. 16 Jul, 2002 1 commit
  13. 12 Jun, 2002 1 commit
    • venu@myvenu.com's avatar
      sql_error.cc, sql_prepare.cc: · 5a33842a
      venu@myvenu.com authored
        new file
      
        Client-server protocol 4.1 changes - Server side:
      
       * Enhanced metadata information:
          - SHOW [COUNT(*)] ERRORS [LIMIT [offset,] rows]
          - SHOW [COUNT(*)] WARNING [LIMIT [offset,] rows]
          - SHOW TABLE TYPES
          - SHOW PRIVILEGES
          - SHOW COLUMN TYPES (Not fully implemented)
      
       * Prepared execution
       * Long data handling in pieces
       * And other misc changes
      5a33842a
  14. 12 May, 2002 1 commit
  15. 29 Mar, 2002 1 commit
  16. 22 Feb, 2002 1 commit
  17. 12 Jan, 2002 1 commit
  18. 17 Dec, 2001 1 commit
  19. 13 Dec, 2001 1 commit
  20. 10 Dec, 2001 1 commit
  21. 10 Oct, 2001 1 commit
  22. 09 Oct, 2001 2 commits
  23. 08 Oct, 2001 1 commit
    • monty@hundin.mysql.fi's avatar
      Updated manual about embedded version. · 88aff4bf
      monty@hundin.mysql.fi authored
      Speed up column-completion in 'mysql'
      Don't use ISAM if HAVE_ISAM is not defined
      A lot of fixes for the embedded version.  All libraries are now included in libmysqld.a
      Changed arguments to convert_dirname() to make it more general.
      Renamed files in the 'merge' directory to all use a common prefix.
      Don't compile both assembler and C functions on x86
      88aff4bf
  24. 22 Sep, 2001 1 commit
  25. 21 Sep, 2001 2 commits
  26. 19 Sep, 2001 1 commit
  27. 16 Sep, 2001 1 commit
  28. 12 Aug, 2001 1 commit
  29. 10 Aug, 2001 1 commit
  30. 02 Aug, 2001 1 commit
    • monty@tik.mysql.fi's avatar
      Fix UNION · b13d453d
      monty@tik.mysql.fi authored
      New faster list iterators
      Change list code to be simpler and faster
      Optimize count(distinct)
      New error messages for UNION
      Make create_tmp_table more general to be usable by UNION
      b13d453d
  31. 16 Jul, 2001 1 commit
    • monty@tik.mysql.fi's avatar
      Patch for netBSD · bf9876a1
      monty@tik.mysql.fi authored
      Added warning for tables where the auto_increment key is 0
      Fixed DELETE ... LIMIT 0
      Fixed UPDATE ..LIMIT 0
      bf9876a1
  32. 13 Jun, 2001 1 commit
  33. 05 Jun, 2001 1 commit
  34. 31 May, 2001 1 commit
  35. 23 May, 2001 2 commits
  36. 20 May, 2001 1 commit
  37. 13 May, 2001 1 commit