An error occurred fetching the project authors.
  1. 07 Jun, 2005 1 commit
  2. 16 May, 2005 1 commit
  3. 12 May, 2005 1 commit
  4. 10 May, 2005 1 commit
    • igor@rurik.mysql.com's avatar
      Many files: · 9d4b228b
      igor@rurik.mysql.com authored
        Fixed bug #8528.
        Representation for single-table views was made similar to
        representation for multi-table views.
      view.test:
        Added test case for bug #8528.
      view.result:
        Added test case for bug #8528. Fixed other test cases.
      9d4b228b
  5. 30 Apr, 2005 1 commit
  6. 15 Apr, 2005 1 commit
  7. 13 Apr, 2005 1 commit
  8. 28 Mar, 2005 1 commit
  9. 24 Mar, 2005 1 commit
  10. 23 Mar, 2005 1 commit
  11. 17 Mar, 2005 1 commit
    • serg@serg.mylan's avatar
      Field::quote_data(): · 376a4ee0
      serg@serg.mylan authored
        don't call escape_string_for_mysql() unnecesary
        don't overwrite local buffer
      escape_string_for_mysql():
        take a length of the destination buffer as an argument
      376a4ee0
  12. 16 Mar, 2005 1 commit
  13. 10 Mar, 2005 1 commit
  14. 05 Mar, 2005 1 commit
  15. 04 Mar, 2005 1 commit
    • dlenev@brandersnatch.localdomain's avatar
      Better approach for prelocking of tables for stored routines execution · 5a6c7027
      dlenev@brandersnatch.localdomain authored
      and some SP-related cleanups.
      
      - We don't have separate stage for calculation of list of tables
        to be prelocked and doing implicit LOCK/UNLOCK any more.
        Instead we calculate this list at open_tables() and do implicit
        LOCK in lock_tables() (and UNLOCK in close_thread_tables()).
        Also now we support cases when same table (with same alias) is
        used several times in the same query in SP.
      
      - Cleaned up execution of SP. Moved all common code which handles
        LEX and does preparations before statement execution or complex
        expression evaluation to auxilary sp_lex_keeper class. Now 
        all statements in SP (and corresponding instructions) that
        evaluate expression which can contain subquery have their
        own LEX.
      5a6c7027
  16. 03 Mar, 2005 1 commit
    • konstantin@mysql.com's avatar
      Fixes for bug#8115 "Server Crash with prepared statement" · fe2d63a0
      konstantin@mysql.com authored
       and bug#8849 "problem with insert statement with table alias's": 
      make equality propagation work in stored procedures and prepared 
      statements.
      Equality propagation can change AND/OR structure of ON expressions,
      so the fix is to provide each execution of PS/SP with it's own
      copy of AND/OR tree. We have been doing that already for WHERE clauses,
      now ON clauses are also copied.
      fe2d63a0
  17. 25 Feb, 2005 1 commit
  18. 08 Feb, 2005 2 commits
  19. 13 Jan, 2005 1 commit
  20. 12 Jan, 2005 1 commit
  21. 06 Jan, 2005 2 commits
  22. 05 Jan, 2005 1 commit
  23. 04 Jan, 2005 2 commits
  24. 03 Jan, 2005 3 commits
  25. 31 Dec, 2004 1 commit
  26. 30 Dec, 2004 1 commit
  27. 24 Dec, 2004 1 commit
  28. 19 Dec, 2004 1 commit
  29. 14 Dec, 2004 1 commit
    • acurtis@pcgem.rdg.cyberkinetica.com's avatar
      Bug#7242 · afd45205
      acurtis@pcgem.rdg.cyberkinetica.com authored
      The "insert_update" causes a server crash when using prepared statements
      
      Must clear table->insert_values after completing every prepared statement
      afd45205
  30. 13 Dec, 2004 1 commit
  31. 09 Dec, 2004 1 commit
    • dlenev@brandersnatch.localdomain's avatar
      Fix for bug #6765 "Implicit access to time zone description · 4b0882e0
      dlenev@brandersnatch.localdomain authored
      tables requires privileges for them if some table or column level grants
      present" (with after-review fixes).
      
      We should set SELECT_ACL for implicitly opened tables in 
      my_tz_check_n_skip_implicit_tables() to be able to bypass privilege
      checking in check_grant(). Also we should exclude those tables from
      privilege checking in multi-update.
      4b0882e0
  32. 02 Dec, 2004 1 commit
  33. 25 Nov, 2004 2 commits
  34. 15 Nov, 2004 1 commit