An error occurred fetching the project authors.
  1. 10 Nov, 2005 1 commit
    • guilhem@mysql.com's avatar
      WL#2971 "change log-bin-trust-routine-creators=0 to apply only to functions". · ff46e549
      guilhem@mysql.com authored
      Indeed now that stored procedures CALL is not binlogged, but instead the invoked substatements are,
      the restrictions applied by log-bin-trust-routine-creators=0 are superfluous for procedures.
      They still need to apply to functions where function calls are written to the binlog (for example as "DO myfunc(3)").
      We rename the variable to log-bin-trust-function-creators but allow the old name until some future version (and issue a warning if old name is used).
      ff46e549
  2. 20 Sep, 2005 1 commit
  3. 15 Sep, 2005 1 commit
  4. 13 Sep, 2005 1 commit
  5. 07 Sep, 2005 1 commit
  6. 30 Aug, 2005 2 commits
    • paul@kite-hub.kitebird.com's avatar
      set_var.cc: · 939c7c68
      paul@kite-hub.kitebird.com authored
        Reorder out-of-order system variables
      939c7c68
    • bar@mysql.com's avatar
      Bug#12363 · 3ff1acb8
      bar@mysql.com authored
      character_set_results is nullable, but value_ptr returns string "NULL"
      
      set_var.cc:
        Create Item_null instead of Item_string for NULL values
      
      variables.result, variables.test:
        adding test case
      3ff1acb8
  7. 29 Aug, 2005 1 commit
  8. 28 Aug, 2005 2 commits
  9. 26 Aug, 2005 1 commit
  10. 22 Aug, 2005 1 commit
  11. 11 Aug, 2005 1 commit
  12. 07 Aug, 2005 1 commit
  13. 31 Jul, 2005 2 commits
  14. 29 Jul, 2005 2 commits
  15. 28 Jul, 2005 1 commit
  16. 22 Jul, 2005 1 commit
  17. 19 Jul, 2005 1 commit
    • konstantin@mysql.com's avatar
      A fix and a test case for Bug#10760 and complementary cleanups. · 14344b65
      konstantin@mysql.com authored
      The idea of the patch
      is that every cursor gets its own lock id for table level locking.
      Thus cursors are protected from updates performed within the same 
      connection. Additionally a list of transient (must be closed at
      commit) cursors is maintained and all transient cursors are closed
      when necessary. Lastly, this patch adds support for deadlock
      timeouts to TLL locking when using cursors.
      + post-review fixes.
      14344b65
  18. 15 Jul, 2005 1 commit
  19. 01 Jul, 2005 1 commit
  20. 24 Jun, 2005 1 commit
  21. 22 Jun, 2005 1 commit
  22. 21 Jun, 2005 1 commit
  23. 19 Jun, 2005 1 commit
    • svoj@mysql.com's avatar
      WL#2286 - Compile MySQL w/YASSL support · 7660f609
      svoj@mysql.com authored
      Fix for yaSSL link failures with Forte Developer 7, MIPSpro Compilers, Compaq C++.
      These compilers have problem with implicit template instantiation in archives
      (libyassl.a, libtaocrypt.a). Instantiate templates explicitly.
      
      Fix for yaSSL link failure on powermacg5 (gcc 3.3). When -O3 is specified gcc inlines
      __cxa_pure_virtual. This is wrong behavior, __cxa_pure_virtual must never be inlined.
      7660f609
  24. 17 Jun, 2005 1 commit
  25. 09 Jun, 2005 1 commit
  26. 05 Jun, 2005 1 commit
  27. 03 Jun, 2005 1 commit
    • monty@mysql.com's avatar
      Move USE_PRAGMA_IMPLEMENTATION to proper place · 29fd1f2f
      monty@mysql.com authored
      Ensure that 'null_value' is not accessed before val() is called in FIELD() functions
      Fixed initialization of key maps. This fixes some problems with keys when you have more than 64 keys
      Fixed that ROLLUP don't always create a temporary table. This fix ensures that func_gconcat.test results are now predictable
      29fd1f2f
  28. 02 Jun, 2005 2 commits
    • bar@mysql.com's avatar
      item_func.cc: · e6860572
      bar@mysql.com authored
      set_var.cc:
      variables.result
      variables.test
      
        Bug #10904 Illegal mix of collations between a system variable and a constant
        Changing coercibility of system variables to SYSCONST,
        to be the same with USER(), DATABASE(), etc.
      e6860572
    • kent@mysql.com's avatar
      tztime.cc: · bd48eed9
      kent@mysql.com authored
        Set #pragma implementation" earlier
      Many files:
        Need to include <my_global.h> before #ifdef USE_PRAGMA_IMPLEMENTATION
      bd48eed9
  29. 26 May, 2005 1 commit
  30. 13 May, 2005 2 commits
  31. 07 May, 2005 1 commit
  32. 05 May, 2005 2 commits
    • holyfoot@hf-ibm.(none)'s avatar
      A lot of fixes to Precision math · 2c8e9df2
      holyfoot@hf-ibm.(none) authored
      Mostly about precision/decimals of the results of the operations
      2c8e9df2
    • gbichot@quadita2.mysql.com's avatar
      Approximative fixes for BUG#2610,2611,9100 i.e. WL#2146... · b72ae4fe
      gbichot@quadita2.mysql.com authored
        Approximative fixes for BUG#2610,2611,9100 i.e. WL#2146 binlogging/replication of routines (stored procs and functions).
        Approximative, because it's using our binlogging way (what we call "query"-level) and this is not as good as record-level binlog (5.1) would be. It imposes several
        limitations to routines, and has caveats (which I'll document, and for which the server will try to issue errors but that is not always possible).
        Reason I don't propagate caller info to the binlog as planned is that on master and slave
        users may be different; even with that some caveats would remain.
      b72ae4fe
  33. 22 Apr, 2005 1 commit